Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dshtc1.c172 if (data->setup.high_precision) { in shtc1_select_command()
233 data->setup.high_precision = true; in shtc1_probe()
239 data->setup.high_precision = !of_property_read_bool(np, "sensirion,low-precision"); in shtc1_probe()
/linux/include/linux/platform_data/
H A Dshtc1.h12 bool high_precision; member