Searched refs:sc_hub_temp (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/usb/controller/
H A Dsaf1761_otg.h132 union saf1761_otg_hub_temp sc_hub_temp; member in struct:saf1761_otg_softc
H A Ddwc_otg.h165 union dwc_otg_hub_temp sc_hub_temp; member in struct:dwc_otg_softc
H A Datmegadci.c1575 ptr = (const void *)&sc->sc_hub_temp;
1783 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
1788 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED);
1807 sc->sc_hub_temp.wValue[0] = 0;
1815 USETW(sc->sc_hub_temp.wValue, 0);
1958 USETW(sc->sc_hub_temp.ps.wPortStatus, value);
1968 USETW(sc->sc_hub_temp.ps.wPortChange, value);
1969 len = sizeof(sc->sc_hub_temp.ps);
H A Davr32dci.c1519 ptr = (const void *)&sc->sc_hub_temp;
1727 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
1732 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED);
1751 sc->sc_hub_temp.wValue[0] = 0;
1759 USETW(sc->sc_hub_temp.wValue, 0);
1901 USETW(sc->sc_hub_temp.ps.wPortStatus, value);
1911 USETW(sc->sc_hub_temp.ps.wPortChange, value);
1912 len = sizeof(sc->sc_hub_temp.ps);
H A Duss820dci.c1867 ptr = (const void *)&sc->sc_hub_temp;
2082 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
2087 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED);
2106 sc->sc_hub_temp.wValue[0] = 0;
2114 USETW(sc->sc_hub_temp.wValue, 0);
2217 USETW(sc->sc_hub_temp.ps.wPortStatus, value);
2227 USETW(sc->sc_hub_temp.ps.wPortChange, value);
2228 len = sizeof(sc->sc_hub_temp.ps);
H A Dsaf1761_otg.c2879 ptr = (const void *)&sc->sc_hub_temp;
3106 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
3111 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED);
3129 sc->sc_hub_temp.wValue[0] = 0;
3137 USETW(sc->sc_hub_temp.wValue, 0);
3339 USETW(sc->sc_hub_temp.ps.wPortStatus, value);
3349 USETW(sc->sc_hub_temp.ps.wPortChange, value);
3350 len = sizeof(sc->sc_hub_temp.ps);
3372 USETW(sc->sc_hub_temp.ps.wPortStatus, i);
3381 USETW(sc->sc_hub_temp
[all...]
H A Datmegadci.h257 union atmegadci_hub_temp sc_hub_temp; member in struct:atmegadci_softc
H A Davr32dci.h225 union avr32dci_hub_temp sc_hub_temp; member in struct:avr32dci_softc
H A Duss820dci.h334 union uss820_hub_temp sc_hub_temp; member in struct:uss820dci_softc
H A Dmusb_otg.h398 union musbotg_hub_temp sc_hub_temp; member in struct:musbotg_softc
H A Ddwc_otg.c4358 ptr = (const void *)&sc->sc_hub_temp;
4566 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
4571 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED);
4590 sc->sc_hub_temp.wValue[0] = 0;
4598 USETW(sc->sc_hub_temp.wValue, 0);
4778 USETW(sc->sc_hub_temp.ps.wPortStatus, value);
4793 USETW(sc->sc_hub_temp.ps.wPortChange, value);
4794 len = sizeof(sc->sc_hub_temp.ps);
H A Dmusb_otg.c3604 ptr = (const void *)&sc->sc_hub_temp;
3819 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
3824 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED);
3843 sc->sc_hub_temp.wValue[0] = 0;
3851 USETW(sc->sc_hub_temp.wValue, 0);
4007 USETW(sc->sc_hub_temp.ps.wPortStatus, value);
4030 USETW(sc->sc_hub_temp.ps.wPortChange, value);
4031 len = sizeof(sc->sc_hub_temp.ps);

Completed in 212 milliseconds