Searched defs:hisi_thermal_data (Results 1 – 1 of 1) sorted by relevance
52 struct hisi_thermal_data { struct53 struct mutex thermal_lock; /* protects register data */54 struct platform_device *pdev;55 struct clk *clk;79 static long hisi_thermal_get_sensor_temp(struct hisi_thermal_data *data, in hisi_thermal_get_sensor_temp() argument