Home
last modified time | relevance | path

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/
Dusb_device_cdc_acm.c491 error = USB_DeviceUnstallEndpoint(cdcAcmHandle->handle, *temp8); in USB_DeviceCdcAcmEvent()
532 error = USB_DeviceUnstallEndpoint(cdcAcmHandle->handle, *temp8); in USB_DeviceCdcAcmEvent()
Dusb_device_video.c1274 error = USB_DeviceUnstallEndpoint(videoHandle->handle, *temp8); in USB_DeviceVideoEvent()
1285 error = USB_DeviceUnstallEndpoint(videoHandle->handle, *temp8); in USB_DeviceVideoEvent()
Dusb_device_msc.c1193 … error = USB_DeviceUnstallEndpoint(mscHandle->handle, *temp8); in USB_DeviceMscEvent()
1199 … error = USB_DeviceUnstallEndpoint(mscHandle->handle, *temp8); in USB_DeviceMscEvent()
Dusb_device_audio.c1885 error = USB_DeviceUnstallEndpoint(audioHandle->handle, *temp8); in USB_DeviceAudioEvent()
1896 error = USB_DeviceUnstallEndpoint(audioHandle->handle, *temp8); in USB_DeviceAudioEvent()
Dusb_device_printer.c452 status = USB_DeviceUnstallEndpoint(printerHandle->deviceHandle, temp8); in USB_DevicePrinterEvent()
Dusb_device_hid.c429 error = USB_DeviceUnstallEndpoint(hidHandle->handle, *temp8); in USB_DeviceHidEvent()
Dusb_device_phdc.c448 error = USB_DeviceUnstallEndpoint(phdcHandle->handle, *temp8); in USB_DevicePhdcEvent()
Dusb_device_ccid.c877 status = USB_DeviceUnstallEndpoint(ccidHandle->handle, *temp8); in USB_DeviceCcidEvent()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device.h425 extern usb_status_t USB_DeviceUnstallEndpoint(usb_device_handle handle, uint8_t endpointAddress);
Dusb_device_dci.c1198 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/
Dusb_device_ch9.c339 … 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()