Home
last modified time | relevance | path

Searched refs:THERMAL_TRIP_PASSIVE (Results 1 – 18 of 18) sorted by last modified time

/linux/drivers/thermal/
H A Dthermal_debugfs.c816 if (trip->type == THERMAL_TRIP_PASSIVE) in tze_seq_show()
H A Dthermal_trace.h16 TRACE_DEFINE_ENUM(THERMAL_TRIP_PASSIVE);
23 { THERMAL_TRIP_PASSIVE, "PASSIVE"}, \
H A Dthermal_sysfs.c96 case THERMAL_TRIP_PASSIVE: in trip_point_type_show()
H A Dthermal_core.c393 if (trip->type == THERMAL_TRIP_PASSIVE) { in handle_thermal_trip()
410 if (trip->type == THERMAL_TRIP_PASSIVE) in handle_thermal_trip()
H A Dgov_power_allocator.c505 case THERMAL_TRIP_PASSIVE: in get_governor_trips()
H A Dthermal_of.c60 [THERMAL_TRIP_PASSIVE] = "passive",
H A Dimx_thermal.c118 [IMX_TRIP_PASSIVE] = { .type = THERMAL_TRIP_PASSIVE,
H A Dhisi_thermal.c494 if (trip.type == THERMAL_TRIP_PASSIVE) { in hisi_thermal_register_sensor()
/linux/drivers/thermal/intel/
H A Dintel_soc_dts_iosf.c334 set_trip(&trips[i][0], THERMAL_TRIP_PASSIVE, in intel_soc_dts_iosf_init()
345 set_trip(&trips[i][1], THERMAL_TRIP_PASSIVE, in intel_soc_dts_iosf_init()
H A Dx86_pkg_temp_thermal.c297 trips[i].type = THERMAL_TRIP_PASSIVE; in pkg_temp_thermal_trips_init()
H A Dintel_pch_thermal.c109 trip->type = THERMAL_TRIP_PASSIVE; in pch_wpt_add_acpi_psv_trip()
/linux/drivers/acpi/
H A Dthermal.c227 if (trip->type == THERMAL_TRIP_PASSIVE) { in acpi_thermal_update_trip()
276 int index = trip->type == THERMAL_TRIP_PASSIVE ? in acpi_thermal_update_trip_devices()
505 case THERMAL_TRIP_PASSIVE: in thermal_get_trend()
887 trip->type = THERMAL_TRIP_PASSIVE; in acpi_thermal_add()
/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c98 zone_trips[trip_cnt].type = THERMAL_TRIP_PASSIVE; in int340x_thermal_read_trips()
154 zone_trips[i].type = THERMAL_TRIP_PASSIVE; in int340x_thermal_zone_add()
222 case THERMAL_TRIP_PASSIVE: in int340x_update_one_trip()
H A Dprocessor_thermal_device_pci.c251 .type = THERMAL_TRIP_PASSIVE, in proc_thermal_pci_probe()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c691 mvm->tz_device.trips[i].type = THERMAL_TRIP_PASSIVE; in iwl_mvm_thermal_zone_register()
/linux/tools/thermal/tmon/
H A Dtui.c538 case THERMAL_TRIP_PASSIVE: return 'P'; in trip_type_to_char()
H A Dtmon.h61 THERMAL_TRIP_PASSIVE, enumerator
/linux/include/uapi/linux/
H A Dthermal.h14 THERMAL_TRIP_PASSIVE, enumerator