/drivers/hdf_core/framework/core/manager/src/ |
H A D | driver_manager.c | 56 DLIST_FOR_EACH_ENTRY_SAFE(driver, tmp, driverHead, struct HdfDriver, node) { in HdfUnregisterDriverEntry() function 88 DLIST_FOR_EACH_ENTRY_SAFE(it, tmp, driverHead, struct HdfDriver, node) { in HdfUnregisterDriver() function
|
/drivers/hdf_core/interfaces/inner_api/utils/ |
H A D | hdf_dlist.h | 232 #define DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, type, member) \ macro
|
/drivers/hdf_core/framework/model/audio/core/src/ |
H A D | audio_host.c | 425 DLIST_FOR_EACH_ENTRY_SAFE(componentReq, componentTmp, componentHead, struct AudioSapmComponent, list) { in AudioDriverRelease() function 432 DLIST_FOR_EACH_ENTRY_SAFE(ctrlReq, ctrlTmp, controlHead, struct AudioKcontrol, list) { in AudioDriverRelease() function
|
/drivers/hdf_core/framework/support/platform/src/gpio/ |
H A D | gpio_manager.c | 28 DLIST_FOR_EACH_ENTRY_SAFE(iterCur, tmp, list, struct PlatformDevice, node) { in GpioCntlrCheckStart() function
|
/drivers/hdf_core/framework/support/platform/src/regulator/ |
H A D | regulator_tree_mgr.c | 130 DLIST_FOR_EACH_ENTRY_SAFE(nodeInfo, tmp, pList, struct RegulatorChildNode, node) { in RegulatorTreeIsChildAlwayson() function 150 DLIST_FOR_EACH_ENTRY_SAFE(nodeInfo, tmp, pList, struct RegulatorChildNode, node) { in RegulatorTreeIsChildStatusOn() function 170 DLIST_FOR_EACH_ENTRY_SAFE(nodeInfo, tmp, pList, struct RegulatorChildNode, node) { in RegulatorTreeIsAllChildDisable() function 189 DLIST_FOR_EACH_ENTRY_SAFE(nodeInfo, tmp, pList, struct RegulatorChildNode, node) { in RegulatorTreeChildForceDisable() function 355 DLIST_FOR_EACH_ENTRY_SAFE(nodeInfo, tmp, childHead, struct RegulatorChildNode, node) { RegulatorTreePrintChild() function [all...] |
/drivers/hdf_core/framework/support/platform/src/pin/ |
H A D | pin_if_u.c | 66 DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, struct PinInfo, node) {
in RemoveNode() function 424 DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, struct PinInfo, node) {
in CopyFuncName() function
|
H A D | pin_core.c | 113 DLIST_FOR_EACH_ENTRY_SAFE(cntlr, tmp, head, struct PinCntlr, node) { in PinCntlrGetPinDescByName() function 138 DLIST_FOR_EACH_ENTRY_SAFE(cntlr, tmp, head, struct PinCntlr, node) { in PinCntlrGetByNumber() function 164 DLIST_FOR_EACH_ENTRY_SAFE(cntlr, tmp, head, struct PinCntlr, node) { in PinCntlrGetByPin() function
|
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/ |
H A D | sample_hdi_service.cpp | 109 DLIST_FOR_EACH_ENTRY_SAFE(sampleDev, sampleDevTmp, &g_sampleDeviceList, struct SampleDevice, listNode) in SampleServiceUnregisterDevice() function
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_common_cmd_ext.c | 158 DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, struct HdfWpaRemoteNode, node) { in HdfWpaDelRemoteObj() function
|
/drivers/hdf_core/framework/support/platform/src/i3c/ |
H A D | i3c_core.c | 232 DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, struct I3cDevice, list) { in I3cGetDeviceByAddr() function 296 DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, struct I3cDevice, list) { in I3cDeviceAdd() function
|
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/ |
H A D | hostapd_common_cmd.c | 775 DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, struct HdfHostapdRemoteNode, node) { in HdfHostapdDelRemoteObj() function
|
/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | devmgr_uevent.c | 86 DLIST_FOR_EACH_ENTRY_SAFE(matchKey, matchKeyTmp, keyList, struct DevMgrMatchKey, entry) { in DevMgrUeventReleaseKeyList() function 100 DLIST_FOR_EACH_ENTRY_SAFE(ruleCfg, ruleCfgTmp, ruleCfgList, struct DevMgrUeventRuleCfg, entry) { in DevMgrUeventReleaseRuleCfgList() function
|
/drivers/peripheral/usb/ddk/host/src/ |
H A D | liteos_adapter.c | 86 DLIST_FOR_EACH_ENTRY_SAFE(asPos, asTemp, list, struct Async, asynclist) { in UsbFindUrb() function
|
/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.c | 905 DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, struct HdfWlanRemoteNode, node) {
in HdfWlanDelRemoteObj() function
|
/drivers/peripheral/wlan/client/src/netlink/ |
H A D | netlink_cmd_adapter.c | 2686 DLIST_FOR_EACH_ENTRY_SAFE(ssidListNode, tmp, ssidsList, struct SsidListNode, entry) { in ClearSsidsList() function 2796 DLIST_FOR_EACH_ENTRY_SAFE(freqListNode, tmp, freqsList, struct FreqListNode, entry) { in ClearFreqsList() function
|