Home
last modified time | relevance | path

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/
Dusb_host_hub.c347 (void)USB_HostCloseDeviceInterface(deviceHandle, hubInstance->interfaceHandle); in USB_HostHubDeinit()
359 (void)USB_HostCloseDeviceInterface(deviceHandle, NULL); in USB_HostHubDeinit()
Dusb_host_video.c859 (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()
Dusb_host_cdc.c740 (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()
Dusb_host_printer.c547 (void)USB_HostCloseDeviceInterface( in USB_HostPrinterDeinit()
553 (void)USB_HostCloseDeviceInterface(deviceHandle, NULL); in USB_HostPrinterDeinit()
Dusb_host_hid.c540 (void)USB_HostCloseDeviceInterface( in USB_HostHidDeinit()
546 (void)USB_HostCloseDeviceInterface(deviceHandle, NULL); in USB_HostHidDeinit()
Dusb_host_audio.c147 (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()
Dusb_host_msd.c1083 (void)USB_HostCloseDeviceInterface( in USB_HostMsdDeinit()
1089 (void)USB_HostCloseDeviceInterface(deviceHandle, NULL); in USB_HostMsdDeinit()
Dusb_host_phdc.c857 (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/
Dusb_host.h659 extern usb_status_t USB_HostCloseDeviceInterface(usb_device_handle deviceHandle,
Dusb_host_devices.c1354 usb_status_t USB_HostCloseDeviceInterface(usb_device_handle deviceHandle, usb_host_interface_handle… in USB_HostCloseDeviceInterface() function