Home
last modified time | relevance | path

Searched refs:UC_SELF_POWERED (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/bus/u4b/template/
H A Dusb_template.c412 cd->bmAttributes |= UC_SELF_POWERED; in usb_make_config_desc()
414 cd->bmAttributes &= ~UC_SELF_POWERED; in usb_make_config_desc()
/dragonfly/sys/bus/u4b/
H A Dusb.h383 #define UC_SELF_POWERED 0x40 macro
H A Dusb_device.c588 (cdp->bmAttributes & UC_SELF_POWERED) && in usbd_set_config_index()
/dragonfly/sys/bus/u4b/controller/
H A Dohci.c2054 .bmAttributes = UC_SELF_POWERED,
H A Duhci.c2333 .bmAttributes = UC_SELF_POWERED,
H A Dehci.c3055 .bmAttributes = UC_SELF_POWERED,
H A Dxhci.c3236 .bmAttributes = UC_SELF_POWERED,