Home
last modified time | relevance | path

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

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