Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/thermal/
Dintel_quark_dts_thermal.c110 struct thermal_zone_device *tzone; member
362 thermal_zone_device_unregister(aux_entry->tzone); in free_soc_dts()
412 aux_entry->tzone = thermal_zone_device_register("quark_dts", in alloc_soc_dts()
416 if (IS_ERR(aux_entry->tzone)) { in alloc_soc_dts()
417 err = PTR_ERR(aux_entry->tzone); in alloc_soc_dts()
422 err = soc_dts_enable(aux_entry->tzone); in alloc_soc_dts()
430 thermal_zone_device_unregister(aux_entry->tzone); in alloc_soc_dts()
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()
Dintel_soc_dts_iosf.c283 thermal_zone_device_unregister(dts->tzone); in remove_dts_thermal_zone()
328 dts->tzone = thermal_zone_device_register(name, in add_dts_thermal_zone()
333 if (IS_ERR(dts->tzone)) { in add_dts_thermal_zone()
334 ret = PTR_ERR(dts->tzone); in add_dts_thermal_zone()
344 thermal_zone_device_unregister(dts->tzone); in add_dts_thermal_zone()
395 thermal_zone_device_update(sensors->soc_dts[i].tzone); in intel_soc_dts_iosf_interrupt_handler()
Dintel_soc_dts_iosf.h42 struct thermal_zone_device *tzone; member