Home
last modified time | relevance | path

Searched refs:usb_host_interface_handle (Results 1 – 20 of 20) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_cdc.h214usb_host_interface_handle controlInterfaceHandle; /*!< The handle of the CDC device control …
215usb_host_interface_handle dataInterfaceHandle; /*!< The handle of the CDC device data int…
288 usb_host_interface_handle interfaceHandle,
312 usb_host_interface_handle interfaceHandle,
Dusb_host_printer.h51 usb_host_interface_handle interfaceHandle; /*!< This instance's related interface handle*/
117 usb_host_interface_handle interfaceHandle,
Dusb_host_video.h587usb_host_interface_handle streamIntfHandle; /*!< This instance's video stream interface h…
588usb_host_interface_handle controlIntfHandle; /*!< This instance's control stream interface…
638 usb_host_interface_handle interfaceHandle,
663 usb_host_interface_handle interfaceHandle,
Dusb_host_phdc.h107 usb_host_interface_handle interfaceHandle; /*!< The interface handle */
178 usb_host_interface_handle interfaceHandle,
Dusb_host_audio.h546usb_host_interface_handle streamIntfHandle; /*!< This instance's audio stream interface handle*/
547usb_host_interface_handle controlIntfHandle; /*!< This instance's control stream interface handle*/
632 usb_host_interface_handle interfaceHandle,
657 usb_host_interface_handle interfaceHandle,
Dusb_host_hid.h61 usb_host_interface_handle interfaceHandle; /*!< This instance's related interface handle*/
146 usb_host_interface_handle interfaceHandle,
Dusb_host_hub.h99 usb_host_interface_handle interfaceHandle; /*!< Interface handle*/
179 usb_host_interface_handle interfaceHandle,
Dusb_host_msd.h134 usb_host_interface_handle interfaceHandle; /*!< This instance's related interface handle*/
233 usb_host_interface_handle interfaceHandle,
Dusb_host_video.c426 usb_host_interface_handle interfaceHandle, in USB_HostVideoStreamSetInterface()
596 usb_host_interface_handle interfaceHandle, in USB_HostVideoControlSetInterface()
Dusb_host_cdc.c516 usb_host_interface_handle interfaceHandle, in USB_HostCdcSetControlInterface()
611 usb_host_interface_handle interfaceHandle, in USB_HostCdcSetDataInterface()
Dusb_host_hub.c210 usb_host_interface_handle interfaceHandle, in USB_HostHubSetInterface()
Dusb_host_audio.c452 usb_host_interface_handle interfaceHandle, in USB_HostAudioStreamSetInterface()
666 usb_host_interface_handle interfaceHandle, in USB_HostAudioControlSetInterface()
Dusb_host_printer.c388 usb_host_interface_handle interfaceHandle, in USB_HostPrinterSetInterface()
Dusb_host_hid.c384 usb_host_interface_handle interfaceHandle, in USB_HostHidSetInterface()
Dusb_host_msd.c935 usb_host_interface_handle interfaceHandle, in USB_HostMsdSetInterface()
Dusb_host_phdc.c625 usb_host_interface_handle interfaceHandle, in USB_HostPhdcSetInterface()
Dusb_host_hub_app.c107 static usb_host_interface_handle s_HubInterfaceHandle;
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host.h37 typedef void *usb_host_interface_handle; typedef
368 extern usb_status_t USB_HostHelperParseAlternateSetting(usb_host_interface_handle interfaceHandle,
645 usb_host_interface_handle interfaceHandle);
660 usb_host_interface_handle interfaceHandle);
Dusb_host_devices.c1304 usb_status_t USB_HostOpenDeviceInterface(usb_device_handle deviceHandle, usb_host_interface_handle in USB_HostOpenDeviceInterface()
1354 usb_status_t USB_HostCloseDeviceInterface(usb_device_handle deviceHandle, usb_host_interface_handle in USB_HostCloseDeviceInterface()
Dusb_host_hci.c682 usb_status_t USB_HostHelperParseAlternateSetting(usb_host_interface_handle interfaceHandle, in USB_HostHelperParseAlternateSetting()