Home
last modified time | relevance | path

Searched refs:tzone (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.h51 struct int34x_thermal_zone *tzone, void *priv_data) in int340x_thermal_zone_set_priv_data() argument
53 tzone->priv_data = priv_data; in int340x_thermal_zone_set_priv_data()
57 struct int34x_thermal_zone *tzone) in int340x_thermal_zone_get_priv_data() argument
59 return tzone->priv_data; in int340x_thermal_zone_get_priv_data()
63 struct int34x_thermal_zone *tzone) in int340x_thermal_zone_device_update() argument
65 thermal_zone_device_update(tzone->zone); in int340x_thermal_zone_device_update()
/linux-4.1.27/drivers/thermal/
Dintel_soc_dts_thermal.c68 struct thermal_zone_device *tzone; member
286 thermal_zone_device_unregister(aux_entry->tzone); in free_soc_dts()
343 aux_entry->tzone = thermal_zone_device_register(name, in alloc_soc_dts()
348 if (IS_ERR(aux_entry->tzone)) { in alloc_soc_dts()
349 err = PTR_ERR(aux_entry->tzone); in alloc_soc_dts()
360 thermal_zone_device_unregister(aux_entry->tzone); in alloc_soc_dts()
396 thermal_zone_device_update(soc_dts[i]->tzone); in proc_thermal_interrupt()
Dx86_pkg_temp_thermal.c68 struct thermal_zone_device *tzone; member
351 thermal_zone_device_update(phdev->tzone); in pkg_temp_thermal_threshold_work_fn()
446 phy_dev_entry->tzone = thermal_zone_device_register("x86_pkg_temp", in pkg_temp_thermal_device_add()
451 if (IS_ERR(phy_dev_entry->tzone)) { in pkg_temp_thermal_device_add()
452 err = PTR_ERR(phy_dev_entry->tzone); in pkg_temp_thermal_device_add()
506 thermal_zone_device_unregister(phdev->tzone); in pkg_temp_thermal_device_remove()
629 thermal_zone_device_unregister(phdev->tzone); in pkg_temp_thermal_exit()