Searched refs:USB_HostCloseDeviceInterface (Results 1 – 10 of 10) sorted by relevance
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/ |
D | usb_host_hub.c | 347 (void)USB_HostCloseDeviceInterface(deviceHandle, hubInstance->interfaceHandle); in USB_HostHubDeinit() 359 (void)USB_HostCloseDeviceInterface(deviceHandle, NULL); in USB_HostHubDeinit()
|
D | usb_host_video.c | 859 (void)USB_HostCloseDeviceInterface(deviceHandle, videoInstance->streamIntfHandle); in USB_HostVideoDeinit() 893 (void)USB_HostCloseDeviceInterface(deviceHandle, videoInstance->controlIntfHandle); in USB_HostVideoDeinit() 898 (void)USB_HostCloseDeviceInterface(deviceHandle, NULL); in USB_HostVideoDeinit()
|
D | usb_host_cdc.c | 740 (void)USB_HostCloseDeviceInterface(deviceHandle, cdcInstance->controlInterfaceHandle); in USB_HostCdcDeinit() 785 (void)USB_HostCloseDeviceInterface(deviceHandle, cdcInstance->dataInterfaceHandle); in USB_HostCdcDeinit() 791 (void)USB_HostCloseDeviceInterface(deviceHandle, NULL); in USB_HostCdcDeinit()
|
D | usb_host_printer.c | 547 (void)USB_HostCloseDeviceInterface( in USB_HostPrinterDeinit() 553 (void)USB_HostCloseDeviceInterface(deviceHandle, NULL); in USB_HostPrinterDeinit()
|
D | usb_host_hid.c | 540 (void)USB_HostCloseDeviceInterface( in USB_HostHidDeinit() 546 (void)USB_HostCloseDeviceInterface(deviceHandle, NULL); in USB_HostHidDeinit()
|
D | usb_host_audio.c | 147 (void)USB_HostCloseDeviceInterface(deviceHandle, audioPtr->streamIntfHandle); in USB_HostAudioDeinit() 153 (void)USB_HostCloseDeviceInterface(deviceHandle, audioPtr->controlIntfHandle); in USB_HostAudioDeinit() 158 (void)USB_HostCloseDeviceInterface(deviceHandle, NULL); in USB_HostAudioDeinit()
|
D | usb_host_msd.c | 1083 (void)USB_HostCloseDeviceInterface( in USB_HostMsdDeinit() 1089 (void)USB_HostCloseDeviceInterface(deviceHandle, NULL); in USB_HostMsdDeinit()
|
D | usb_host_phdc.c | 857 (void)USB_HostCloseDeviceInterface(deviceHandle, phdcInstance->interfaceHandle); in USB_HostPhdcDeinit() 863 (void)USB_HostCloseDeviceInterface(deviceHandle, NULL); in USB_HostPhdcDeinit()
|
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/ |
D | usb_host.h | 659 extern usb_status_t USB_HostCloseDeviceInterface(usb_device_handle deviceHandle,
|
D | usb_host_devices.c | 1354 usb_status_t USB_HostCloseDeviceInterface(usb_device_handle deviceHandle, usb_host_interface_handle… in USB_HostCloseDeviceInterface() function
|