Lines Matching refs:sc_hub_desc
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()
2679 USETW(sc->sc_hub_desc.ps.wPortChange, change); in uhci_roothub_exec()
2680 len = sizeof(sc->sc_hub_desc.ps); in uhci_roothub_exec()