Searched refs:sc_hub_desc (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | ohci.c | 2065 ptr = (const void *)&sc->sc_hub_desc.temp; in ohci_roothub_exec() 2089 sc->sc_hub_desc.temp[0] = sc->sc_conf; in ohci_roothub_exec() 2131 sc->sc_hub_desc.temp, in ohci_roothub_exec() 2132 sizeof(sc->sc_hub_desc.temp), in ohci_roothub_exec() 2143 sc->sc_hub_desc.temp[0] = 0; in ohci_roothub_exec() 2147 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED); in ohci_roothub_exec() 2152 USETW(sc->sc_hub_desc.stat.wStatus, 0); in ohci_roothub_exec() 2243 sc->sc_hub_desc.hubd = ohci_hubd; in ohci_roothub_exec() 2244 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in ohci_roothub_exec() 2245 USETW(sc->sc_hub_desc.hubd.wHubCharacteristics, in ohci_roothub_exec() [all …]
|
H A D | ehci.c | 3014 ptr = (const void *)&sc->sc_hub_desc; in ehci_roothub_exec() 3038 sc->sc_hub_desc.temp[0] = sc->sc_conf; in ehci_roothub_exec() 3093 sc->sc_hub_desc.temp, in ehci_roothub_exec() 3094 sizeof(sc->sc_hub_desc.temp), in ehci_roothub_exec() 3104 sc->sc_hub_desc.temp[0] = 0; in ehci_roothub_exec() 3108 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED); in ehci_roothub_exec() 3113 USETW(sc->sc_hub_desc.stat.wStatus, 0); in ehci_roothub_exec() 3213 sc->sc_hub_desc.hubd = ehci_hubd; in ehci_roothub_exec() 3214 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in ehci_roothub_exec() 3224 USETW(sc->sc_hub_desc.hubd.wHubCharacteristics, i); in ehci_roothub_exec() [all …]
|
H A D | uhci.c | 2433 ptr = (const void *)&sc->sc_hub_desc.temp; in uhci_roothub_exec() 2457 sc->sc_hub_desc.temp[0] = sc->sc_conf; in uhci_roothub_exec() 2499 (sc->sc_hub_desc.temp, in uhci_roothub_exec() 2500 sizeof(sc->sc_hub_desc.temp), in uhci_roothub_exec() 2511 sc->sc_hub_desc.temp[0] = 0; in uhci_roothub_exec() 2515 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED); in uhci_roothub_exec() 2520 USETW(sc->sc_hub_desc.stat.wStatus, 0); in uhci_roothub_exec() 2613 sc->sc_hub_desc.temp[0] = in uhci_roothub_exec() 2627 memset(sc->sc_hub_desc.temp, 0, 16); in uhci_roothub_exec() 2678 USETW(sc->sc_hub_desc.ps.wPortStatus, status); in uhci_roothub_exec() [all …]
|
H A D | uhci.h | 206 union uhci_hub_desc sc_hub_desc; member
|
H A D | ohci.h | 228 union ohci_hub_desc sc_hub_desc; member
|
H A D | ehci.h | 320 union ehci_hub_desc sc_hub_desc; member
|
H A D | xhci.h | 505 union xhci_hub_desc sc_hub_desc; member
|