Home
last modified time | relevance | path

Searched refs:controllerTable (Results 1 – 6 of 6) sorted by relevance

/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_hci.c149 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 …]
A Dusb_host_hci.h101 const usb_host_controller_interface_t *controllerTable; /*!< KHCI/EHCI interface*/ member
A Dusb_host_devices.c424 (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()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_hci.c175 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 …]
A Dusb_host_hci.h116 const usb_host_controller_interface_t *controllerTable; /*!< KHCI/EHCI interface*/ member
A Dusb_host_devices.c418 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