Home
last modified time | relevance | path

Searched refs:UsbIfRequest (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c615 static int32_t IfSubmitRequestToQueue(const struct UsbIfRequest *requestObj) in IfSubmitRequestToQueue()
646 static int32_t IfFillRequestByPipeType(struct UsbIfRequest *requestObj, UsbPipeType pipeType, in IfFillRequestByPipeType()
698 static int32_t IfFillRequestByPipeTypeByMmap(struct UsbIfRequest *requestObj, UsbPipeType pipeType, in IfFillRequestByPipeTypeByMmap()
1614 struct UsbIfRequest *requestObj = NULL; in UsbAllocRequest()
1622 requestObj = (struct UsbIfRequest *)RawUsbMemCalloc(sizeof(struct UsbIfRequest)); in UsbAllocRequest()
1653 struct UsbIfRequest *requestObj = NULL; in UsbAllocRequestByMmap()
1661 requestObj = (struct UsbIfRequest *)RawUsbMemCalloc(sizeof(struct UsbIfRequest)); in UsbAllocRequestByMmap()
1693 struct UsbIfRequest *requestOb in UsbAllocRequestByAshmem()
[all...]
H A Dusb_io_manage.c26 struct UsbIfRequest *requestObj = NULL; in IoCancelRequest()
33 requestObj = (struct UsbIfRequest *)hostRequest->privateObj; in IoCancelRequest()
385 struct UsbIfRequest *requestObj = (struct UsbIfRequest *)hostRequest->privateObj; in UsbIoSetRequestCompletionInfo()
/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h111 struct UsbIfRequest { struct
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp415 struct UsbIfRequest *requestObj = (struct UsbIfRequest *)requestSync->request; in UsbdFindRequestSyncAndCreatwithLength()
482 struct UsbIfRequest* requestObj = (struct UsbIfRequest *)requestSync->request; in UsbdBulkReadSyncBase()
615 UsbIfRequest *requestConvertVal = reinterpret_cast<UsbIfRequest *>(reqAsync->reqMsg.request); in FunRequestQueueFillAndSubmit()
669 UsbIfRequest *reqValue = reinterpret_cast<UsbIfRequest *>(reqMsg->reqMsg.request); in GetRequestMsgData()
1875 UsbIfRequest *reqValue = reinterpret_cast<UsbIfRequest *>(reqMs in RequestWait()
[all...]
H A Dusbd_dispatcher.cpp61 UsbIfRequest *reqObj = reinterpret_cast<UsbIfRequest *>(req); in UsbdReadCallback()
1323 UsbHostRequest *hostRequest = reinterpret_cast<UsbIfRequest *>(request)->hostRequest; in UsbdBulkASyncReqReadAutoSubmit()

Completed in 11 milliseconds