Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/platform_data/
Dntc_thermistor.h58 int (*read_ohm)(void); member
/linux-4.4.14/drivers/hwmon/
Dntc_thermistor.c468 if (data->pdata->read_ohm) in ntc_thermistor_get_ohm()
469 return data->pdata->read_ohm(); in ntc_thermistor_get_ohm()
561 if (!pdata->read_uv && !pdata->read_ohm) { in ntc_thermistor_probe()
567 if (pdata->read_uv && pdata->read_ohm) { in ntc_thermistor_probe()
/linux-4.4.14/Documentation/hwmon/
Dntc_thermistor87 provide read_ohm and _not_ provide the others.