Searched refs:SampleTestDevice (Results 1 – 1 of 1) sorted by relevance
23 struct SampleTestDevice { struct33 static void SaveRegistedDevice(struct SampleTestDevice *sampleDev) in SaveRegistedDevice() argument41 static struct SampleTestDevice *GetRegistedDevice(const char *serviceName) in GetRegistedDevice()43 struct SampleTestDevice *sampleDev = NULL; in GetRegistedDevice()44 struct SampleTestDevice *sampleDevTmp = NULL; in GetRegistedDevice()45 …DLIST_FOR_EACH_ENTRY_SAFE(sampleDev, sampleDevTmp, &g_sampleDeviceList, struct SampleTestDevice, l… in GetRegistedDevice()71 struct SampleTestDevice *sampleDev = NULL; in SampleDriverRegisterDevice()109 sampleDev = OsalMemAlloc(sizeof(struct SampleTestDevice)); in SampleDriverRegisterDevice()124 struct SampleTestDevice *dev = NULL; in SampleDriverUnregisterDevice()