Searched refs:read_ohm (Results 1 – 3 of 3) sorted by relevance
58 int (*read_ohm)(void); member
468 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()
87 provide read_ohm and _not_ provide the others.