Searched refs:ifHandle (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/usb/hdi_service/include/ |
H A D | usbd.h | 77 UsbInterfaceHandle *ifHandle; member 154 UsbInterfaceHandle *ifHandle; member 164 UsbInterfaceHandle *ifHandle; member
|
H A D | usbd_dispatcher.h | 84 HostDevice *port, UsbInterfaceHandle *ifHandle, UsbPipeInfo *pipe, UsbdRequestSync *requestSync);
85 static int32_t UsbdRequestSyncInitwithLength(HostDevice *port, UsbInterfaceHandle *ifHandle,
110 HostDevice *port, UsbInterfaceHandle *ifHandle, UsbPipeInfo *pipe, UsbdRequestASync *request);
|
/drivers/peripheral/usb/hdi_service/src/ |
H A D | usbd_dispatcher.cpp | 241 req->ifHandle = nullptr;
in UsbdRequestSyncAlloc() 264 HostDevice *port, UsbInterfaceHandle *ifHandle, UsbPipeInfo *pipe, UsbdRequestSync *requestSync)
in UsbdRequestSyncInit() 266 if (port == nullptr || requestSync == nullptr || ifHandle == nullptr || pipe == nullptr) {
in UsbdRequestSyncInit() 277 requestSync->ifHandle = ifHandle;
in UsbdRequestSyncInit() 278 requestSync->request = UsbAllocRequest(requestSync->ifHandle, 0, requestSync->pipe.maxPacketSize);
in UsbdRequestSyncInit() 291 int32_t UsbdDispatcher::UsbdRequestSyncInitwithLength(HostDevice *port, UsbInterfaceHandle *ifHandle,
in UsbdRequestSyncInitwithLength() argument 294 if (port == nullptr || requestSync == nullptr || ifHandle == nullptr || pipe == nullptr) {
in UsbdRequestSyncInitwithLength() 305 requestSync->ifHandle = ifHandle;
in UsbdRequestSyncInitwithLength() 263 UsbdRequestSyncInit( HostDevice *port, UsbInterfaceHandle *ifHandle, UsbPipeInfo *pipe, UsbdRequestSync *requestSync) UsbdRequestSyncInit() argument 747 UsbdRequestASyncInit( HostDevice *port, UsbInterfaceHandle *ifHandle, UsbPipeInfo *pipe, UsbdRequestASync *request) UsbdRequestASyncInit() argument 790 UsbInterfaceHandle *ifHandle = UsbImpl::InterfaceIdToHandle(port, interfaceId); UsbdRequestASyncCreatAndInsert() local 1093 UsbInterfaceHandle *ifHandle = UsbImpl::InterfaceIdToHandle(port, ifId); UsbdBulkASyncListAlloc() local [all...] |
H A D | usb_impl.cpp | 378 UsbInterfaceHandle *ifHandle = InterfaceIdToHandle(port, interfaceId);
in UsbdFindRequestSyncAndCreat() local 379 if (ifHandle == nullptr) {
in UsbdFindRequestSyncAndCreat() 390 ret = UsbdDispatcher::UsbdRequestSyncInit(port, ifHandle, &pipe, requestSync);
in UsbdFindRequestSyncAndCreat() 438 UsbInterfaceHandle *ifHandle = InterfaceIdToHandle(port, interfaceId);
in UsbdFindRequestSyncAndCreatwithLength() local 439 if (ifHandle == nullptr) {
in UsbdFindRequestSyncAndCreatwithLength() 450 ret = UsbdDispatcher::UsbdRequestSyncInitwithLength(port, ifHandle, &pipe, length, requestSync);
in UsbdFindRequestSyncAndCreatwithLength() 475 ret = UsbFillRequest(requestSync->request, requestSync->ifHandle, &requestSync->params);
in UsbdBulkReadSyncBase() 524 ret = UsbFillRequest(requestSync->request, requestSync->ifHandle, &requestSync->params);
in UsbdBulkWriteSyncBase() 602 int32_t ret = UsbFillRequest(reqAsync->reqMsg.request, reqAsync->ifHandle, &reqAsync->params);
in FunRequestQueueFillAndSubmit()
|
Completed in 6 milliseconds