Searched refs:DeviceThread (Results 1 – 3 of 3) sorted by relevance
50 int DeviceThreadAttach(struct DeviceThread *inst, struct IHdfDevice *device, struct HdfDeviceNode *… in DeviceThreadAttach()71 struct DeviceThread *currentThread = (struct DeviceThread *)args; in DeviceThreadMain()80 void DeviceThreadConstruct(struct DeviceThread *inst) in DeviceThreadConstruct()92 struct DeviceThread *DeviceThreadNewInstance(void) in DeviceThreadNewInstance()94 struct DeviceThread *thread = in DeviceThreadNewInstance()95 (struct DeviceThread *)OsalMemCalloc(sizeof(struct DeviceThread)); in DeviceThreadNewInstance()102 void DeviceThreadFreeInstance(struct DeviceThread *thread) in DeviceThreadFreeInstance()
25 struct DeviceThread { struct38 struct DeviceThread *DeviceThreadNewInstance(void); argument39 void DeviceThreadFreeInstance(struct DeviceThread *thread);41 int DeviceThreadAttach(struct DeviceThread *inst, struct IHdfDevice *device, struct HdfDeviceNode *…
24 struct DeviceThread *deviceThread;