Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/src/pae/
HDieee802_1x_cp.c77 Boolean port_enabled; /* SecY->CP */ member
127 sm->port_enabled = TRUE; in SM_STATE()
342 if (!sm->port_enabled) in SM_STEP()
/freebsd-11-stable/sys/dev/usb/controller/
HDsaf1761_otg.h126 uint8_t port_enabled:1; member
HDat91dci.h199 uint8_t port_enabled:1; member
HDatmegadci.h249 uint8_t port_enabled:1; member
HDdwc_otg.h145 uint8_t port_enabled:1; member
HDavr32dci.h217 uint8_t port_enabled:1; member
HDuss820dci.h325 uint8_t port_enabled:1; member
HDmusb_otg.h383 uint8_t port_enabled:1; member
HDatmegadci.c1856 sc->sc_flags.port_enabled = 0; in atmegadci_roothub_exec()
1928 sc->sc_flags.port_enabled = 1; in atmegadci_roothub_exec()
1967 if (sc->sc_flags.port_enabled) { in atmegadci_roothub_exec()
HDavr32dci.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()
HDat91dci.c2077 sc->sc_flags.port_enabled = 0; in at91dci_roothub_exec()
2112 sc->sc_flags.port_enabled = 1; in at91dci_roothub_exec()
2151 if (sc->sc_flags.port_enabled) { in at91dci_roothub_exec()
HDuss820dci.c2153 sc->sc_flags.port_enabled = 0; in uss820dci_roothub_exec()
2187 sc->sc_flags.port_enabled = 1; in uss820dci_roothub_exec()
2224 if (sc->sc_flags.port_enabled) { in uss820dci_roothub_exec()
HDdwc_otg.c2971 sc->sc_flags.port_enabled = 1; in dwc_otg_interrupt()
3023 sc->sc_flags.port_enabled = 1; in dwc_otg_interrupt()
3025 sc->sc_flags.port_enabled = 0; in dwc_otg_interrupt()
4085 sc->sc_flags.port_enabled = 0; in dwc_otg_uninit()
4620 sc->sc_flags.port_enabled = 0; in dwc_otg_roothub_exec()
4762 if (sc->sc_flags.port_enabled) in dwc_otg_roothub_exec()
HDsaf1761_otg.c3170 sc->sc_flags.port_enabled = 0; in saf1761_otg_roothub_exec()
3245 sc->sc_flags.port_enabled = 1; in saf1761_otg_roothub_exec()
3343 if (sc->sc_flags.port_enabled) in saf1761_otg_roothub_exec()
HDmusb_otg.c3891 sc->sc_flags.port_enabled = 0; in musbotg_roothub_exec()
3936 sc->sc_flags.port_enabled = 1; in musbotg_roothub_exec()
4008 if (sc->sc_flags.port_enabled) { in musbotg_roothub_exec()
/freebsd-11-stable/sys/contrib/octeon-sdk/
HDcvmx-usb.h523 uint32_t port_enabled : 1; /**< 1 = Usb port is enabled, 0 = disabled */ member
HDcvmx-usb.c1110 result.port_enabled = usbc_hprt.s.prtena; in cvmx_usb_get_status()
1120 result.port_enabled, in cvmx_usb_get_status()
3315 if (port.port_enabled) in __cvmx_usb_poll_channel()
/freebsd-11-stable/sys/mips/cavium/usb/
HDoctusb.c1643 if (usb_port_status.port_enabled) in octusb_roothub_exec()