Home
last modified time | relevance | path

Searched refs:sc_hub_temp (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/sys/dev/usb/controller/
Datmegadci.c1593 ptr = (const void *)&sc->sc_hub_temp; in atmegadci_roothub_exec()
1801 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in atmegadci_roothub_exec()
1806 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED); in atmegadci_roothub_exec()
1825 sc->sc_hub_temp.wValue[0] = 0; in atmegadci_roothub_exec()
1833 USETW(sc->sc_hub_temp.wValue, 0); in atmegadci_roothub_exec()
1976 USETW(sc->sc_hub_temp.ps.wPortStatus, value); in atmegadci_roothub_exec()
1986 USETW(sc->sc_hub_temp.ps.wPortChange, value); in atmegadci_roothub_exec()
1987 len = sizeof(sc->sc_hub_temp.ps); in atmegadci_roothub_exec()
Davr32dci.c1534 ptr = (const void *)&sc->sc_hub_temp; in avr32dci_roothub_exec()
1742 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in avr32dci_roothub_exec()
1747 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED); in avr32dci_roothub_exec()
1766 sc->sc_hub_temp.wValue[0] = 0; in avr32dci_roothub_exec()
1774 USETW(sc->sc_hub_temp.wValue, 0); in avr32dci_roothub_exec()
1916 USETW(sc->sc_hub_temp.ps.wPortStatus, value); in avr32dci_roothub_exec()
1926 USETW(sc->sc_hub_temp.ps.wPortChange, value); in avr32dci_roothub_exec()
1927 len = sizeof(sc->sc_hub_temp.ps); in avr32dci_roothub_exec()
Duss820dci.c1833 ptr = (const void *)&sc->sc_hub_temp; in uss820dci_roothub_exec()
2048 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in uss820dci_roothub_exec()
2053 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED); in uss820dci_roothub_exec()
2072 sc->sc_hub_temp.wValue[0] = 0; in uss820dci_roothub_exec()
2080 USETW(sc->sc_hub_temp.wValue, 0); in uss820dci_roothub_exec()
2183 USETW(sc->sc_hub_temp.ps.wPortStatus, value); in uss820dci_roothub_exec()
2193 USETW(sc->sc_hub_temp.ps.wPortChange, value); in uss820dci_roothub_exec()
2194 len = sizeof(sc->sc_hub_temp.ps); in uss820dci_roothub_exec()
Dat91dci.c1769 ptr = (const void *)&sc->sc_hub_temp; in at91dci_roothub_exec()
1977 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in at91dci_roothub_exec()
1982 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED); in at91dci_roothub_exec()
2001 sc->sc_hub_temp.wValue[0] = 0; in at91dci_roothub_exec()
2009 USETW(sc->sc_hub_temp.wValue, 0); in at91dci_roothub_exec()
2115 USETW(sc->sc_hub_temp.ps.wPortStatus, value); in at91dci_roothub_exec()
2131 USETW(sc->sc_hub_temp.ps.wPortChange, value); in at91dci_roothub_exec()
2132 len = sizeof(sc->sc_hub_temp.ps); in at91dci_roothub_exec()
Dat91dci.h206 union at91dci_hub_temp sc_hub_temp; member
Datmegadci.h255 union atmegadci_hub_temp sc_hub_temp; member
Davr32dci.h223 union avr32dci_hub_temp sc_hub_temp; member
Duss820dci.h329 union uss820_hub_temp sc_hub_temp; member
Dmusb_otg.c3617 ptr = (const void *)&sc->sc_hub_temp; in musbotg_roothub_exec()
3832 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in musbotg_roothub_exec()
3837 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED); in musbotg_roothub_exec()
3856 sc->sc_hub_temp.wValue[0] = 0; in musbotg_roothub_exec()
3864 USETW(sc->sc_hub_temp.wValue, 0); in musbotg_roothub_exec()
4020 USETW(sc->sc_hub_temp.ps.wPortStatus, value); in musbotg_roothub_exec()
4043 USETW(sc->sc_hub_temp.ps.wPortChange, value); in musbotg_roothub_exec()
4044 len = sizeof(sc->sc_hub_temp.ps); in musbotg_roothub_exec()
Dmusb_otg.h390 union musbotg_hub_temp sc_hub_temp; member