Home
last modified time | relevance | path

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

/trueos/sys/dev/usb/controller/
HDat91dci.h200 uint8_t d_pulled_up:1; member
HDatmegadci.h250 uint8_t d_pulled_up:1; member
HDdwc_otg.h146 uint8_t d_pulled_up:1; member
HDavr32dci.h218 uint8_t d_pulled_up:1; member
HDuss820dci.h323 uint8_t d_pulled_up:1; member
HDavr32dci.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()
HDatmegadci.c197 if (!sc->sc_flags.d_pulled_up && in atmegadci_pull_up()
199 sc->sc_flags.d_pulled_up = 1; in atmegadci_pull_up()
209 if (sc->sc_flags.d_pulled_up) { in atmegadci_pull_down()
210 sc->sc_flags.d_pulled_up = 0; in atmegadci_pull_down()
HDuss820dci.c198 if (!sc->sc_flags.d_pulled_up && in uss820dci_pull_up()
200 sc->sc_flags.d_pulled_up = 1; in uss820dci_pull_up()
217 if (sc->sc_flags.d_pulled_up) { in uss820dci_pull_down()
218 sc->sc_flags.d_pulled_up = 0; in uss820dci_pull_down()
HDat91dci.c258 if (!sc->sc_flags.d_pulled_up && in at91dci_pull_up()
260 sc->sc_flags.d_pulled_up = 1; in at91dci_pull_up()
270 if (sc->sc_flags.d_pulled_up) { in at91dci_pull_down()
271 sc->sc_flags.d_pulled_up = 0; in at91dci_pull_down()
HDmusb_otg.h385 uint8_t d_pulled_up:1; member
HDmusb_otg.c280 if (!sc->sc_flags.d_pulled_up && in musbotg_pull_up()
282 sc->sc_flags.d_pulled_up = 1; in musbotg_pull_up()
292 if (sc->sc_flags.d_pulled_up) { in musbotg_pull_down()
293 sc->sc_flags.d_pulled_up = 0; in musbotg_pull_down()
HDdwc_otg.c449 if (!sc->sc_flags.d_pulled_up && in dwc_otg_pull_up()
451 sc->sc_flags.d_pulled_up = 1; in dwc_otg_pull_up()
466 if (sc->sc_flags.d_pulled_up) { in dwc_otg_pull_down()
467 sc->sc_flags.d_pulled_up = 0; in dwc_otg_pull_down()