Lines Matching refs:hisi_thermal_data
66 struct hisi_thermal_data;
69 struct hisi_thermal_data *data;
81 int (*probe)(struct hisi_thermal_data *data);
84 struct hisi_thermal_data { struct
285 struct hisi_thermal_data *data = sensor->data; in hi6220_thermal_irq_handler()
293 struct hisi_thermal_data *data = sensor->data; in hi3660_thermal_irq_handler()
301 struct hisi_thermal_data *data = sensor->data; in hi6220_thermal_get_temp()
308 struct hisi_thermal_data *data = sensor->data; in hi3660_thermal_get_temp()
315 struct hisi_thermal_data *data = sensor->data; in hi6220_thermal_disable_sensor()
329 struct hisi_thermal_data *data = sensor->data; in hi3660_thermal_disable_sensor()
338 struct hisi_thermal_data *data = sensor->data; in hi6220_thermal_enable_sensor()
377 struct hisi_thermal_data *data = sensor->data; in hi3660_thermal_enable_sensor()
396 static int hi6220_thermal_probe(struct hisi_thermal_data *data) in hi6220_thermal_probe()
422 static int hi3660_thermal_probe(struct hisi_thermal_data *data) in hi3660_thermal_probe()
448 struct hisi_thermal_data *data = sensor->data; in hisi_thermal_get_temp()
465 struct hisi_thermal_data *data = sensor->data; in hisi_thermal_alarm_irq_thread()
560 struct hisi_thermal_data *data; in hisi_thermal_probe()
619 struct hisi_thermal_data *data = platform_get_drvdata(pdev); in hisi_thermal_remove()
634 struct hisi_thermal_data *data = dev_get_drvdata(dev); in hisi_thermal_suspend()
645 struct hisi_thermal_data *data = dev_get_drvdata(dev); in hisi_thermal_resume()