Home
last modified time | relevance | path

Searched refs:ctrlPool (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/usb/gadget/function/include/
Dcdcacm.h100 struct DListHead ctrlPool; member
/drivers/peripheral/usb/test/unittest/device_sdk/
Dusb_device_cdcacm_test.h100 struct DListHead ctrlPool; member
Dusb_device_cdcacm_test.cpp408 DListInsertTail(&req->list, &acm->ctrlPool); in CtrlComplete()
413 struct DListHead *head = &acmDevice->ctrlPool; in AllocCtrlRequests()
418 DListHeadInit(&acmDevice->ctrlPool); in AllocCtrlRequests()
594 struct DListHead *pool = &acm->ctrlPool; in GetCtrlReq()
759 struct DListHead *head = &acmDevice->ctrlPool; in FreeCtrlRequests()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
Dusb_device_lite_cdcacm_test.c396 DListInsertTail(&req->list, &acm->ctrlPool); in CtrlComplete()
401 struct DListHead *head = &acmDevice->ctrlPool; in AllocCtrlRequests()
407 DListHeadInit(&acmDevice->ctrlPool); in AllocCtrlRequests()
584 struct DListHead *pool = &acm->ctrlPool; in GetCtrlReq()
752 struct DListHead *head = &acmDevice->ctrlPool; in FreeCtrlRequests()
/drivers/hdf_core/framework/test/unittest/model/usb/device/include/
Dusb_device_lite_cdcacm_test.h92 struct DListHead ctrlPool; member
/drivers/peripheral/usb/gadget/function/acm/
Dcdcacm.c959 DListInsertTail(&req->list, &acm->ctrlPool); in AcmCtrlComplete()
964 struct DListHead *head = &acm->ctrlPool; in AcmAllocCtrlRequests()
969 DListHeadInit(&acm->ctrlPool); in AcmAllocCtrlRequests()
997 struct DListHead *head = &acm->ctrlPool; in AcmFreeCtrlRequests()
1088 struct DListHead *pool = &acm->ctrlPool; in AcmGetCtrlReq()
/drivers/peripheral/usb/gadget/function/mtp/include/
Dusbfn_mtp_impl.h126 struct DListHead ctrlPool; member
/drivers/peripheral/usb/gadget/function/mtp/src/
Dusbfn_mtp_impl.cpp217 DListInsertTail(&req->list, &mtpDev->ctrlPool); in UsbFnRequestCtrlComplete()
329 struct DListHead *head = &mtpDev_->ctrlPool; in UsbMtpDeviceAllocCtrlRequests()
355 struct DListHead *head = &mtpDev_->ctrlPool; in UsbMtpDeviceFreeCtrlRequests()
463 struct DListHead *pool = &mtpDev->ctrlPool; in UsbMtpDeviceGetCtrlReq()