Lines Matching refs:HostDevice

98 UsbInterface *UsbdDispatcher::GetUsbInterfaceById(const HostDevice *dev, uint8_t interfaceIndex)

113 const HostDevice *dev, UsbInterface *interface, uint8_t pipeAddr, UsbPipeInfo *pipe)
148 int32_t UsbdDispatcher::GetPipe(const HostDevice *dev, uint8_t interfaceId, uint8_t pipeId, UsbPipeInfo *pipe)
170 void UsbdDispatcher::UsbdFreeCtrlPipe(HostDevice *dev)
181 int32_t UsbdDispatcher::UsbdGetCtrlPipe(HostDevice *dev)
201 UsbdRequestSync *UsbdDispatcher::UsbdFindRequestSync(HostDevice *port, uint8_t interfaceId, uint8_t pipeAddr)
264 HostDevice *port, UsbInterfaceHandle *ifHandle, UsbPipeInfo *pipe, UsbdRequestSync *requestSync)
291 int32_t UsbdDispatcher::UsbdRequestSyncInitwithLength(HostDevice *port, UsbInterfaceHandle *ifHandle,
432 void UsbdDispatcher::UsbdReleaseInterfaces(HostDevice *dev)
451 void UsbdDispatcher::UsbdCloseInterfaces(HostDevice *dev)
470 int32_t UsbdDispatcher::UsbdOpenInterfaces(HostDevice *dev)
492 void UsbdDispatcher::RemoveDevFromService(UsbImpl *service, HostDevice *port)
500 HostDevice *tempPort = nullptr;
504 tempPort = reinterpret_cast<HostDevice *>(HdfSListIteratorNext(&it));
516 int32_t UsbdDispatcher::UsbdClaimInterfaces(HostDevice *dev)
528 dev->ctrIface = GetUsbInterfaceById(const_cast<const HostDevice *>(dev), USB_CTRL_INTERFACE_ID);
538 int32_t UsbdDispatcher::ReturnGetPipes(int32_t ret, HostDevice *dev)
546 int32_t UsbdDispatcher::ReturnOpenInterfaces(int32_t ret, HostDevice *dev)
553 int32_t UsbdDispatcher::ReturnClainInterfaces(int32_t ret, HostDevice *dev)
559 int32_t UsbdDispatcher::UsbdInit(HostDevice *dev)
647 void UsbdDispatcher::UsbdRelease(HostDevice *dev)
748 HostDevice *port, UsbInterfaceHandle *ifHandle, UsbPipeInfo *pipe, UsbdRequestASync *request)
775 HostDevice *port, uint8_t interfaceId, uint8_t pipeAddr)
811 int32_t UsbdDispatcher::HostDeviceInit(HostDevice *port)
858 int32_t UsbdDispatcher::HostDeviceCreate(HostDevice **port)
865 HostDevice *tmp = static_cast<HostDevice *>(OsalMemCalloc(sizeof(HostDevice)));
884 int32_t UsbdDispatcher::FunAttachDevice(HostDevice *port, HdfSBuf *data, HdfSBuf *reply)
930 HostDevice *port = service->FindDevFromService(busNum, devAddr);
954 int32_t UsbdDispatcher::FunDetachDevice(HostDevice *port, HdfSBuf *data)
975 HostDevice *port = service->FindDevFromService(busNum, devAddr);
990 HostDevice *UsbdDispatcher::UsbdFindDevForBusNum(UsbImpl *service, uint8_t busNum)
999 HostDevice *tempPort = nullptr;
1003 tempPort = reinterpret_cast<HostDevice *>(HdfSListIteratorNext(&it));
1022 HostDevice *tempPort = nullptr;
1079 UsbdBulkASyncList *UsbdDispatcher::UsbdBulkASyncListAlloc(HostDevice *port, uint8_t ifId, uint8_t epId)