Searched refs:tzone (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/thermal/int340x_thermal/
H A Dint340x_thermal_zone.h51 struct int34x_thermal_zone *tzone, void *priv_data) int340x_thermal_zone_set_priv_data()
53 tzone->priv_data = priv_data; int340x_thermal_zone_set_priv_data()
57 struct int34x_thermal_zone *tzone) int340x_thermal_zone_get_priv_data()
59 return tzone->priv_data; int340x_thermal_zone_get_priv_data()
63 struct int34x_thermal_zone *tzone) int340x_thermal_zone_device_update()
65 thermal_zone_device_update(tzone->zone); int340x_thermal_zone_device_update()
50 int340x_thermal_zone_set_priv_data( struct int34x_thermal_zone *tzone, void *priv_data) int340x_thermal_zone_set_priv_data() argument
56 int340x_thermal_zone_get_priv_data( struct int34x_thermal_zone *tzone) int340x_thermal_zone_get_priv_data() argument
62 int340x_thermal_zone_device_update( struct int34x_thermal_zone *tzone) int340x_thermal_zone_device_update() argument
/linux-4.1.27/drivers/thermal/
H A Dintel_soc_dts_thermal.c68 struct thermal_zone_device *tzone; member in struct:soc_sensor_entry
286 thermal_zone_device_unregister(aux_entry->tzone); free_soc_dts()
343 aux_entry->tzone = thermal_zone_device_register(name, alloc_soc_dts()
348 if (IS_ERR(aux_entry->tzone)) { alloc_soc_dts()
349 err = PTR_ERR(aux_entry->tzone); alloc_soc_dts()
360 thermal_zone_device_unregister(aux_entry->tzone); alloc_soc_dts()
396 thermal_zone_device_update(soc_dts[i]->tzone); proc_thermal_interrupt()
H A Dx86_pkg_temp_thermal.c68 struct thermal_zone_device *tzone; member in struct:phy_dev_entry
351 thermal_zone_device_update(phdev->tzone); pkg_temp_thermal_threshold_work_fn()
446 phy_dev_entry->tzone = thermal_zone_device_register("x86_pkg_temp", pkg_temp_thermal_device_add()
451 if (IS_ERR(phy_dev_entry->tzone)) { pkg_temp_thermal_device_add()
452 err = PTR_ERR(phy_dev_entry->tzone); pkg_temp_thermal_device_add()
506 thermal_zone_device_unregister(phdev->tzone); pkg_temp_thermal_device_remove()
629 thermal_zone_device_unregister(phdev->tzone); pkg_temp_thermal_exit()
/linux-4.1.27/tools/thermal/tmon/
H A Dsysfs.c190 syslog(LOG_DEBUG, "tzone %s trip %d temp %lu tpnode %s", find_tzone_tp()
236 * in this tzone find_tzone_cdev()
313 /* detect trip points and cdev attached to this tzone */ scan_tzones()
429 syslog(LOG_DEBUG, "found tzone: %s %d %d\n", probe_thermal_sysfs()
439 syslog(LOG_INFO, "found %d tzone(s), %d cdev(s), target zone %d\n", probe_thermal_sysfs()
H A Dtui.c626 /* fill trip points for each tzone */ show_sensors_w()

Completed in 219 milliseconds