Lines Matching refs:sch5627_data
79 struct sch5627_data { struct
97 static struct sch5627_data *sch5627_update_device(struct device *dev) in sch5627_update_device() argument
99 struct sch5627_data *data = dev_get_drvdata(dev); in sch5627_update_device()
100 struct sch5627_data *ret = data; in sch5627_update_device()
156 static int sch5627_read_limits(struct sch5627_data *data) in sch5627_read_limits()
218 struct sch5627_data *data = sch5627_update_device(dev); in show_temp()
232 struct sch5627_data *data = sch5627_update_device(dev); in show_temp_fault()
244 struct sch5627_data *data = dev_get_drvdata(dev); in show_temp_max()
255 struct sch5627_data *data = dev_get_drvdata(dev); in show_temp_crit()
266 struct sch5627_data *data = sch5627_update_device(dev); in show_fan()
283 struct sch5627_data *data = sch5627_update_device(dev); in show_fan_fault()
296 struct sch5627_data *data = dev_get_drvdata(dev); in show_fan_min()
308 struct sch5627_data *data = sch5627_update_device(dev); in show_in()
455 struct sch5627_data *data = platform_get_drvdata(pdev); in sch5627_remove()
470 struct sch5627_data *data; in sch5627_probe()
473 data = devm_kzalloc(&pdev->dev, sizeof(struct sch5627_data), in sch5627_probe()