Home
last modified time | relevance | path

Searched refs:THERMAL_TRIP_PASSIVE (Results 1 – 11 of 11) 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/include/uapi/linux/
H A Dthermal.h16 THERMAL_TRIP_PASSIVE, enumerator
/linux/drivers/thermal/
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 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/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 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()