Searched refs:USBD_CLOSING (Results 1 – 2 of 2) sorted by relevance
625 if (device->status != USBD_CLOSING) { in usbd_device_event_irq()630 if (device->status != USBD_CLOSING) { in usbd_device_event_irq()
402 USBD_CLOSING, /* we are currently closing */ enumerator405 #define USBD_DEVICE_STATUS(x) (((unsigned int)x <= USBD_CLOSING) ? usbd_device_status[x] : "UNKNOWN…