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

/freebsd-11-stable/sys/dev/usb/input/
H A Datp.c660 char sc_mode_bytes[MODE_LENGTH]; /* device mode */ member in struct:atp_softc
890 sc->sc_mode_bytes, sizeof(sc->sc_mode_bytes), 0 /* interface idx */,
897 if (sc->sc_mode_bytes[0] == mode_value)
908 sc->sc_mode_bytes[0] = mode_value;
910 sc->sc_mode_bytes, sizeof(sc->sc_mode_bytes), 0 /* interface idx */,
929 sc->sc_mode_bytes[0] = mode_value;
940 usbd_copy_in(pc, 0, sc->sc_mode_bytes, MODE_LENGTH);

Completed in 56 milliseconds