Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_hci.c64 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() argument
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()
[all …]
Dusb_host_hci.h101 const usb_host_controller_interface_t *controllerTable; /*!< KHCI/EHCI interface*/ member
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()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub_app.c1030 …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()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_oci.c29 const usb_otg_controller_interface_t **controllerTable);
85 …etControllerInterface(uint8_t controllerId, const usb_otg_controller_interface_t **controllerTable) in _USB_OtgGetControllerInterface() argument
90 *controllerTable = &s_KhciInterface; in _USB_OtgGetControllerInterface()