Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/controller/
H A Dsaf1761_otg.h127 uint8_t d_pulled_up:1; member
H A Ddwc_otg.h149 uint8_t d_pulled_up:1; member
H A Datmegadci.h252 uint8_t d_pulled_up:1; member
H A Davr32dci.h220 uint8_t d_pulled_up:1; member
H A Duss820dci.h328 uint8_t d_pulled_up:1; member
H A Davr32dci.c234 if (!sc->sc_flags.d_pulled_up && in avr32dci_pull_up()
236 sc->sc_flags.d_pulled_up = 1; in avr32dci_pull_up()
246 if (sc->sc_flags.d_pulled_up) { in avr32dci_pull_down()
247 sc->sc_flags.d_pulled_up = 0; in avr32dci_pull_down()
H A Datmegadci.c199 if (!sc->sc_flags.d_pulled_up && in atmegadci_pull_up()
201 sc->sc_flags.d_pulled_up = 1; in atmegadci_pull_up()
211 if (sc->sc_flags.d_pulled_up) { in atmegadci_pull_down()
212 sc->sc_flags.d_pulled_up = 0; in atmegadci_pull_down()
H A Duss820dci.c203 if (!sc->sc_flags.d_pulled_up && in uss820dci_pull_up()
205 sc->sc_flags.d_pulled_up = 1; in uss820dci_pull_up()
222 if (sc->sc_flags.d_pulled_up) { in uss820dci_pull_down()
223 sc->sc_flags.d_pulled_up = 0; in uss820dci_pull_down()
H A Dmusb_otg.h387 uint8_t d_pulled_up:1; member
H A Dsaf1761_otg.c179 if (!sc->sc_flags.d_pulled_up && sc->sc_flags.port_powered) { in saf1761_otg_pull_up()
182 sc->sc_flags.d_pulled_up = 1; in saf1761_otg_pull_up()
191 if (sc->sc_flags.d_pulled_up) { in saf1761_otg_pull_down()
194 sc->sc_flags.d_pulled_up = 0; in saf1761_otg_pull_down()
H A Dmusb_otg.c313 if (!sc->sc_flags.d_pulled_up && in musbotg_pull_up()
315 sc->sc_flags.d_pulled_up = 1; in musbotg_pull_up()
325 if (sc->sc_flags.d_pulled_up) { in musbotg_pull_down()
326 sc->sc_flags.d_pulled_up = 0; in musbotg_pull_down()
H A Ddwc_otg.c539 if (!sc->sc_flags.d_pulled_up && in dwc_otg_pull_up()
541 sc->sc_flags.d_pulled_up = 1; in dwc_otg_pull_up()
556 if (sc->sc_flags.d_pulled_up) { in dwc_otg_pull_down()
557 sc->sc_flags.d_pulled_up = 0; in dwc_otg_pull_down()