Lines Matching refs:ntc_data
179 struct ntc_data { struct
309 static int get_ohm_of_thermistor(struct ntc_data *data, unsigned int uv) in get_ohm_of_thermistor()
342 static void lookup_comp(struct ntc_data *data, unsigned int ohm, in lookup_comp()
408 static int get_temp_mc(struct ntc_data *data, unsigned int ohm) in get_temp_mc()
426 static int ntc_thermistor_get_ohm(struct ntc_data *data) in ntc_thermistor_get_ohm()
444 struct ntc_data *data = dev_get_drvdata(dev); in ntc_read_temp()
459 struct ntc_data *data = dev_get_drvdata(dev); in ntc_show_name()
473 struct ntc_data *data = dev_get_drvdata(dev); in ntc_show_temp()
508 struct ntc_data *data; in ntc_thermistor_probe()
547 data = devm_kzalloc(&pdev->dev, sizeof(struct ntc_data), GFP_KERNEL); in ntc_thermistor_probe()
610 struct ntc_data *data = platform_get_drvdata(pdev); in ntc_thermistor_remove()