Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dntc_thermistor.c255 struct ntc_data { struct
379 static int get_ohm_of_thermistor(struct ntc_data *data, unsigned int uv) in get_ohm_of_thermistor()
409 static void lookup_comp(struct ntc_data *data, unsigned int ohm, in lookup_comp()
475 static int get_temp_mc(struct ntc_data *data, unsigned int ohm) in get_temp_mc()
493 static int ntc_thermistor_get_ohm(struct ntc_data *data) in ntc_thermistor_get_ohm()
531 struct ntc_data *data = dev_get_drvdata(dev); in ntc_show_temp()
564 struct ntc_data *data; in ntc_thermistor_probe()
601 data = devm_kzalloc(dev, sizeof(struct ntc_data), GFP_KERNEL); in ntc_thermistor_probe()