Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dshtc1.c172 if (data->setup.high_precision) { in shtc1_select_command()
235 data->setup.high_precision = true; in shtc1_probe()
241 data->setup.high_precision = !of_property_read_bool(np, "sensirion,low-precision"); in shtc1_probe()
/openbmc/linux/include/linux/platform_data/
H A Dshtc1.h12 bool high_precision; member
/openbmc/linux/drivers/input/mouse/
H A Delan_i2c_core.c920 bool contact_valid, bool high_precision, in elan_report_contact() argument
928 if (high_precision) { in elan_report_contact()
957 u8 mk_data = high_precision ? in elan_report_contact()
984 bool high_precision) in elan_report_absolute() argument
999 elan_report_contact(data, i, contact_valid, high_precision, in elan_report_absolute()