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/ |
| D | usb_device_dfu.c | 230 error = USB_DeviceClassGetDeviceHandle(controllerId, &dfuHandle->handle); in USB_DeviceDfuInit()
|
| D | usb_device_class.h | 414 usb_status_t USB_DeviceClassGetDeviceHandle(uint8_t controllerId, usb_device_handle *handle);
|
| D | usb_device_class.c | 287 usb_status_t USB_DeviceClassGetDeviceHandle(uint8_t controllerId, usb_device_handle *handle) in USB_DeviceClassGetDeviceHandle() function
|
| D | usb_device_printer.c | 275 status = USB_DeviceClassGetDeviceHandle(controllerId, &deviceHandle); in USB_DevicePrinterInit()
|
| D | usb_device_hid.c | 659 error = USB_DeviceClassGetDeviceHandle(controllerId, &hidHandle->handle); in USB_DeviceHidInit()
|
| D | usb_device_phdc.c | 639 error = USB_DeviceClassGetDeviceHandle(controllerId, &phdcHandle->handle); in USB_DevicePhdcInit()
|
| D | usb_device_cdc_acm.c | 768 error = USB_DeviceClassGetDeviceHandle(controllerId, &cdcAcmHandle->handle); in USB_DeviceCdcAcmInit()
|
| D | usb_device_ccid.c | 979 error = USB_DeviceClassGetDeviceHandle(controllerId, &ccidHandle->handle); in USB_DeviceCcidInit()
|
| D | usb_device_video.c | 1408 error = USB_DeviceClassGetDeviceHandle(controllerId, &videoHandle->handle); in USB_DeviceVideoInit()
|
| D | usb_device_msc.c | 914 error = USB_DeviceClassGetDeviceHandle(controllerId, &mscHandle->handle); in USB_DeviceMscInit()
|
| D | usb_device_audio.c | 2009 error = USB_DeviceClassGetDeviceHandle(controllerId, &audioHandle->handle); in USB_DeviceAudioInit()
|