Searched refs:sc_hub_temp (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | atmegadci.c | 1535 ptr = (const void *)&sc->sc_hub_temp; in atmegadci_roothub_exec() 1743 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in atmegadci_roothub_exec() 1748 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED); in atmegadci_roothub_exec() 1767 sc->sc_hub_temp.wValue[0] = 0; in atmegadci_roothub_exec() 1775 USETW(sc->sc_hub_temp.wValue, 0); in atmegadci_roothub_exec() 1918 USETW(sc->sc_hub_temp.ps.wPortStatus, value); in atmegadci_roothub_exec() 1928 USETW(sc->sc_hub_temp.ps.wPortChange, value); in atmegadci_roothub_exec() 1929 len = sizeof(sc->sc_hub_temp.ps); in atmegadci_roothub_exec()
|
H A D | avr32dci.c | 1484 ptr = (const void *)&sc->sc_hub_temp; in avr32dci_roothub_exec() 1698 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in avr32dci_roothub_exec() 1703 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED); in avr32dci_roothub_exec() 1722 sc->sc_hub_temp.wValue[0] = 0; in avr32dci_roothub_exec() 1730 USETW(sc->sc_hub_temp.wValue, 0); in avr32dci_roothub_exec() 1872 USETW(sc->sc_hub_temp.ps.wPortStatus, value); in avr32dci_roothub_exec() 1882 USETW(sc->sc_hub_temp.ps.wPortChange, value); in avr32dci_roothub_exec() 1883 len = sizeof(sc->sc_hub_temp.ps); in avr32dci_roothub_exec()
|
H A D | uss820dci.c | 1829 ptr = (const void *)&sc->sc_hub_temp; in uss820dci_roothub_exec() 2044 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in uss820dci_roothub_exec() 2049 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED); in uss820dci_roothub_exec() 2068 sc->sc_hub_temp.wValue[0] = 0; in uss820dci_roothub_exec() 2076 USETW(sc->sc_hub_temp.wValue, 0); in uss820dci_roothub_exec() 2179 USETW(sc->sc_hub_temp.ps.wPortStatus, value); in uss820dci_roothub_exec() 2189 USETW(sc->sc_hub_temp.ps.wPortChange, value); in uss820dci_roothub_exec() 2190 len = sizeof(sc->sc_hub_temp.ps); in uss820dci_roothub_exec()
|
H A D | atmegadci.h | 256 union atmegadci_hub_temp sc_hub_temp; member
|
H A D | dwc_otg.h | 164 union dwc_otg_hub_temp sc_hub_temp; member
|
H A D | avr32dci.h | 224 union avr32dci_hub_temp sc_hub_temp; member
|
H A D | uss820dci.h | 333 union uss820_hub_temp sc_hub_temp; member
|
H A D | musb_otg.c | 3561 ptr = (const void *)&sc->sc_hub_temp; in musbotg_roothub_exec() 3776 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in musbotg_roothub_exec() 3781 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED); in musbotg_roothub_exec() 3800 sc->sc_hub_temp.wValue[0] = 0; in musbotg_roothub_exec() 3808 USETW(sc->sc_hub_temp.wValue, 0); in musbotg_roothub_exec() 3964 USETW(sc->sc_hub_temp.ps.wPortStatus, value); in musbotg_roothub_exec() 3987 USETW(sc->sc_hub_temp.ps.wPortChange, value); in musbotg_roothub_exec() 3988 len = sizeof(sc->sc_hub_temp.ps); in musbotg_roothub_exec()
|
H A D | musb_otg.h | 397 union musbotg_hub_temp sc_hub_temp; member
|
H A D | dwc_otg.c | 4315 ptr = (const void *)&sc->sc_hub_temp; in dwc_otg_roothub_exec() 4523 sc->sc_hub_temp.wValue[0] = sc->sc_conf; in dwc_otg_roothub_exec() 4528 USETW(sc->sc_hub_temp.wValue, UDS_SELF_POWERED); in dwc_otg_roothub_exec() 4547 sc->sc_hub_temp.wValue[0] = 0; in dwc_otg_roothub_exec() 4555 USETW(sc->sc_hub_temp.wValue, 0); in dwc_otg_roothub_exec() 4735 USETW(sc->sc_hub_temp.ps.wPortStatus, value); in dwc_otg_roothub_exec() 4750 USETW(sc->sc_hub_temp.ps.wPortChange, value); in dwc_otg_roothub_exec() 4751 len = sizeof(sc->sc_hub_temp.ps); in dwc_otg_roothub_exec()
|