Searched refs:pList (Results 1 - 4 of 4) sorted by relevance
/drivers/hdf_core/framework/support/platform/src/regulator/ |
H A D | regulator_tree_mgr.c | 125 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 D | usbd_dispatcher.cpp | 1044 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(¶ms, sizeof(params), &db->list->pList->params, sizeof(params));
in UsbdBulkASyncReqWriteAutoSubmit() 1283 ret = UsbdBulkAsyncGetAsmData(&db->list->pList->asmHandle, ¶ms, 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 D | usbd.h | 67 struct UsbdBulkASyncList *pList; member
|
H A D | usbd_dispatcher.h | 120 static int32_t UsbdBulkASyncReqInit(UsbdBulkASyncReqList *list, UsbdBulkASyncList *pList);
|
Completed in 4 milliseconds