Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/platform_data/
Dntc_thermistor.h59 int (*read_ohm)(void); member
/Linux-v4.19/drivers/hwmon/
Dntc_thermistor.c497 if (data->pdata->read_ohm) in ntc_thermistor_get_ohm()
498 return data->pdata->read_ohm(); in ntc_thermistor_get_ohm()
578 if (!pdata->read_uv && !pdata->read_ohm) { in ntc_thermistor_probe()
584 if (pdata->read_uv && pdata->read_ohm) { in ntc_thermistor_probe()
/Linux-v4.19/Documentation/hwmon/
Dntc_thermistor87 provide read_ohm and _not_ provide the others.