Searched refs:USB_DeviceUnstallEndpoint (Results 1 – 11 of 11) sorted by relevance
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/ |
| D | usb_device_cdc_acm.c | 491 error = USB_DeviceUnstallEndpoint(cdcAcmHandle->handle, *temp8); in USB_DeviceCdcAcmEvent() 532 error = USB_DeviceUnstallEndpoint(cdcAcmHandle->handle, *temp8); in USB_DeviceCdcAcmEvent()
|
| D | usb_device_video.c | 1274 error = USB_DeviceUnstallEndpoint(videoHandle->handle, *temp8); in USB_DeviceVideoEvent() 1285 error = USB_DeviceUnstallEndpoint(videoHandle->handle, *temp8); in USB_DeviceVideoEvent()
|
| D | usb_device_msc.c | 1193 … error = USB_DeviceUnstallEndpoint(mscHandle->handle, *temp8); in USB_DeviceMscEvent() 1199 … error = USB_DeviceUnstallEndpoint(mscHandle->handle, *temp8); in USB_DeviceMscEvent()
|
| D | usb_device_audio.c | 1885 error = USB_DeviceUnstallEndpoint(audioHandle->handle, *temp8); in USB_DeviceAudioEvent() 1896 error = USB_DeviceUnstallEndpoint(audioHandle->handle, *temp8); in USB_DeviceAudioEvent()
|
| D | usb_device_printer.c | 452 status = USB_DeviceUnstallEndpoint(printerHandle->deviceHandle, temp8); in USB_DevicePrinterEvent()
|
| D | usb_device_hid.c | 429 error = USB_DeviceUnstallEndpoint(hidHandle->handle, *temp8); in USB_DeviceHidEvent()
|
| D | usb_device_phdc.c | 448 error = USB_DeviceUnstallEndpoint(phdcHandle->handle, *temp8); in USB_DevicePhdcEvent()
|
| D | usb_device_ccid.c | 877 status = USB_DeviceUnstallEndpoint(ccidHandle->handle, *temp8); in USB_DeviceCcidEvent()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/ |
| D | usb_device.h | 425 extern usb_status_t USB_DeviceUnstallEndpoint(usb_device_handle handle, uint8_t endpointAddress);
|
| D | usb_device_dci.c | 1198 usb_status_t USB_DeviceUnstallEndpoint(usb_device_handle handle, uint8_t endpointAddress) in USB_DeviceUnstallEndpoint() function
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/ |
| D | usb_device_ch9.c | 339 … if (kStatus_USB_Success != USB_DeviceUnstallEndpoint(classHandle->handle, (uint8_t)setup->wIndex)) in USB_DeviceCh9SetClearFeature() 344 (void)USB_DeviceUnstallEndpoint(classHandle->handle, (uint8_t)setup->wIndex); in USB_DeviceCh9SetClearFeature()
|