Home
last modified time | relevance | path

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

/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_dispatcher.h74 static UsbInterface *GetUsbInterfaceById(const HostDevice *dev, uint8_t interfaceIndex);
76 const HostDevice *dev, UsbInterface *interface, uint8_t pipeAddr, UsbPipeInfo *pipe);
77 static int32_t GetPipe(const HostDevice *dev, uint8_t interfaceId, uint8_t pipeId, UsbPipeInfo *pipe);
78 static void UsbdFreeCtrlPipe(HostDevice *dev);
79 static int32_t UsbdGetCtrlPipe(HostDevice *dev);
80 static UsbdRequestSync *UsbdFindRequestSync(HostDevice *port, uint8_t interfaceId, uint8_t pipeAddr);
84 HostDevice *port, UsbInterfaceHandle *ifHandle, UsbPipeInfo *pipe, UsbdRequestSync *requestSync);
85 static int32_t UsbdRequestSyncInitwithLength(HostDevice *port, UsbInterfaceHandle *ifHandle,
91 static void UsbdReleaseInterfaces(HostDevice *dev);
92 static void UsbdCloseInterfaces(HostDevice *de
[all...]
H A Dusb_impl.h98 static int32_t UsbdRequestSyncReleaseList(HostDevice *port);
99 static int32_t UsbdRequestASyncReleaseList(HostDevice *port);
101 static int32_t UsbdBulkASyncListReleasePort(HostDevice *port);
103 static UsbInterfaceHandle *InterfaceIdToHandle(const HostDevice *dev, uint8_t id);
108 HostDevice *FindDevFromService(uint8_t busNum, uint8_t devAddr);
117 int32_t UsbControlTransferEx(HostDevice *dev, UsbControlParams *ctrParams, int32_t timeout);
120 static int32_t ReOpenDevice(HostDevice *port);
122 HostDevice *port, uint8_t interfaceId, uint8_t pipeAddr, UsbdRequestSync **request);
123 int32_t UsbdFindRequestSyncAndCreatwithLength(HostDevice *port, uint8_t interfaceId,
128 HostDevice *por
[all...]
H A Dusbd.h75 struct HostDevice *instance;
87 struct HostDevice { struct
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp95 HostDevice *UsbImpl::FindDevFromService(uint8_t busNum, uint8_t devAddr) in FindDevFromService()
98 HostDevice *port = nullptr; in FindDevFromService()
104 port = reinterpret_cast<HostDevice *>(HdfSListIteratorNext(&it)); in FindDevFromService()
156 int32_t UsbImpl::UsbControlTransferEx(HostDevice *dev, UsbControlParams *ctrParams, int32_t timeout) in UsbControlTransferEx()
232 int32_t UsbImpl::ReOpenDevice(HostDevice *port) in ReOpenDevice()
267 UsbInterfaceHandle *UsbImpl::InterfaceIdToHandle(const HostDevice *dev, uint8_t id) in InterfaceIdToHandle()
282 int32_t UsbImpl::UsbdRequestSyncReleaseList(HostDevice *port) in UsbdRequestSyncReleaseList()
308 int32_t UsbImpl::UsbdRequestASyncReleaseList(HostDevice *port) in UsbdRequestASyncReleaseList()
334 int32_t UsbImpl::UsbdBulkASyncListReleasePort(HostDevice *port) in UsbdBulkASyncListReleasePort()
352 HostDevice *por in UsbdFindRequestSyncAndCreat()
[all...]
H A Dusbd_dispatcher.cpp98 UsbInterface *UsbdDispatcher::GetUsbInterfaceById(const HostDevice *dev, uint8_t interfaceIndex) in GetUsbInterfaceById()
113 const HostDevice *dev, UsbInterface *interface, uint8_t pipeAddr, UsbPipeInfo *pipe) in GetInterfacePipe()
148 int32_t UsbdDispatcher::GetPipe(const HostDevice *dev, uint8_t interfaceId, uint8_t pipeId, UsbPipeInfo *pipe) in GetPipe()
170 void UsbdDispatcher::UsbdFreeCtrlPipe(HostDevice *dev) in UsbdFreeCtrlPipe()
181 int32_t UsbdDispatcher::UsbdGetCtrlPipe(HostDevice *dev) in UsbdGetCtrlPipe()
201 UsbdRequestSync *UsbdDispatcher::UsbdFindRequestSync(HostDevice *port, uint8_t interfaceId, uint8_t pipeAddr) in UsbdFindRequestSync()
264 HostDevice *port, UsbInterfaceHandle *ifHandle, UsbPipeInfo *pipe, UsbdRequestSync *requestSync) in UsbdRequestSyncInit()
291 int32_t UsbdDispatcher::UsbdRequestSyncInitwithLength(HostDevice *port, UsbInterfaceHandle *ifHandle, in UsbdRequestSyncInitwithLength()
432 void UsbdDispatcher::UsbdReleaseInterfaces(HostDevice *dev) in UsbdReleaseInterfaces()
451 void UsbdDispatcher::UsbdCloseInterfaces(HostDevice *de
[all...]

Completed in 6 milliseconds