Home
last modified time | relevance | path

Searched refs:sc_hub_desc (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c3248 ptr = (const void *)&sc->sc_hub_desc; in xhci_roothub_exec()
3272 sc->sc_hub_desc.temp[0] = sc->sc_conf; in xhci_roothub_exec()
3323 sc->sc_hub_desc.temp, in xhci_roothub_exec()
3324 sizeof(sc->sc_hub_desc.temp), in xhci_roothub_exec()
3335 sc->sc_hub_desc.temp[0] = 0; in xhci_roothub_exec()
3339 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED); in xhci_roothub_exec()
3344 USETW(sc->sc_hub_desc.stat.wStatus, 0); in xhci_roothub_exec()
3448 sc->sc_hub_desc.hubd = xhci_hubd; in xhci_roothub_exec()
3450 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport; in xhci_roothub_exec()
3462 USETW(sc->sc_hub_desc in xhci_roothub_exec()
[all...]
H A Dehci.c3047 ptr = (const void *)&sc->sc_hub_desc;
3070 sc->sc_hub_desc.temp[0] = sc->sc_conf;
3125 sc->sc_hub_desc.temp,
3126 sizeof(sc->sc_hub_desc.temp),
3136 sc->sc_hub_desc.temp[0] = 0;
3140 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
3145 USETW(sc->sc_hub_desc.stat.wStatus, 0);
3245 sc->sc_hub_desc.hubd = ehci_hubd;
3246 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;
3256 USETW(sc->sc_hub_desc
[all...]
H A Dxhci.h472 union xhci_hub_desc sc_hub_desc; member
H A Dehci.h324 union ehci_hub_desc sc_hub_desc; member

Completed in 10 milliseconds