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

/freebsd-10.2-release/sys/dev/usb/controller/
H A Dat91dci.h200 uint8_t d_pulled_up:1; member in struct:at91dci_flags
H A Ddwc_otg.h146 uint8_t d_pulled_up:1; member in struct:dwc_otg_flags
H A Datmegadci.h250 uint8_t d_pulled_up:1; member in struct:atmegadci_flags
H A Davr32dci.h218 uint8_t d_pulled_up:1; member in struct:avr32dci_flags
H A Datmegadci.c197 if (!sc->sc_flags.d_pulled_up &&
199 sc->sc_flags.d_pulled_up = 1;
209 if (sc->sc_flags.d_pulled_up) {
210 sc->sc_flags.d_pulled_up = 0;
H A Davr32dci.c232 if (!sc->sc_flags.d_pulled_up &&
234 sc->sc_flags.d_pulled_up = 1;
244 if (sc->sc_flags.d_pulled_up) {
245 sc->sc_flags.d_pulled_up = 0;
H A Duss820dci.h323 uint8_t d_pulled_up:1; member in struct:uss820_flags
H A Dat91dci.c258 if (!sc->sc_flags.d_pulled_up &&
260 sc->sc_flags.d_pulled_up = 1;
270 if (sc->sc_flags.d_pulled_up) {
271 sc->sc_flags.d_pulled_up = 0;
H A Dmusb_otg.h385 uint8_t d_pulled_up:1; member in struct:musbotg_flags
H A Duss820dci.c198 if (!sc->sc_flags.d_pulled_up &&
200 sc->sc_flags.d_pulled_up = 1;
217 if (sc->sc_flags.d_pulled_up) {
218 sc->sc_flags.d_pulled_up = 0;
H A Ddwc_otg.c449 if (!sc->sc_flags.d_pulled_up &&
451 sc->sc_flags.d_pulled_up = 1;
466 if (sc->sc_flags.d_pulled_up) {
467 sc->sc_flags.d_pulled_up = 0;
H A Dmusb_otg.c280 if (!sc->sc_flags.d_pulled_up &&
282 sc->sc_flags.d_pulled_up = 1;
292 if (sc->sc_flags.d_pulled_up) {
293 sc->sc_flags.d_pulled_up = 0;

Completed in 262 milliseconds