Searched refs:wHubCharacteristics (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/usb/ |
H A D | usb.h | 607 uWord wHubCharacteristics; member 637 uWord wHubCharacteristics; member 651 uWord wHubCharacteristics; member
|
H A D | usb_hub.c | 1172 tt = (UGETW(hubdesc20.wHubCharacteristics) >> 5) & 3; in uhub_query_info()
|
/freebsd/sys/dev/usb/controller/ |
H A D | atmegadci.c | 1505 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
|
H A D | avr32dci.c | 1454 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
|
H A D | uss820dci.c | 1800 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
|
H A D | ohci.c | 2245 USETW(sc->sc_hub_desc.hubd.wHubCharacteristics, in ohci_roothub_exec()
|
H A D | uhci.c | 2300 .wHubCharacteristics = {UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL, 0},
|
H A D | musb_otg.c | 3531 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
|
H A D | ehci.c | 3224 USETW(sc->sc_hub_desc.hubd.wHubCharacteristics, i); in ehci_roothub_exec()
|
H A D | dwc_otg.c | 4286 HSETW(.wHubCharacteristics, (UHD_PWR_NO_SWITCH | UHD_OC_INDIVIDUAL)),
|