Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/sensor/
H A Dlm75.c83 uint8_t sc_resolution; member
203 sc->sc_resolution = 9; in lm75_attach()
208 sc->sc_resolution = 11; in lm75_attach()
273 sc->sc_resolution = 11; in lm75_type_detect()
315 sc->sc_resolution); in lm75_start()
382 uint8_t resolution = sc->sc_resolution; in lm75_temp_read()
400 uint8_t buf8[3], resolution = sc->sc_resolution; in lm75_temp_write()
618 resolution = sc->sc_resolution; in lm75_resolution_sysctl()
627 sc->sc_resolution = (uint8_t) resolution; in lm75_resolution_sysctl()