Lines Matching refs:sch5636_data
54 struct sch5636_data { struct
69 static struct sch5636_data *sch5636_update_device(struct device *dev) in sch5636_update_device() argument
71 struct sch5636_data *data = dev_get_drvdata(dev); in sch5636_update_device()
72 struct sch5636_data *ret = data; in sch5636_update_device()
170 struct sch5636_data *data = sch5636_update_device(dev); in in_value_show()
195 struct sch5636_data *data = sch5636_update_device(dev); in temp_value_show()
209 struct sch5636_data *data = sch5636_update_device(dev); in temp_fault_show()
223 struct sch5636_data *data = sch5636_update_device(dev); in temp_alarm_show()
237 struct sch5636_data *data = sch5636_update_device(dev); in fan_value_show()
254 struct sch5636_data *data = sch5636_update_device(dev); in fan_fault_show()
268 struct sch5636_data *data = sch5636_update_device(dev); in fan_alarm_show()
372 struct sch5636_data *data = platform_get_drvdata(pdev); in sch5636_remove()
397 struct sch5636_data *data; in sch5636_probe()
401 data = devm_kzalloc(&pdev->dev, sizeof(struct sch5636_data), in sch5636_probe()