Searched refs:UC_SELF_POWERED (Results 1 – 14 of 14) sorted by relevance
| /freebsd-10-stable/sys/dev/usb/template/ |
| D | usb_template.c | 415 cd->bmAttributes |= UC_SELF_POWERED; in usb_make_config_desc() 417 cd->bmAttributes &= ~UC_SELF_POWERED; in usb_make_config_desc()
|
| /freebsd-10-stable/sys/dev/usb/ |
| D | usb.h | 395 #define UC_SELF_POWERED 0x40 macro
|
| D | usb_device.c | 594 (cdp->bmAttributes & UC_SELF_POWERED) && in usbd_set_config_index()
|
| /freebsd-10-stable/sys/mips/cavium/usb/ |
| D | octusb.c | 1398 .bmAttributes = UC_SELF_POWERED,
|
| /freebsd-10-stable/sys/dev/usb/controller/ |
| D | avr32dci.c | 1475 .bmAttributes = UC_SELF_POWERED,
|
| D | atmegadci.c | 1535 .bmAttributes = UC_SELF_POWERED,
|
| D | uss820dci.c | 1777 .bmAttributes = UC_SELF_POWERED,
|
| D | at91dci.c | 1757 .bmAttributes = UC_SELF_POWERED,
|
| D | ohci.c | 2061 .bmAttributes = UC_SELF_POWERED,
|
| D | uhci.c | 2337 .bmAttributes = UC_SELF_POWERED,
|
| D | musb_otg.c | 3560 .bmAttributes = UC_SELF_POWERED,
|
| D | ehci.c | 3046 .bmAttributes = UC_SELF_POWERED,
|
| D | xhci.c | 3252 .bmAttributes = UC_SELF_POWERED,
|
| D | dwc_otg.c | 4294 .bmAttributes = UC_SELF_POWERED,
|