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

/freebsd-13-stable/sys/mips/cavium/usb/
H A Doctusb.h113 union octusb_hub_desc sc_hub_desc; member in struct:octusb_softc
H A Doctusb.c1440 ptr = (const void *)&sc->sc_hub_desc.temp;
1460 sc->sc_hub_desc.temp[0] = sc->sc_conf;
1511 len = usb_make_str_desc(sc->sc_hub_desc.temp,
1512 sizeof(sc->sc_hub_desc.temp), str_ptr);
1522 sc->sc_hub_desc.temp[0] = 0;
1526 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
1531 USETW(sc->sc_hub_desc.stat.wStatus, 0);
1618 memset(sc->sc_hub_desc.temp, 0, 16);
1657 USETW(sc->sc_hub_desc.ps.wPortStatus, status);
1658 USETW(sc->sc_hub_desc
[all...]
/freebsd-13-stable/sys/dev/usb/controller/
H A Dohci.c2087 ptr = (const void *)&sc->sc_hub_desc.temp;
2111 sc->sc_hub_desc.temp[0] = sc->sc_conf;
2153 sc->sc_hub_desc.temp,
2154 sizeof(sc->sc_hub_desc.temp),
2165 sc->sc_hub_desc.temp[0] = 0;
2169 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
2174 USETW(sc->sc_hub_desc.stat.wStatus, 0);
2265 sc->sc_hub_desc.hubd = ohci_hubd;
2266 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;
2267 USETW(sc->sc_hub_desc
[all...]
H A Duhci.c2465 ptr = (const void *)&sc->sc_hub_desc.temp;
2489 sc->sc_hub_desc.temp[0] = sc->sc_conf;
2531 (sc->sc_hub_desc.temp,
2532 sizeof(sc->sc_hub_desc.temp),
2543 sc->sc_hub_desc.temp[0] = 0;
2547 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
2552 USETW(sc->sc_hub_desc.stat.wStatus, 0);
2645 sc->sc_hub_desc.temp[0] =
2659 memset(sc->sc_hub_desc.temp, 0, 16);
2710 USETW(sc->sc_hub_desc
[all...]
H A Dehci.c3083 ptr = (const void *)&sc->sc_hub_desc;
3107 sc->sc_hub_desc.temp[0] = sc->sc_conf;
3162 sc->sc_hub_desc.temp,
3163 sizeof(sc->sc_hub_desc.temp),
3173 sc->sc_hub_desc.temp[0] = 0;
3177 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
3182 USETW(sc->sc_hub_desc.stat.wStatus, 0);
3282 sc->sc_hub_desc.hubd = ehci_hubd;
3283 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;
3293 USETW(sc->sc_hub_desc
[all...]
H A Dxhci.c3291 ptr = (const void *)&sc->sc_hub_desc;
3315 sc->sc_hub_desc.temp[0] = sc->sc_conf;
3366 sc->sc_hub_desc.temp,
3367 sizeof(sc->sc_hub_desc.temp),
3378 sc->sc_hub_desc.temp[0] = 0;
3382 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
3387 USETW(sc->sc_hub_desc.stat.wStatus, 0);
3491 sc->sc_hub_desc.hubd = xhci_hubd;
3493 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;
3505 USETW(sc->sc_hub_desc
[all...]
H A Dohci.h229 union ohci_hub_desc sc_hub_desc; member in struct:ohci_softc
H A Duhci.h207 union uhci_hub_desc sc_hub_desc; member in struct:uhci_softc
H A Dehci.h321 union ehci_hub_desc sc_hub_desc; member in struct:ehci_softc
H A Dxhci.h473 union xhci_hub_desc sc_hub_desc; member in struct:xhci_softc

Completed in 203 milliseconds