Searched refs:controllerTable (Results 1 – 6 of 6) sorted by relevance
149 if (hostInstance->controllerTable == &s_EhciInterface)155 if (hostInstance->controllerTable == &s_Ip3516HsInterface)211 *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()252 if (hostInstance->controllerTable == NULL) in USB_HostInit()259 if ((hostInstance->controllerTable->controllerCreate == NULL) || in USB_HostInit()260 (hostInstance->controllerTable->controllerDestory == NULL) || in USB_HostInit()261 (hostInstance->controllerTable->controllerOpenPipe == NULL) || in USB_HostInit()[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()
175 if (hostInstance->controllerTable == &s_EhciInterface)180 if (hostInstance->controllerTable == &s_Ip3516HsInterface)234 *controllerTable = &s_KhciInterface; in USB_HostGetControllerInterface()241 *controllerTable = &s_EhciInterface; in USB_HostGetControllerInterface()248 *controllerTable = &s_OhciInterface; in USB_HostGetControllerInterface()255 *controllerTable = &s_Ip3516HsInterface; in USB_HostGetControllerInterface()275 if (hostInstance->controllerTable == NULL) in USB_HostInit()282 if ((hostInstance->controllerTable->controllerCreate == NULL) || in USB_HostInit()283 (hostInstance->controllerTable->controllerDestory == NULL) || in USB_HostInit()284 (hostInstance->controllerTable->controllerOpenPipe == NULL) || in USB_HostInit()[all …]
116 const usb_host_controller_interface_t *controllerTable; /*!< KHCI/EHCI interface*/ member
418 hostInstance->controllerTable->controllerIoctl( in USB_HostProcessCallback()424 hostInstance->controllerTable->controllerIoctl( in USB_HostProcessCallback()1203 …status = hostInstance->controllerTable->controllerIoctl(hostInstance->controllerHandle, kUSB_HostB… in USB_HostControlBus()
Completed in 21 milliseconds