Lines Matching refs:DeviceInfoNode
46 DeviceInfoNode *pos = NULL; in GetInputDevice()
47 DeviceInfoNode *next = NULL; in GetInputDevice()
70 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetInputDevice()
87 DeviceInfoNode *pos = NULL; in GetInputDeviceList()
88 DeviceInfoNode *next = NULL; in GetInputDeviceList()
101 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetInputDeviceList()
120 DeviceInfoNode *pos = NULL; in CloseInputDevice()
121 DeviceInfoNode *next = NULL; in CloseInputDevice()
127 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in CloseInputDevice()
147 DeviceInfoNode *device = NULL; in AddService()
150 device = (DeviceInfoNode *)malloc(sizeof(DeviceInfoNode)); in AddService()
155 (void)memset_s(device, sizeof(DeviceInfoNode), 0, sizeof(DeviceInfoNode)); in AddService()
168 DeviceInfoNode *pos = NULL; in CheckIndex()
169 DeviceInfoNode *next = NULL; in CheckIndex()
179 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in CheckIndex()
412 DeviceInfoNode *pos = NULL; in ReleaseInputInterface()
413 DeviceInfoNode *next = NULL; in ReleaseInputInterface()
426 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in ReleaseInputInterface()