Home
last modified time | relevance | path

Searched refs:port_enabled (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/sys/contrib/octeon-sdk/
Dcvmx-usb.h523 uint32_t port_enabled : 1; /**< 1 = Usb port is enabled, 0 = disabled */ member
Dcvmx-usb.c1106 result.port_enabled = usbc_hprt.s.prtena; in cvmx_usb_get_status()
1116 result.port_enabled, in cvmx_usb_get_status()
3311 if (port.port_enabled) in __cvmx_usb_poll_channel()
/freebsd-9-stable/sys/dev/usb/controller/
Dat91dci.h200 uint8_t port_enabled:1; member
Datmegadci.h249 uint8_t port_enabled:1; member
Davr32dci.h217 uint8_t port_enabled:1; member
Duss820dci.h322 uint8_t port_enabled:1; member
Dmusb_otg.h383 uint8_t port_enabled:1; member
Datmegadci.c1855 sc->sc_flags.port_enabled = 0; in atmegadci_roothub_exec()
1927 sc->sc_flags.port_enabled = 1; in atmegadci_roothub_exec()
1966 if (sc->sc_flags.port_enabled) { in atmegadci_roothub_exec()
Davr32dci.c1796 sc->sc_flags.port_enabled = 0; in avr32dci_roothub_exec()
1863 sc->sc_flags.port_enabled = 1; in avr32dci_roothub_exec()
1906 if (sc->sc_flags.port_enabled) { in avr32dci_roothub_exec()
Duss820dci.c2102 sc->sc_flags.port_enabled = 0; in uss820dci_roothub_exec()
2136 sc->sc_flags.port_enabled = 1; in uss820dci_roothub_exec()
2173 if (sc->sc_flags.port_enabled) { in uss820dci_roothub_exec()
Dat91dci.c2031 sc->sc_flags.port_enabled = 0; in at91dci_roothub_exec()
2066 sc->sc_flags.port_enabled = 1; in at91dci_roothub_exec()
2105 if (sc->sc_flags.port_enabled) { in at91dci_roothub_exec()
Dmusb_otg.c3889 sc->sc_flags.port_enabled = 0; in musbotg_roothub_exec()
3934 sc->sc_flags.port_enabled = 1; in musbotg_roothub_exec()
4006 if (sc->sc_flags.port_enabled) { in musbotg_roothub_exec()
/freebsd-9-stable/sys/mips/cavium/usb/
Doctusb.c1644 if (usb_port_status.port_enabled) in octusb_roothub_exec()