HomeSort by: relevance | last modified time | path
    Searched defs:sc_auto_gain (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
tsllux.c 64 bool sc_auto_gain; member in struct:tsllux_softc
185 sc->sc_auto_gain = true;
260 val = sc->sc_auto_gain ? 1 : 0;
611 sc->sc_auto_gain = false;
622 sc->sc_auto_gain = use_autogain;
752 if (sc->sc_auto_gain == false) {
tsllux.c 64 bool sc_auto_gain; member in struct:tsllux_softc
185 sc->sc_auto_gain = true;
260 val = sc->sc_auto_gain ? 1 : 0;
611 sc->sc_auto_gain = false;
622 sc->sc_auto_gain = use_autogain;
752 if (sc->sc_auto_gain == false) {

Completed in 25 milliseconds