Searched refs:UQ_BUS_POWERED (Results 1 – 3 of 3) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/quirk/ |
D | usb_quirk.h | 50 UQ_BUS_POWERED, /* device is bus powered, despite claim */ enumerator
|
D | usb_quirk.c | 65 USB_QUIRK(MCT, HUB0100, 0x102, 0x102, UQ_BUS_POWERED), 66 USB_QUIRK(MCT, USB232, 0x102, 0x102, UQ_BUS_POWERED), 539 [UQ_BUS_POWERED] = "UQ_BUS_POWERED",
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_device.c | 1679 if (usb_test_quirk(&uaa, UQ_BUS_POWERED)) { in usb_alloc_device()
|