Searched refs:DLIST_FOR_EACH_ENTRY_REVERSE (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/ |
H A D | devhost_service_full.c | 106 DLIST_FOR_EACH_ENTRY_REVERSE(deviceNode, &device->devNodes, struct HdfDeviceNode, entry) { in DevHostServiceFullDispatchPowerState() 186 DLIST_FOR_EACH_ENTRY_REVERSE(device, &hostService->devices, struct HdfDevice, node) { in DevHostServiceFullPmNotify()
|
/ohos5.0/drivers/external_device_manager/ |
H A D | .clang-format | 28 - 'DLIST_FOR_EACH_ENTRY_REVERSE'
|
/ohos5.0/drivers/hdf_core/ |
H A D | .clang-format | 28 - 'DLIST_FOR_EACH_ENTRY_REVERSE'
|
/ohos5.0/drivers/peripheral/ |
H A D | .clang-format | 28 - 'DLIST_FOR_EACH_ENTRY_REVERSE'
|
/ohos5.0/base/usb/usb_manager/ |
H A D | .clang-format | 28 - 'DLIST_FOR_EACH_ENTRY_REVERSE'
|
/ohos5.0/drivers/hdf_core/framework/core/host/src/ |
H A D | devhost_service.c | 185 DLIST_FOR_EACH_ENTRY_REVERSE(deviceNode, &device->devNodes, struct HdfDeviceNode, entry) { in ApplyDevicesPowerState() 211 DLIST_FOR_EACH_ENTRY_REVERSE(device, &hostService->devices, struct HdfDevice, node) { in DevHostServicePmNotify()
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/ |
H A D | hdf_dlist.h | 215 #define DLIST_FOR_EACH_ENTRY_REVERSE(pos, head, type, member) \ macro
|
/ohos5.0/drivers/hdf_core/framework/core/manager/src/ |
H A D | devmgr_service.c | 442 DLIST_FOR_EACH_ENTRY_REVERSE(hostClient, &devmgr->hosts, struct DevHostServiceClnt, node) { in DevmgrServicePowerStateChange()
|