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

/freebsd-12-stable/sys/mips/cavium/usb/
H A Doctusb.h115 union octusb_hub_desc sc_hub_desc; member in struct:octusb_softc
H A Doctusb.c1451 ptr = (const void *)&sc->sc_hub_desc.temp;
1471 sc->sc_hub_desc.temp[0] = sc->sc_conf;
1522 len = usb_make_str_desc(sc->sc_hub_desc.temp,
1523 sizeof(sc->sc_hub_desc.temp), str_ptr);
1533 sc->sc_hub_desc.temp[0] = 0;
1537 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
1542 USETW(sc->sc_hub_desc.stat.wStatus, 0);
1629 memset(sc->sc_hub_desc.temp, 0, 16);
1668 USETW(sc->sc_hub_desc.ps.wPortStatus, status);
1669 USETW(sc->sc_hub_desc
[all...]
/freebsd-12-stable/sys/dev/usb/controller/
H A Dohci.c2108 ptr = (const void *)&sc->sc_hub_desc.temp;
2132 sc->sc_hub_desc.temp[0] = sc->sc_conf;
2174 sc->sc_hub_desc.temp,
2175 sizeof(sc->sc_hub_desc.temp),
2186 sc->sc_hub_desc.temp[0] = 0;
2190 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
2195 USETW(sc->sc_hub_desc.stat.wStatus, 0);
2286 sc->sc_hub_desc.hubd = ohci_hubd;
2287 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;
2288 USETW(sc->sc_hub_desc
[all...]
H A Duhci.c2500 ptr = (const void *)&sc->sc_hub_desc.temp;
2524 sc->sc_hub_desc.temp[0] = sc->sc_conf;
2566 (sc->sc_hub_desc.temp,
2567 sizeof(sc->sc_hub_desc.temp),
2578 sc->sc_hub_desc.temp[0] = 0;
2582 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
2587 USETW(sc->sc_hub_desc.stat.wStatus, 0);
2680 sc->sc_hub_desc.temp[0] =
2694 memset(sc->sc_hub_desc.temp, 0, 16);
2745 USETW(sc->sc_hub_desc
[all...]
H A Dehci.c3111 ptr = (const void *)&sc->sc_hub_desc;
3135 sc->sc_hub_desc.temp[0] = sc->sc_conf;
3190 sc->sc_hub_desc.temp,
3191 sizeof(sc->sc_hub_desc.temp),
3201 sc->sc_hub_desc.temp[0] = 0;
3205 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
3210 USETW(sc->sc_hub_desc.stat.wStatus, 0);
3311 sc->sc_hub_desc.hubd = ehci_hubd;
3312 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;
3322 USETW(sc->sc_hub_desc
[all...]
H A Dxhci.c3316 ptr = (const void *)&sc->sc_hub_desc;
3340 sc->sc_hub_desc.temp[0] = sc->sc_conf;
3391 sc->sc_hub_desc.temp,
3392 sizeof(sc->sc_hub_desc.temp),
3403 sc->sc_hub_desc.temp[0] = 0;
3407 USETW(sc->sc_hub_desc.stat.wStatus, UDS_SELF_POWERED);
3412 USETW(sc->sc_hub_desc.stat.wStatus, 0);
3516 sc->sc_hub_desc.hubd = xhci_hubd;
3518 sc->sc_hub_desc.hubd.bNbrPorts = sc->sc_noport;
3530 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.h322 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 274 milliseconds