Searched refs:d_pulled_up (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/dev/usb/controller/
H A Ddwc_otg.h148 uint8_t d_pulled_up:1; member in struct:dwc_otg_flags
H A Datmegadci.h251 uint8_t d_pulled_up:1; member in struct:atmegadci_flags
H A Davr32dci.h219 uint8_t d_pulled_up:1; member in struct:avr32dci_flags
H A Duss820dci.h327 uint8_t d_pulled_up:1; member in struct:uss820_flags
H A Datmegadci.c194 if (!sc->sc_flags.d_pulled_up &&
196 sc->sc_flags.d_pulled_up = 1;
206 if (sc->sc_flags.d_pulled_up) {
207 sc->sc_flags.d_pulled_up = 0;
H A Davr32dci.c231 if (!sc->sc_flags.d_pulled_up &&
233 sc->sc_flags.d_pulled_up = 1;
243 if (sc->sc_flags.d_pulled_up) {
244 sc->sc_flags.d_pulled_up = 0;
H A Duss820dci.c200 if (!sc->sc_flags.d_pulled_up &&
202 sc->sc_flags.d_pulled_up = 1;
219 if (sc->sc_flags.d_pulled_up) {
220 sc->sc_flags.d_pulled_up = 0;
H A Dmusb_otg.h386 uint8_t d_pulled_up:1; member in struct:musbotg_flags
H A Ddwc_otg.c533 if (!sc->sc_flags.d_pulled_up &&
535 sc->sc_flags.d_pulled_up = 1;
550 if (sc->sc_flags.d_pulled_up) {
551 sc->sc_flags.d_pulled_up = 0;
H A Dmusb_otg.c309 if (!sc->sc_flags.d_pulled_up &&
311 sc->sc_flags.d_pulled_up = 1;
321 if (sc->sc_flags.d_pulled_up) {
322 sc->sc_flags.d_pulled_up = 0;

Completed in 96 milliseconds