Home
last modified time | relevance | path

Searched refs:USB_CFG_ATT_ONE (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/hw/usb/
H A Ddev-hid.c272 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
289 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
306 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
323 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
340 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
357 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
H A Ddev-storage.c86 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
121 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
158 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
H A Ddev-hub.c152 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER |
169 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER |
H A Du2f.c102 .bmAttributes = USB_CFG_ATT_ONE,
H A Ddev-audio.c255 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
524 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
H A Ddev-wacom.c170 .bmAttributes = USB_CFG_ATT_ONE,
H A Ddev-uas.c299 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
315 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
H A Ddev-network.c277 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
285 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
H A Ddev-serial.c155 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
H A Ddev-mtp.c308 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
350 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
H A Ddev-smartcard-reader.c468 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER |
/openbmc/qemu/include/hw/
H A Dusb.h166 #define USB_CFG_ATT_ONE (1 << 7) /* should always be set */ macro