Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_handle_request.c673 wValue |= UDS_SELF_POWERED; in usb_handle_request()
H A Dusb.h689 #define UDS_SELF_POWERED 0x0001 macro
H A Dusb_device.c729 } else if (UGETW(ds.wStatus) & UDS_SELF_POWERED) { in usbd_set_config_index()
/freebsd/sys/dev/usb/controller/
H A Datmegadci.c1748 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED); in atmegadci_roothub_exec()
H A Davr32dci.c1703 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED); in avr32dci_roothub_exec()
H A Duss820dci.c2049 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED); in uss820dci_roothub_exec()
H A Dohci.c2147 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED); in ohci_roothub_exec()
H A Duhci.c2515 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED); in uhci_roothub_exec()
H A Dmusb_otg.c3781 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED); in musbotg_roothub_exec()
H A Dehci.c3108 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED); in ehci_roothub_exec()
H A Ddwc_otg.c4528 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED); in dwc_otg_roothub_exec()