Searched refs:USB_HostOpenDeviceInterface (Results 1 – 10 of 10) sorted by relevance
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/ |
D | usb_host.h | 644 extern usb_status_t USB_HostOpenDeviceInterface(usb_device_handle deviceHandle,
|
D | usb_host_devices.c | 1304 usb_status_t USB_HostOpenDeviceInterface(usb_device_handle deviceHandle, usb_host_interface_handle … in USB_HostOpenDeviceInterface() function
|
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/ |
D | usb_host_video.c | 447 status = USB_HostOpenDeviceInterface(videoInstance->deviceHandle, in USB_HostVideoStreamSetInterface() 616 status = USB_HostOpenDeviceInterface(videoInstance->deviceHandle, in USB_HostVideoControlSetInterface()
|
D | usb_host_cdc.c | 261 … status = USB_HostOpenDeviceInterface(cdcInstance->deviceHandle, cdcInstance->dataInterfaceHandle); in USB_HostCdcOpenDataInterface() 391 …status = USB_HostOpenDeviceInterface(cdcInstance->deviceHandle, cdcInstance->controlInterfaceHandl… in USB_HostCdcOpenControlInterface()
|
D | usb_host_hub.c | 230 status = USB_HostOpenDeviceInterface(hubInstance->deviceHandle, interfaceHandle); in USB_HostHubSetInterface()
|
D | usb_host_audio.c | 472 status = USB_HostOpenDeviceInterface(audioPtr->deviceHandle, interfaceHandle); in USB_HostAudioStreamSetInterface() 688 status = USB_HostOpenDeviceInterface(audioPtr->deviceHandle, interfaceHandle); in USB_HostAudioControlSetInterface()
|
D | usb_host_printer.c | 403 status = USB_HostOpenDeviceInterface(printerInstance->deviceHandle, interfaceHandle); in USB_HostPrinterSetInterface()
|
D | usb_host_hid.c | 399 status = USB_HostOpenDeviceInterface(hidInstance->deviceHandle, in USB_HostHidSetInterface()
|
D | usb_host_msd.c | 949 status = USB_HostOpenDeviceInterface(msdInstance->deviceHandle, in USB_HostMsdSetInterface()
|
D | usb_host_phdc.c | 641 status = USB_HostOpenDeviceInterface(phdcInstance->deviceHandle, interfaceHandle); in USB_HostPhdcSetInterface()
|