Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 27) sorted by relevance

12

/drivers/hdf_core/interfaces/inner_api/utils/
Dhdf_dlist.h56 static inline void DListHeadInit(struct DListHead *head) in DListHeadInit()
69 static inline bool DListIsEmpty(const struct DListHead *head) in DListIsEmpty()
99 static inline void DListInsertHead(struct DListHead *entry, struct DListHead *head) in DListInsertHead()
117 static inline void DListInsertTail(struct DListHead *entry, struct DListHead *head) in DListInsertTail()
135 static inline void DListMerge(struct DListHead *list, struct DListHead *head) in DListMerge()
153 static inline int DListGetCount(const struct DListHead *head) in DListGetCount()
209 #define DLIST_FOR_EACH_ENTRY(pos, head, type, member) \ argument
215 #define DLIST_FOR_EACH_ENTRY_REVERSE(pos, head, type, member) \ argument
232 #define DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, type, member) \ argument
/drivers/liteos/hievent/include/
Dhiview_hievent.h44 struct HiviewHieventPayload *head; member
/drivers/hdf_core/framework/support/platform/src/pin/
Dpin_if_u.c35 static struct DListHead *head = NULL; in AddNode() local
61 struct DListHead *head = &g_listHead; in RemoveNode() local
419 struct DListHead *head = &g_listHead; in CopyFuncName() local
Dpin_core.c34 static struct DListHead *head = NULL; in PinCntlrListGet() local
60 struct DListHead *head = NULL; in PinCntlrAdd() local
101 struct DListHead *head = NULL; in PinCntlrGetPinDescByName() local
132 struct DListHead *head = NULL; in PinCntlrGetByNumber() local
152 struct DListHead *head = NULL; in PinCntlrGetByPin() local
/drivers/peripheral/codec/hal/include/
Dcodec_component_manager_service.h39 struct DListHead head; member
/drivers/hdf_core/framework/utils/include/
Dhdf_task_queue.h28 struct DListHead head; member
/drivers/hdf_core/framework/test/fuzztest/uhdf2_utils_fuzzer/inner_api_utils_fuzzer/
Dinnerapi_utils_fuzzer.cpp33 struct DListHead head; in FuncdListInsertHead() local
/drivers/peripheral/usb/gadget/function/ecm/
Dcdcecm.c165 static void UsbEcmFreeRequests(const struct DListHead *head, int32_t *allocated) in UsbEcmFreeRequests()
211 struct DListHead *head = &port->readPool; in UsbEcmAllocReadRequests() local
232 struct DListHead *head = &port->writePool; in UsbEcmAllocWriteRequests() local
252 struct DListHead *head = &port->readPool; in UsbEcmStartIo() local
/drivers/hdf_core/framework/support/platform/src/i3c/
Di3c_core.c84 static struct DListHead *head = NULL; in I3cDeviceListGet() local
211 struct DListHead *head = NULL; in I3cGetDeviceByAddr() local
273 struct DListHead *head = NULL; in I3cDeviceAdd() local
/drivers/peripheral/user_auth/hdi_service/utils/inc/
Dlinked_list.h43 LinkedListNode *head; member
/drivers/peripheral/usb/gadget/function/acm/
Dcdcacm.c165 static void UsbSerialFreeRequests(struct DListHead * const head, int32_t *allocated) in UsbSerialFreeRequests()
324 struct DListHead *head = &port->readPool; in UsbSerialAllocReadRequests() local
345 struct DListHead *head = &port->writePool; in UsbSerialAllocWriteRequests() local
372 struct DListHead *head = &port->readPool; in UsbSerialStartIo() local
969 struct DListHead *head = &acm->ctrlPool; in AcmAllocCtrlRequests() local
1002 struct DListHead *head = &acm->ctrlPool; in AcmFreeCtrlRequests() local
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
Dhostapd_common_cmd.c655 struct DListHead *head = NULL; in HdfHostapdCallbackFun() local
742 struct DListHead *head = &HdfHostapdStubDriver()->remoteListHead; in HdfHostapdAddRemoteObj() local
773 struct DListHead *head = &HdfHostapdStubDriver()->remoteListHead; in HdfHostapdDelRemoteObj() local
/drivers/hdf_core/adapter/khdf/linux/network/src/
Dnetbuf_adapter.c234 int32_t NetBufResizeRoom(NetBuf *nb, uint32_t head, uint32_t tail) in NetBufResizeRoom()
/drivers/peripheral/usb/test/unittest/device_sdk/
Dusb_device_cdcacm_test.cpp413 struct DListHead *head = &acmDevice->ctrlPool; in AllocCtrlRequests() local
759 struct DListHead *head = &acmDevice->ctrlPool; in FreeCtrlRequests() local
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
Dusb_device_lite_cdcacm_test.c401 struct DListHead *head = &acmDevice->ctrlPool; in AllocCtrlRequests() local
752 struct DListHead *head = &acmDevice->ctrlPool; in FreeCtrlRequests() local
/drivers/peripheral/wlan/hdi_service/service_common/
Dwlan_common_cmd.c537 struct DListHead *head = &HdfStubDriver()->remoteListHead; in HdfWlanAddRemoteObj() local
845 struct DListHead *head = NULL; in HdfWLanCallbackFun() local
876 struct DListHead *head = NULL; in HdfWlanNetlinkCallbackFun() local
904 struct DListHead *head = &HdfStubDriver()->remoteListHead; in HdfWlanDelRemoteObj() local
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
Dwpa_common_cmd_ext.c156 struct DListHead *head = &HdfWpaStubDriver()->remoteListHead; in HdfWpaDelRemoteObj() local
Dwpa_common_cmd.c1088 struct DListHead *head = &HdfWpaStubDriver()->remoteListHead; in HdfWpaAddRemoteObj() local
1788 struct DListHead *head = NULL; in HdfWpaCallbackFun() local
1953 struct DListHead *head = &HdfWpaStubDriver()->remoteListHead; in ClearHdfWpaRemoteObj() local
/drivers/hdf_core/framework/test/unittest/osal/
Dosal_list_test.c77 static void OsalTestList(const struct DListHead *head) in OsalTestList()
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
Dnetbuf_adapter.c543 int32_t NetBufResizeRoom(NetBuf *nb, uint32_t head, uint32_t tail) in NetBufResizeRoom()
/drivers/hdf_core/adapter/khdf/liteos/network/src/
Dnetbuf_adapter.c541 int32_t NetBufResizeRoom(NetBuf *nb, uint32_t head, uint32_t tail) in NetBufResizeRoom()
/drivers/peripheral/usb/gadget/function/mtp/src/
Dusbfn_mtp_impl.cpp330 struct DListHead *head = &mtpDev_->ctrlPool; in UsbMtpDeviceAllocCtrlRequests() local
356 struct DListHead *head = &mtpDev_->ctrlPool; in UsbMtpDeviceFreeCtrlRequests() local
366 void UsbfnMtpImpl::UsbMtpPortFreeRequests(struct DListHead *head, int32_t &allocated) in UsbMtpPortFreeRequests()
/drivers/liteos/hievent/src/
Dhiview_hievent.c121 static struct HiviewHieventPayload *HiviewHieventGetPayload(struct HiviewHieventPayload *head, in HiviewHieventGetPayload()
/drivers/hdf_core/framework/core/adapter/syscall/src/
Dhdf_syscall_adapter.c42 static bool HaveOnlyOneElement(const struct DListHead *head) in HaveOnlyOneElement()
/drivers/hdf_core/framework/model/network/wifi/include/
Dhdf_wifi_cmd.h195 uint8_t *head; member

12