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

/freebsd-10.0-release/sys/dev/usb/controller/
H A Dat91dci.h206 union at91dci_hub_temp sc_hub_temp; member in struct:at91dci_softc
H A Ddwc_otg.h153 union dwc_otg_hub_temp sc_hub_temp; member in struct:dwc_otg_softc
H A Datmegadci.c1592 ptr = (const void *)&sc->sc_hub_temp;
1800 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
1805 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED);
1824 sc->sc_hub_temp.wValue[0] = 0;
1832 USETW(sc->sc_hub_temp.wValue, 0);
1975 USETW(sc->sc_hub_temp.ps.wPortStatus, value);
1985 USETW(sc->sc_hub_temp.ps.wPortChange, value);
1986 len = sizeof(sc->sc_hub_temp.ps);
H A Davr32dci.c1532 ptr = (const void *)&sc->sc_hub_temp;
1740 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
1745 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED);
1764 sc->sc_hub_temp.wValue[0] = 0;
1772 USETW(sc->sc_hub_temp.wValue, 0);
1914 USETW(sc->sc_hub_temp.ps.wPortStatus, value);
1924 USETW(sc->sc_hub_temp.ps.wPortChange, value);
1925 len = sizeof(sc->sc_hub_temp.ps);
H A Dat91dci.c1766 ptr = (const void *)&sc->sc_hub_temp;
1974 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
1979 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED);
1998 sc->sc_hub_temp.wValue[0] = 0;
2006 USETW(sc->sc_hub_temp.wValue, 0);
2112 USETW(sc->sc_hub_temp.ps.wPortStatus, value);
2128 USETW(sc->sc_hub_temp.ps.wPortChange, value);
2129 len = sizeof(sc->sc_hub_temp.ps);
H A Duss820dci.c1834 ptr = (const void *)&sc->sc_hub_temp;
2042 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
2047 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED);
2066 sc->sc_hub_temp.wValue[0] = 0;
2074 USETW(sc->sc_hub_temp.wValue, 0);
2177 USETW(sc->sc_hub_temp.ps.wPortStatus, value);
2187 USETW(sc->sc_hub_temp.ps.wPortChange, value);
2188 len = sizeof(sc->sc_hub_temp.ps);
H A Datmegadci.h255 union atmegadci_hub_temp sc_hub_temp; member in struct:atmegadci_softc
H A Davr32dci.h223 union avr32dci_hub_temp sc_hub_temp; member in struct:avr32dci_softc
H A Duss820dci.h329 union uss820_hub_temp sc_hub_temp; member in struct:uss820dci_softc
H A Dmusb_otg.h390 union musbotg_hub_temp sc_hub_temp; member in struct:musbotg_softc
H A Ddwc_otg.c3517 ptr = (const void *)&sc->sc_hub_temp;
3725 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
3730 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED);
3749 sc->sc_hub_temp.wValue[0] = 0;
3757 USETW(sc->sc_hub_temp.wValue, 0);
3934 USETW(sc->sc_hub_temp.ps.wPortStatus, value);
3947 USETW(sc->sc_hub_temp.ps.wPortChange, value);
3948 len = sizeof(sc->sc_hub_temp.ps);
H A Dmusb_otg.c3605 ptr = (const void *)&sc->sc_hub_temp;
3813 sc->sc_hub_temp.wValue[0] = sc->sc_conf;
3818 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED);
3837 sc->sc_hub_temp.wValue[0] = 0;
3845 USETW(sc->sc_hub_temp.wValue, 0);
4001 USETW(sc->sc_hub_temp.ps.wPortStatus, value);
4024 USETW(sc->sc_hub_temp.ps.wPortChange, value);
4025 len = sizeof(sc->sc_hub_temp.ps);

Completed in 203 milliseconds