Searched refs:hisi_thermal_data (Results 1 – 1 of 1) sorted by relevance
67 struct hisi_thermal_data { struct68 int (*get_temp)(struct hisi_thermal_data *data); argument69 int (*enable_sensor)(struct hisi_thermal_data *data); argument70 int (*disable_sensor)(struct hisi_thermal_data *data); argument71 int (*irq_handler)(struct hisi_thermal_data *data); argument269 static int hi6220_thermal_irq_handler(struct hisi_thermal_data *data) in hi6220_thermal_irq_handler()275 static int hi3660_thermal_irq_handler(struct hisi_thermal_data *data) in hi3660_thermal_irq_handler()281 static int hi6220_thermal_get_temp(struct hisi_thermal_data *data) in hi6220_thermal_get_temp()286 static int hi3660_thermal_get_temp(struct hisi_thermal_data *data) in hi3660_thermal_get_temp()291 static int hi6220_thermal_disable_sensor(struct hisi_thermal_data *data) in hi6220_thermal_disable_sensor()[all …]