Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.h52 struct int34x_thermal_zone *tzone, void *priv_data) in int340x_thermal_zone_set_priv_data() argument
54 tzone->priv_data = priv_data; in int340x_thermal_zone_set_priv_data()
58 struct int34x_thermal_zone *tzone) in int340x_thermal_zone_get_priv_data() argument
60 return tzone->priv_data; in int340x_thermal_zone_get_priv_data()
64 struct int34x_thermal_zone *tzone, in int340x_thermal_zone_device_update() argument
67 thermal_zone_device_update(tzone->zone, event); in int340x_thermal_zone_device_update()
/Linux-v4.19/drivers/thermal/
Dx86_pkg_temp_thermal.c65 struct thermal_zone_device *tzone; member
288 struct thermal_zone_device *tzone = NULL; in pkg_temp_thermal_threshold_work_fn() local
309 tzone = pkgdev->tzone; in pkg_temp_thermal_threshold_work_fn()
319 if (tzone) in pkg_temp_thermal_threshold_work_fn()
320 thermal_zone_device_update(tzone, THERMAL_EVENT_UNSPECIFIED); in pkg_temp_thermal_threshold_work_fn()
382 pkgdev->tzone = thermal_zone_device_register("x86_pkg_temp", in pkg_temp_thermal_device_add()
386 if (IS_ERR(pkgdev->tzone)) { in pkg_temp_thermal_device_add()
387 err = PTR_ERR(pkgdev->tzone); in pkg_temp_thermal_device_add()
419 struct thermal_zone_device *tzone = pkgdev->tzone; in pkg_thermal_cpu_offline() local
428 pkgdev->tzone = NULL; in pkg_thermal_cpu_offline()
[all …]
Dintel_quark_dts_thermal.c110 struct thermal_zone_device *tzone; member
362 thermal_zone_device_unregister(aux_entry->tzone); in free_soc_dts()
411 aux_entry->tzone = thermal_zone_device_register("quark_dts", in alloc_soc_dts()
415 if (IS_ERR(aux_entry->tzone)) { in alloc_soc_dts()
416 err = PTR_ERR(aux_entry->tzone); in alloc_soc_dts()
421 err = soc_dts_enable(aux_entry->tzone); in alloc_soc_dts()
429 thermal_zone_device_unregister(aux_entry->tzone); in alloc_soc_dts()
Dintel_soc_dts_iosf.c283 thermal_zone_device_unregister(dts->tzone); in remove_dts_thermal_zone()
327 dts->tzone = thermal_zone_device_register(name, in add_dts_thermal_zone()
332 if (IS_ERR(dts->tzone)) { in add_dts_thermal_zone()
333 ret = PTR_ERR(dts->tzone); in add_dts_thermal_zone()
343 thermal_zone_device_unregister(dts->tzone); in add_dts_thermal_zone()
394 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
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c207 if (mvm->tz_device.tzone) { in iwl_mvm_temp_notif()
210 thermal_notify_framework(tz_dev->tzone, in iwl_mvm_temp_notif()
579 if (!mvm->tz_device.tzone) in iwl_mvm_send_temp_report_ths_cmd()
677 struct iwl_mvm_thermal_device *tzone; in iwl_mvm_tzone_set_trip_temp() local
700 tzone = &mvm->tz_device; in iwl_mvm_tzone_set_trip_temp()
702 if (!tzone) { in iwl_mvm_tzone_set_trip_temp()
708 if (tzone->temp_trips[trip] == temperature) { in iwl_mvm_tzone_set_trip_temp()
715 if (tzone->temp_trips[i] == temperature) { in iwl_mvm_tzone_set_trip_temp()
721 tzone->temp_trips[trip] = temperature; in iwl_mvm_tzone_set_trip_temp()
745 mvm->tz_device.tzone = NULL; in iwl_mvm_thermal_zone_register()
[all …]
Dmvm.h539 struct thermal_zone_device *tzone; member