Lines Matching refs:sch5636_data
54 struct sch5636_data { struct
68 static struct sch5636_data *sch5636_update_device(struct device *dev) in sch5636_update_device() argument
70 struct sch5636_data *data = dev_get_drvdata(dev); in sch5636_update_device()
71 struct sch5636_data *ret = data; in sch5636_update_device()
169 struct sch5636_data *data = sch5636_update_device(dev); in in_value_show()
194 struct sch5636_data *data = sch5636_update_device(dev); in temp_value_show()
208 struct sch5636_data *data = sch5636_update_device(dev); in temp_fault_show()
222 struct sch5636_data *data = sch5636_update_device(dev); in temp_alarm_show()
236 struct sch5636_data *data = sch5636_update_device(dev); in fan_value_show()
253 struct sch5636_data *data = sch5636_update_device(dev); in fan_fault_show()
267 struct sch5636_data *data = sch5636_update_device(dev); in fan_alarm_show()
371 struct sch5636_data *data = platform_get_drvdata(pdev); in sch5636_remove()
393 struct sch5636_data *data; in sch5636_probe()
397 data = devm_kzalloc(&pdev->dev, sizeof(struct sch5636_data), in sch5636_probe()