Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/platform_data/
Dntc_thermistor.h57 int (*read_ohm)(void); member
/linux-4.1.27/drivers/hwmon/
Dntc_thermistor.c430 if (data->pdata->read_ohm) in ntc_thermistor_get_ohm()
431 return data->pdata->read_ohm(); in ntc_thermistor_get_ohm()
523 if (!pdata->read_uv && !pdata->read_ohm) { in ntc_thermistor_probe()
529 if (pdata->read_uv && pdata->read_ohm) { in ntc_thermistor_probe()
/linux-4.1.27/Documentation/hwmon/
Dntc_thermistor85 provide read_ohm and _not_ provide the others.