Home
last modified time | relevance | path

Searched refs:UDS_SELF_POWERED (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_handle_request.c630 wValue |= UDS_SELF_POWERED; in usb_handle_request()
Dusb.h693 #define UDS_SELF_POWERED 0x0001 macro
Dusb_device.c540 } else if (UGETW(ds.wStatus) & UDS_SELF_POWERED) { in usbd_set_config_index()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c3140 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
Dxhci.c3339 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED); in xhci_roothub_exec()