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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Dsaf1761_otg.h127 uint8_t d_pulled_up:1; member in struct:saf1761_otg_flags
H A Dat91dci.h200 uint8_t d_pulled_up:1; member in struct:at91dci_flags
H A Ddwc_otg.h147 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.h326 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.c201 if (!sc->sc_flags.d_pulled_up &&
203 sc->sc_flags.d_pulled_up = 1;
220 if (sc->sc_flags.d_pulled_up) {
221 sc->sc_flags.d_pulled_up = 0;
H A Dsaf1761_otg.c179 if (!sc->sc_flags.d_pulled_up && sc->sc_flags.port_powered) {
182 sc->sc_flags.d_pulled_up = 1;
191 if (sc->sc_flags.d_pulled_up) {
194 sc->sc_flags.d_pulled_up = 0;
H A Ddwc_otg.c541 if (!sc->sc_flags.d_pulled_up &&
543 sc->sc_flags.d_pulled_up = 1;
558 if (sc->sc_flags.d_pulled_up) {
559 sc->sc_flags.d_pulled_up = 0;
H A Dmusb_otg.c290 if (!sc->sc_flags.d_pulled_up &&
292 sc->sc_flags.d_pulled_up = 1;
302 if (sc->sc_flags.d_pulled_up) {
303 sc->sc_flags.d_pulled_up = 0;

Completed in 97 milliseconds