Home
last modified time | relevance | path

Searched refs:UC_BUS_POWERED (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/usb/template/
H A Dusb_template.c495 cd->bmAttributes |= UC_BUS_POWERED; in usb_make_config_desc()
498 cd->bmAttributes &= ~UC_BUS_POWERED; in usb_make_config_desc()
/freebsd/sys/dev/usb/
H A Dusb.h395 #define UC_BUS_POWERED 0x80 macro
H A Dusb_device.c722 if (cdp->bmAttributes & UC_BUS_POWERED) { in usbd_set_config_index()
/freebsd/usr.sbin/bhyve/
H A Dusb_mouse.c175 .bmAttributes = UC_BUS_POWERED | UC_REMOTE_WAKEUP,