Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/sensor/
H A Dlm75.c84 uint8_t sc_max_resolution; member
165 sc->sc_max_resolution = 9; in lm75_probe()
175 sc->sc_max_resolution = 9; in lm75_probe()
178 sc->sc_max_resolution = 11; in lm75_probe()
201 switch (sc->sc_max_resolution) { in lm75_attach()
204 sc->sc_max_resolution = 9; in lm75_attach()
209 sc->sc_max_resolution = 11; in lm75_attach()
274 sc->sc_max_resolution = 11; in lm75_type_detect()
624 if (resolution > sc->sc_max_resolution || resolution < 9) in lm75_resolution_sysctl()