Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/controller/
H A Dsaf1761_otg.h127 uint8_t d_pulled_up:1; member
H A Datmegadci.h252 uint8_t d_pulled_up:1; member
H A Ddwc_otg.h149 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.c232 if (!sc->sc_flags.d_pulled_up && in avr32dci_pull_up()
234 sc->sc_flags.d_pulled_up = 1; in avr32dci_pull_up()
244 if (sc->sc_flags.d_pulled_up) { in avr32dci_pull_down()
245 sc->sc_flags.d_pulled_up = 0; in avr32dci_pull_down()
H A Datmegadci.c195 if (!sc->sc_flags.d_pulled_up && in atmegadci_pull_up()
197 sc->sc_flags.d_pulled_up = 1; in atmegadci_pull_up()
207 if (sc->sc_flags.d_pulled_up) { in atmegadci_pull_down()
208 sc->sc_flags.d_pulled_up = 0; in atmegadci_pull_down()
H A Duss820dci.c201 if (!sc->sc_flags.d_pulled_up && in uss820dci_pull_up()
203 sc->sc_flags.d_pulled_up = 1; in uss820dci_pull_up()
220 if (sc->sc_flags.d_pulled_up) { in uss820dci_pull_down()
221 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.c178 if (!sc->sc_flags.d_pulled_up && sc->sc_flags.port_powered) { in saf1761_otg_pull_up()
181 sc->sc_flags.d_pulled_up = 1; in saf1761_otg_pull_up()
190 if (sc->sc_flags.d_pulled_up) { in saf1761_otg_pull_down()
193 sc->sc_flags.d_pulled_up = 0; in saf1761_otg_pull_down()
H A Dmusb_otg.c310 if (!sc->sc_flags.d_pulled_up && in musbotg_pull_up()
312 sc->sc_flags.d_pulled_up = 1; in musbotg_pull_up()
322 if (sc->sc_flags.d_pulled_up) { in musbotg_pull_down()
323 sc->sc_flags.d_pulled_up = 0; in musbotg_pull_down()
H A Ddwc_otg.c534 if (!sc->sc_flags.d_pulled_up && in dwc_otg_pull_up()
536 sc->sc_flags.d_pulled_up = 1; in dwc_otg_pull_up()
551 if (sc->sc_flags.d_pulled_up) { in dwc_otg_pull_down()
552 sc->sc_flags.d_pulled_up = 0; in dwc_otg_pull_down()