Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/quirk/
Dusb_quirk.h50 UQ_BUS_POWERED, /* device is bus powered, despite claim */ enumerator
Dusb_quirk.c65 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/
Dusb_device.c1679 if (usb_test_quirk(&uaa, UQ_BUS_POWERED)) { in usb_alloc_device()