Home
last modified time | relevance | path

Searched refs:port_over_current (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h147 uint8_t port_over_current:1; member
H A Dmusb_otg.h385 uint8_t port_over_current:1; member
H A Ddwc_otg.c3009 sc->sc_flags.port_over_current = 1; in dwc_otg_interrupt()
3011 sc->sc_flags.port_over_current = 0; in dwc_otg_interrupt()
4725 if (sc->sc_flags.port_over_current) in dwc_otg_roothub_exec()
H A Dmusb_otg.c3954 if (sc->sc_flags.port_over_current) in musbotg_roothub_exec()