Searched refs:controllerTable (Results 1 – 5 of 5) sorted by relevance
64 const usb_host_controller_interface_t **controllerTable);149 if (hostInstance->controllerTable == &s_EhciInterface)151 …(void)hostInstance->controllerTable->controllerIoctl(hostInstance->controllerHandle, kUSB_HostTest…155 if (hostInstance->controllerTable == &s_Ip3516HsInterface)157 …(void)hostInstance->controllerTable->controllerIoctl(hostInstance->controllerHandle, kUSB_HostTest…206 const usb_host_controller_interface_t **controllerTable) in USB_HostGetControllerInterface() argument211 *controllerTable = &s_KhciInterface; in USB_HostGetControllerInterface()218 *controllerTable = &s_EhciInterface; in USB_HostGetControllerInterface()225 *controllerTable = &s_OhciInterface; in USB_HostGetControllerInterface()232 *controllerTable = &s_Ip3516HsInterface; in USB_HostGetControllerInterface()[all …]
101 const usb_host_controller_interface_t *controllerTable; /*!< KHCI/EHCI interface*/ member
424 (void)hostInstance->controllerTable->controllerIoctl( in USB_HostProcessCallback()431 (void)hostInstance->controllerTable->controllerIoctl( in USB_HostProcessCallback()1298 …status = hostInstance->controllerTable->controllerIoctl(hostInstance->controllerHandle, kUSB_HostB… in USB_HostControlBus()
1030 …status = hostInstance->controllerTable->controllerIoctl(hostInstance->controllerHandle, kUSB_HostB… in USB_HostHubRemoteWakeupCallback()1579 …hostInstance->controllerTable->controllerIoctl(hostInstance->controllerHandle, kUSB_HostBusControl… in USB_HostHubSuspendDevice()1611 …status = hostInstance->controllerTable->controllerIoctl(hostInstance->controllerHandle, kUSB_HostB… in USB_HostHubSuspendDevice()
29 const usb_otg_controller_interface_t **controllerTable);85 …etControllerInterface(uint8_t controllerId, const usb_otg_controller_interface_t **controllerTable) in _USB_OtgGetControllerInterface() argument90 *controllerTable = &s_KhciInterface; in _USB_OtgGetControllerInterface()