Searched refs:sc_hub_temp (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/sys/dev/usb/controller/ |
| D | atmegadci.c | 1593 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()
|
| D | avr32dci.c | 1534 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()
|
| D | uss820dci.c | 1833 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()
|
| D | at91dci.c | 1769 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()
|
| D | at91dci.h | 206 union at91dci_hub_temp sc_hub_temp; member
|
| D | atmegadci.h | 255 union atmegadci_hub_temp sc_hub_temp; member
|
| D | avr32dci.h | 223 union avr32dci_hub_temp sc_hub_temp; member
|
| D | uss820dci.h | 329 union uss820_hub_temp sc_hub_temp; member
|
| D | musb_otg.c | 3617 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()
|
| D | musb_otg.h | 390 union musbotg_hub_temp sc_hub_temp; member
|