Home
last modified time | relevance | path

Searched refs:USB_DeviceClassGetDeviceHandle (Results 1 – 11 of 11) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_dfu.c230 error = USB_DeviceClassGetDeviceHandle(controllerId, &dfuHandle->handle); in USB_DeviceDfuInit()
Dusb_device_class.h414 usb_status_t USB_DeviceClassGetDeviceHandle(uint8_t controllerId, usb_device_handle *handle);
Dusb_device_class.c287 usb_status_t USB_DeviceClassGetDeviceHandle(uint8_t controllerId, usb_device_handle *handle) in USB_DeviceClassGetDeviceHandle() function
Dusb_device_printer.c275 status = USB_DeviceClassGetDeviceHandle(controllerId, &deviceHandle); in USB_DevicePrinterInit()
Dusb_device_hid.c659 error = USB_DeviceClassGetDeviceHandle(controllerId, &hidHandle->handle); in USB_DeviceHidInit()
Dusb_device_phdc.c639 error = USB_DeviceClassGetDeviceHandle(controllerId, &phdcHandle->handle); in USB_DevicePhdcInit()
Dusb_device_cdc_acm.c768 error = USB_DeviceClassGetDeviceHandle(controllerId, &cdcAcmHandle->handle); in USB_DeviceCdcAcmInit()
Dusb_device_ccid.c979 error = USB_DeviceClassGetDeviceHandle(controllerId, &ccidHandle->handle); in USB_DeviceCcidInit()
Dusb_device_video.c1408 error = USB_DeviceClassGetDeviceHandle(controllerId, &videoHandle->handle); in USB_DeviceVideoInit()
Dusb_device_msc.c914 error = USB_DeviceClassGetDeviceHandle(controllerId, &mscHandle->handle); in USB_DeviceMscInit()
Dusb_device_audio.c2009 error = USB_DeviceClassGetDeviceHandle(controllerId, &audioHandle->handle); in USB_DeviceAudioInit()