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