Home
last modified time | relevance | path

Searched refs:HdfSList (Results 1 – 16 of 16) sorted by relevance

/drivers/hdf_core/interfaces/inner_api/utils/
Dhdf_slist.h22 struct HdfSList { struct
45 void HdfSListInit(struct HdfSList *list);
57 struct HdfSListNode *HdfSListSearch(const struct HdfSList *list, uint32_t keyValue, HdfSListSearchC…
66 bool HdfSListIsEmpty(const struct HdfSList *list);
75 struct HdfSListNode *HdfSListGetLast(const struct HdfSList *list);
85 void HdfSListAdd(struct HdfSList *list, struct HdfSListNode *link);
95 void HdfSListAddTail(struct HdfSList *list, struct HdfSListNode *link);
106 bool HdfSListAddOrder(struct HdfSList *list, struct HdfSListNode *link, HdfSListAddComparer compare…
115 void HdfSListRemove(struct HdfSList *list, struct HdfSListNode *link);
125 void HdfSListFlush(struct HdfSList *list, HdfSListDeleter deleter);
[all …]
/drivers/hdf_core/framework/utils/src/
Dhdf_slist.c14 void HdfSListInit(struct HdfSList *list) in HdfSListInit()
21 bool HdfSListIsEmpty(const struct HdfSList *list) in HdfSListIsEmpty()
26 struct HdfSListNode *HdfSListSearch(const struct HdfSList *list, uint32_t keyValue, HdfSListSearchC… in HdfSListSearch()
42 struct HdfSListNode *HdfSListGetLast(const struct HdfSList *list) in HdfSListGetLast()
56 void HdfSListAdd(struct HdfSList *list, struct HdfSListNode *link) in HdfSListAdd()
65 void HdfSListAddTail(struct HdfSList *list, struct HdfSListNode *link) in HdfSListAddTail()
82 bool HdfSListAddOrder(struct HdfSList *list, struct HdfSListNode *link, HdfSListAddComparer compare… in HdfSListAddOrder()
117 void HdfSListRemove(struct HdfSList *list, struct HdfSListNode *link) in HdfSListRemove()
132 void HdfSListFlush(struct HdfSList *list, HdfSListDeleter deleter) in HdfSListFlush()
149 int HdfSListCount(const struct HdfSList *list) in HdfSListCount()
[all …]
/drivers/hdf_core/framework/core/manager/include/
Ddevhost_service_clnt.h19 struct HdfSList devices;
20 struct HdfSList unloadDevInfos;
21 struct HdfSList dynamicDevInfos;
/drivers/hdf_core/adapter/uhdf2/osal/test/unittest/common/
Dosal_slist_test.cpp29 using HdfSListOps = void (*)(struct HdfSList *list, struct HdfSListNode *link);
86 struct HdfSList list;
92 static void HdfOsalSlistTestInit(struct HdfSList *list, int &totalCount, HdfSListOps ops) in HdfOsalSlistTestInit()
114 struct HdfSList list;
129 struct HdfSList list;
147 struct HdfSList list;
/drivers/peripheral/usb/hdi_service/include/
Dusbd.h90 struct HdfSList requestQueue;
92 struct HdfSList reqSyncList;
94 struct HdfSList reqASyncList;
147 struct HdfSList devList;
Dusb_impl.h40 HdfSList devList_;
/drivers/hdf_core/framework/core/shared/include/
Dhdf_attribute_manager.h16 bool HdfAttributeManagerGetHostList(struct HdfSList *hostList);
/drivers/peripheral/usb/interfaces/ddk/host/
Dusb_session.h55 struct HdfSList usbDevs;
/drivers/hdf_core/framework/utils/include/
Dosal_msg_queue.h24 struct HdfSList list;
/drivers/hdf_core/adapter/uhdf2/manager/include/
Ddevsvc_manager_stub.h37 struct HdfSList devObjHolderList;
/drivers/hdf_core/framework/core/host/include/
Dhdf_service_observer.h18 struct HdfSList services;
Dhdf_observer_record.h23 struct HdfSList subscribers;
/drivers/peripheral/usb/ddk/host/include/
Dusb_ddk_device.h46 struct HdfSList requestList;
/drivers/hdf_core/framework/core/common/src/
Dhdf_attribute_macro.c59 bool HdfAttributeManagerGetHostList(struct HdfSList *hostList) in HdfAttributeManagerGetHostList()
Dhdf_attribute.c64 bool HdfAttributeManagerGetHostList(struct HdfSList *hostList) in HdfAttributeManagerGetHostList()
/drivers/hdf_core/framework/core/manager/src/
Ddevmgr_service.c339 struct HdfSList hostList; in DevmgrServiceStartDeviceHosts()