Home
last modified time | relevance | path

Searched refs:USB_STATE_SUSPENDED (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/usb/
H A Dch9.h985 USB_STATE_SUSPENDED enumerator
/openbmc/qemu/include/hw/
H A Dusb.h71 #define USB_STATE_SUSPENDED 6 macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dfotg210.c597 if (!chip || chip->state == USB_STATE_SUSPENDED) { in fotg210_ep_queue()