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

/freebsd-12-stable/sys/dev/usb/controller/
H A Dsaf1761_otg.h127 uint8_t d_pulled_up:1; member in struct:saf1761_otg_flags
H A Ddwc_otg.h149 uint8_t d_pulled_up:1; member in struct:dwc_otg_flags
H A Datmegadci.h252 uint8_t d_pulled_up:1; member in struct:atmegadci_flags
H A Davr32dci.h220 uint8_t d_pulled_up:1; member in struct:avr32dci_flags
H A Datmegadci.c199 if (!sc->sc_flags.d_pulled_up &&
201 sc->sc_flags.d_pulled_up = 1;
211 if (sc->sc_flags.d_pulled_up) {
212 sc->sc_flags.d_pulled_up = 0;
H A Davr32dci.c234 if (!sc->sc_flags.d_pulled_up &&
236 sc->sc_flags.d_pulled_up = 1;
246 if (sc->sc_flags.d_pulled_up) {
247 sc->sc_flags.d_pulled_up = 0;
H A Duss820dci.h328 uint8_t d_pulled_up:1; member in struct:uss820_flags
H A Dmusb_otg.h387 uint8_t d_pulled_up:1; member in struct:musbotg_flags
H A Duss820dci.c203 if (!sc->sc_flags.d_pulled_up &&
205 sc->sc_flags.d_pulled_up = 1;
222 if (sc->sc_flags.d_pulled_up) {
223 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.c539 if (!sc->sc_flags.d_pulled_up &&
541 sc->sc_flags.d_pulled_up = 1;
556 if (sc->sc_flags.d_pulled_up) {
557 sc->sc_flags.d_pulled_up = 0;
H A Dmusb_otg.c313 if (!sc->sc_flags.d_pulled_up &&
315 sc->sc_flags.d_pulled_up = 1;
325 if (sc->sc_flags.d_pulled_up) {
326 sc->sc_flags.d_pulled_up = 0;

Completed in 83 milliseconds