Home
last modified time | relevance | path

Searched refs:pList (Results 1 - 4 of 4) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/regulator/
H A Dregulator_tree_mgr.c125 struct DListHead *pList = RegulatorTreeGetChild(name); in RegulatorTreeIsChildAlwayson() local
126 CHECK_NULL_PTR_RETURN_VALUE(pList, false); in RegulatorTreeIsChildAlwayson()
130 DLIST_FOR_EACH_ENTRY_SAFE(nodeInfo, tmp, pList, struct RegulatorChildNode, node) { in RegulatorTreeIsChildAlwayson()
145 struct DListHead *pList = RegulatorTreeGetChild(name); in RegulatorTreeIsChildStatusOn() local
146 CHECK_NULL_PTR_RETURN_VALUE(pList, false); in RegulatorTreeIsChildStatusOn()
150 DLIST_FOR_EACH_ENTRY_SAFE(nodeInfo, tmp, pList, struct RegulatorChildNode, node) { in RegulatorTreeIsChildStatusOn()
165 struct DListHead *pList = RegulatorTreeGetChild(name); in RegulatorTreeIsAllChildDisable() local
166 CHECK_NULL_PTR_RETURN_VALUE(pList, true); in RegulatorTreeIsAllChildDisable()
170 DLIST_FOR_EACH_ENTRY_SAFE(nodeInfo, tmp, pList, struct RegulatorChildNode, node) { in RegulatorTreeIsAllChildDisable()
184 struct DListHead *pList in RegulatorTreeChildForceDisable() local
[all...]
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp1044 int32_t UsbdDispatcher::UsbdBulkASyncReqInit(UsbdBulkASyncReqList *list, UsbdBulkASyncList *pList) in UsbdBulkASyncReqInit() argument
1053 list->node[i].request = UsbAllocRequest(pList->ifHandle, 0, pList->pipe.maxPacketSize); in UsbdBulkASyncReqInit()
1062 pList->params.userData = static_cast<void *>(&list->node[i]); in UsbdBulkASyncReqInit()
1075 list->pList = pList; in UsbdBulkASyncReqInit()
1276 int32_t ret = memcpy_s(&params, sizeof(params), &db->list->pList->params, sizeof(params)); in UsbdBulkASyncReqWriteAutoSubmit()
1283 ret = UsbdBulkAsyncGetAsmData(&db->list->pList->asmHandle, &params, db->list->pList->pipe.maxPacketSize); in UsbdBulkASyncReqWriteAutoSubmit()
1289 ret = UsbFillRequest(request, db->list->pList in UsbdBulkASyncReqWriteAutoSubmit()
[all...]
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd.h67 struct UsbdBulkASyncList *pList; member
H A Dusbd_dispatcher.h120 static int32_t UsbdBulkASyncReqInit(UsbdBulkASyncReqList *list, UsbdBulkASyncList *pList);

Completed in 4 milliseconds