Lines Matching refs:thmc50_data
70 struct thmc50_data { struct
89 static struct thmc50_data *thmc50_update_device(struct device *dev) in thmc50_update_device() argument
91 struct thmc50_data *data = dev_get_drvdata(dev); in thmc50_update_device()
134 struct thmc50_data *data = thmc50_update_device(dev); in show_analog_out()
142 struct thmc50_data *data = dev_get_drvdata(dev); in set_analog_out()
180 struct thmc50_data *data = thmc50_update_device(dev); in show_temp()
188 struct thmc50_data *data = thmc50_update_device(dev); in show_temp_min()
196 struct thmc50_data *data = dev_get_drvdata(dev); in set_temp_min()
217 struct thmc50_data *data = thmc50_update_device(dev); in show_temp_max()
225 struct thmc50_data *data = dev_get_drvdata(dev); in set_temp_max()
247 struct thmc50_data *data = thmc50_update_device(dev); in show_temp_critical()
255 struct thmc50_data *data = thmc50_update_device(dev); in show_alarm()
374 static void thmc50_init_client(struct thmc50_data *data) in thmc50_init_client()
398 struct thmc50_data *data; in thmc50_probe()
402 data = devm_kzalloc(dev, sizeof(struct thmc50_data), GFP_KERNEL); in thmc50_probe()