Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dntc_thermistor.h47 int (*read_ohm)(void); member
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dntc_thermistor.c563 if (data->pdata->read_ohm) in ntc_thermistor_get_ohm()
564 return data->pdata->read_ohm(); in ntc_thermistor_get_ohm()
656 if (!pdata->read_uv && !pdata->read_ohm) { in ntc_thermistor_probe()
662 if (pdata->read_uv && pdata->read_ohm) { in ntc_thermistor_probe()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dntc_thermistor.rst97 provide read_ohm and _not_ provide the others.