Searched refs:tzone (Results 1 – 3 of 3) sorted by relevance
51 struct int34x_thermal_zone *tzone, void *priv_data) in int340x_thermal_zone_set_priv_data() argument53 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() argument59 return tzone->priv_data; in int340x_thermal_zone_get_priv_data()63 struct int34x_thermal_zone *tzone) in int340x_thermal_zone_device_update() argument65 thermal_zone_device_update(tzone->zone); in int340x_thermal_zone_device_update()
68 struct thermal_zone_device *tzone; member286 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()
68 struct thermal_zone_device *tzone; member351 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()