Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusbdevice.h405 #define USBD_DEVICE_STATUS(x) (((unsigned int)x <= USBD_CLOSING) ? usbd_device_status[x] : "UNKNOWN…
622 extern char *usbd_device_status[];
/openbmc/u-boot/drivers/usb/gadget/
H A Dcore.c96 char *usbd_device_status[] = { variable