read_ohm          563 drivers/hwmon/ntc_thermistor.c 	if (data->pdata->read_ohm)
read_ohm          564 drivers/hwmon/ntc_thermistor.c 		return data->pdata->read_ohm();
read_ohm          656 drivers/hwmon/ntc_thermistor.c 	if (!pdata->read_uv && !pdata->read_ohm) {
read_ohm          662 drivers/hwmon/ntc_thermistor.c 	if (pdata->read_uv && pdata->read_ohm) {
read_ohm           47 include/linux/platform_data/ntc_thermistor.h 	int (*read_ohm)(void);