Home
last modified time | relevance | path

Searched refs:DeviceInfoNode (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/input/hal/src/
H A Dinput_controller.c202 DeviceInfoNode *pos = NULL; in SetPowerStatus()
203 DeviceInfoNode *next = NULL; in SetPowerStatus()
213 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in SetPowerStatus()
233 DeviceInfoNode *pos = NULL; in GetPowerStatus()
234 DeviceInfoNode *next = NULL; in GetPowerStatus()
244 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetPowerStatus()
269 DeviceInfoNode *pos = NULL; in GetDeviceType()
270 DeviceInfoNode *next = NULL; in GetDeviceType()
280 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetDeviceType()
306 DeviceInfoNode *po in GetDevStringInfo()
[all...]
H A Dinput_manager.c46 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 *devic in AddService()
[all...]
H A Dinput_reporter.c41 DeviceInfoNode *pos = NULL; in EventListenerCallback()
42 DeviceInfoNode *next = NULL; in EventListenerCallback()
72 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in EventListenerCallback()
99 DeviceInfoNode *pos = NULL; in RegisterReportCallback()
100 DeviceInfoNode *next = NULL; in RegisterReportCallback()
110 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in RegisterReportCallback()
141 DeviceInfoNode *pos = NULL; in UnregisterReportCallback()
142 DeviceInfoNode *next = NULL; in UnregisterReportCallback()
152 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in UnregisterReportCallback()
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Ddevmgr_client.c46 struct DeviceInfoNode *node = NULL; in HdfObtainDeviceInfo()
58 node = (struct DeviceInfoNode *)base; in HdfObtainDeviceInfo()
142 struct DeviceInfoNode *devNode = NULL; in DevmgrFreeQueryDeviceListImpl()
143 struct DeviceInfoNode *tmp = NULL; in DevmgrFreeQueryDeviceListImpl()
144 DLIST_FOR_EACH_ENTRY_SAFE(devNode, tmp, &list->list, struct DeviceInfoNode, node) { in DevmgrFreeQueryDeviceListImpl()
/drivers/hdf_core/interfaces/inner_api/hdi/
H A Ddevmgr_hdi.h62 struct DeviceInfoNode { struct
/drivers/peripheral/input/hal/include/
H A Dinput_common.h57 } DeviceInfoNode; typedef

Completed in 3 milliseconds