Home
last modified time | relevance | path

Searched refs:USBD_CLOSING (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/usb/gadget/
A Dcore.c66 #define USBD_DEVICE_STATUS(x) (((unsigned int)x <= USBD_CLOSING) ? usbd_device_status[x] : "UNKNOWN…
590 if (device->status != USBD_CLOSING) { in usbd_device_event_irq()
595 if (device->status != USBD_CLOSING) { in usbd_device_event_irq()
/u-boot/include/
A Dusbdevice.h395 USBD_CLOSING, /* we are currently closing */ enumerator

Completed in 5 milliseconds