Searched refs:DeviceInfoNode (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/input/hal/src/ |
H A D | input_controller.c | 202 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 D | input_manager.c | 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 *devic in AddService() [all...] |
H A D | input_reporter.c | 41 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 D | devmgr_client.c | 46 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 D | devmgr_hdi.h | 62 struct DeviceInfoNode { struct
|
/drivers/peripheral/input/hal/include/ |
H A D | input_common.h | 57 } DeviceInfoNode;
typedef
|
Completed in 3 milliseconds