Searched refs:USB_CFG_ATT_ONE (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | dev-hid.c | 272 .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 D | dev-storage.c | 86 .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 D | dev-hub.c | 152 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER | 169 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER |
|
H A D | u2f.c | 102 .bmAttributes = USB_CFG_ATT_ONE,
|
H A D | dev-audio.c | 255 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER, 524 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
|
H A D | dev-wacom.c | 170 .bmAttributes = USB_CFG_ATT_ONE,
|
H A D | dev-uas.c | 299 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER, 315 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
|
H A D | dev-network.c | 277 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER, 285 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER,
|
H A D | dev-serial.c | 155 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
|
H A D | dev-mtp.c | 308 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP, 350 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_WAKEUP,
|
H A D | dev-smartcard-reader.c | 468 .bmAttributes = USB_CFG_ATT_ONE | USB_CFG_ATT_SELFPOWER |
|
/openbmc/qemu/include/hw/ |
H A D | usb.h | 166 #define USB_CFG_ATT_ONE (1 << 7) /* should always be set */ macro
|