Home
last modified time | relevance | path

Searched refs:THERMAL_TRIP_PASSIVE (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c89 zone_trips[trip_cnt].type = THERMAL_TRIP_PASSIVE; in int340x_thermal_read_trips()
144 zone_trips[i].type = THERMAL_TRIP_PASSIVE; in int340x_thermal_zone_add()
213 case THERMAL_TRIP_PASSIVE: in int340x_update_one_trip()
H A Dprocessor_thermal_device_pci.c334 .type = THERMAL_TRIP_PASSIVE, in proc_thermal_pci_probe()
/linux/drivers/thermal/
H A Dthermal_trace.h16 TRACE_DEFINE_ENUM(THERMAL_TRIP_PASSIVE);
23 { THERMAL_TRIP_PASSIVE, "PASSIVE"}, \
H A Dthermal_trip.c14 [THERMAL_TRIP_PASSIVE] = "passive",
H A Dimx_thermal.c118 [IMX_TRIP_PASSIVE] = { .type = THERMAL_TRIP_PASSIVE,
361 return trip->type == THERMAL_TRIP_PASSIVE; in imx_should_bind()
H A Dthermal_of.c29 [THERMAL_TRIP_PASSIVE] = "passive",
H A Dhisi_thermal.c472 if (trip->type != THERMAL_TRIP_PASSIVE) in hisi_trip_walk_cb()
H A Dgov_power_allocator.c512 case THERMAL_TRIP_PASSIVE: in get_governor_trips()
H A Dthermal_core.c478 if (trip->type == THERMAL_TRIP_PASSIVE) in thermal_trip_crossed()
487 if (trip->type == THERMAL_TRIP_PASSIVE) { in thermal_trip_crossed()
/linux/include/uapi/linux/
H A Dthermal.h16 THERMAL_TRIP_PASSIVE, enumerator
/linux/drivers/acpi/
H A Dthermal.c234 if (trip->type == THERMAL_TRIP_PASSIVE) { in acpi_thermal_update_trip()
283 int index = trip->type == THERMAL_TRIP_PASSIVE ? in acpi_thermal_update_trip_devices()
512 case THERMAL_TRIP_PASSIVE: in thermal_get_trend()
851 trip->type = THERMAL_TRIP_PASSIVE; in acpi_thermal_probe()
/linux/drivers/thermal/intel/
H A Dintel_soc_dts_iosf.c337 set_trip(&trips[i][0], THERMAL_TRIP_PASSIVE, in intel_soc_dts_iosf_init()
348 set_trip(&trips[i][1], THERMAL_TRIP_PASSIVE, in intel_soc_dts_iosf_init()
H A Dintel_pch_thermal.c109 trip->type = THERMAL_TRIP_PASSIVE; in pch_wpt_add_acpi_psv_trip()
H A Dx86_pkg_temp_thermal.c303 trips[i].type = THERMAL_TRIP_PASSIVE; in pkg_temp_thermal_trips_init()
/linux/tools/thermal/tmon/
H A Dtmon.h61 THERMAL_TRIP_PASSIVE, enumerator
H A Dtui.c538 case THERMAL_TRIP_PASSIVE: return 'P'; in trip_type_to_char()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dthermal.c250 .type = THERMAL_TRIP_PASSIVE, in iwl_mld_thermal_zone_register()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c672 mvm->tz_device.trips[i].type = THERMAL_TRIP_PASSIVE; in iwl_mvm_thermal_zone_register()