Home
last modified time | relevance | path

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

12

/drivers/hdf_core/framework/include/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()
147 static inline int DListGetCount(const struct DListHead *head) in DListGetCount()
203 #define DLIST_FOR_EACH_ENTRY(pos, head, type, member) \ argument
209 #define DLIST_FOR_EACH_ENTRY_REVERSE(pos, head, type, member) \ argument
226 #define DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, type, member) \ argument
/drivers/peripheral/user_auth/hdi_service/common/src/
Dtlv_wrapper.c25 static int32_t PutTlvObject(TlvListNode *head, int32_t type, uint32_t length, const void *value) in PutTlvObject()
83 int32_t ParseTlvWrapper(const uint8_t *buffer, uint32_t bufferSize, TlvListNode *head) in ParseTlvWrapper()
234 int32_t GetUint64Para(TlvListNode *head, int32_t msgType, uint64_t *retVal) in GetUint64Para()
255 int32_t GetUint32Para(TlvListNode *head, int32_t msgType, uint32_t *retVal) in GetUint32Para()
276 int32_t GetInt32Para(TlvListNode *head, int32_t msgType, int32_t *retVal) in GetInt32Para()
297 Buffer *GetBuffPara(TlvListNode *head, int32_t msgType) in GetBuffPara()
318 int32_t TlvAppendObject(TlvListNode *head, int32_t type, const uint8_t *buffer, uint32_t length) in TlvAppendObject()
327 int32_t SerializeTlvWrapper(TlvListNode *head, uint8_t *buffer, uint32_t maxSize, uint32_t *content… in SerializeTlvWrapper()
Dtlv_base.c83 int32_t DestroyTlvList(TlvListNode *head) in DestroyTlvList()
107 int32_t AddTlvNode(TlvListNode *head, const TlvObject *object) in AddTlvNode()
/drivers/liteos/hievent/include/
Dhiview_hievent.h44 struct HiviewHieventPayload *head; member
/drivers/peripheral/codec/hal/include/
Dcodec_component_manager_service.h38 struct DListHead head; member
/drivers/hdf_core/framework/utils/include/
Dhdf_ordered_list.h21 struct HdfSList head; member
Dhdf_task_queue.h28 struct DListHead 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.c31 static struct DListHead *head = NULL; in PinCntlrListGet() local
56 struct DListHead *head = NULL; in PinCntlrAdd() local
97 struct DListHead *head = NULL; in PinCntlrGetPinDescByName() local
128 struct DListHead *head = NULL; in PinCntlrGetByNumber() local
148 struct DListHead *head = NULL; in PinCntlrGetByPin() local
/drivers/peripheral/codec/hal/passthrough/include/
Dcodec_adapter_if.h44 struct DListHead head; member
/drivers/hdf_core/framework/tools/leagecy/hc-gen/include/
Dhcs_file.h28 struct HcsFile *head; member
/drivers/peripheral/usb/gadget/function/ecm/
Dcdcecm.c160 static void UsbEcmFreeRequests(const struct DListHead *head, int32_t *allocated) in UsbEcmFreeRequests()
206 struct DListHead *head = &port->readPool; in UsbEcmAllocReadRequests() local
227 struct DListHead *head = &port->writePool; in UsbEcmAllocWriteRequests() local
247 struct DListHead *head = &port->readPool; in UsbEcmStartIo() local
/drivers/hdf_core/framework/support/platform/src/i3c/
Di3c_core.c81 static struct DListHead *head = NULL; in I3cDeviceListGet() local
208 struct DListHead *head = NULL; in I3cGetDeviceByAddr() local
270 struct DListHead *head = NULL; in I3cDeviceAdd() local
/drivers/peripheral/user_auth/hdi_service/common/inc/
Dlinked_list.h43 LinkedListNode *head; member
/drivers/peripheral/wlan/hdi_service/service_common/
Dwlan_common_cmd.c465 struct DListHead *head = &HdfStubDriver()->remoteListHead; in HdfWlanAddRemoteObj() local
547 struct DListHead *head = &HdfStubDriver()->remoteListHead; in HdfWLanCallbackFun() local
594 struct DListHead *head = &HdfStubDriver()->remoteListHead; in HdfWlanNetlinkCallbackFun() local
618 struct DListHead *head = &HdfStubDriver()->remoteListHead; in HdfWlanDelRemoteObj() local
/drivers/peripheral/usb/gadget/function/acm/
Dcdcacm.c160 static void UsbSerialFreeRequests(struct DListHead * const head, int32_t *allocated) in UsbSerialFreeRequests()
318 struct DListHead *head = &port->readPool; in UsbSerialAllocReadRequests() local
339 struct DListHead *head = &port->writePool; in UsbSerialAllocWriteRequests() local
359 struct DListHead *head = &port->readPool; in UsbSerialStartIo() local
942 struct DListHead *head = &acm->ctrlPool; in AcmAllocCtrlRequests() local
975 struct DListHead *head = &acm->ctrlPool; in AcmFreeCtrlRequests() 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/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/network/src/
Dnetbuf_adapter.c543 int32_t NetBufResizeRoom(NetBuf *nb, uint32_t head, uint32_t tail) in NetBufResizeRoom()
/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/liteos/hievent/src/
Dhiview_hievent.c121 static struct HiviewHieventPayload *HiviewHieventGetPayload(struct HiviewHieventPayload *head, in HiviewHieventGetPayload()
/drivers/hdf_core/framework/tools/leagecy/hc-gen/src/
Dhcs_file.c41 struct HcsSourceName *head = HcsMemZalloc(sizeof(*head)); in HcsSourceNameSetPush() local
/drivers/hdf_core/framework/core/adapter/syscall/src/
Dhdf_syscall_adapter.c41 static bool HaveOnlyOneElement(const struct DListHead *head) in HaveOnlyOneElement()

12