Home
last modified time | relevance | path

Searched refs:THERMAL_TRIP_FLAG_RW_TEMP (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c47 .flags = THERMAL_TRIP_FLAG_RW_TEMP,
54 .flags = THERMAL_TRIP_FLAG_RW_TEMP,
59 .flags = THERMAL_TRIP_FLAG_RW_TEMP,
68 .flags = THERMAL_TRIP_FLAG_RW_TEMP,
75 .flags = THERMAL_TRIP_FLAG_RW_TEMP,
80 .flags = THERMAL_TRIP_FLAG_RW_TEMP,
/linux/drivers/thermal/intel/
H A Dintel_soc_dts_iosf.c229 trips[i].flags &= ~THERMAL_TRIP_FLAG_RW_TEMP; in add_dts_thermal_zone()
338 THERMAL_TRIP_FLAG_RW_TEMP, 0, 0); in intel_soc_dts_iosf_init()
349 THERMAL_TRIP_FLAG_RW_TEMP, 0, 1); in intel_soc_dts_iosf_init()
H A Dintel_quark_dts_thermal.c369 trips[QRK_DTS_ID_TP_CRITICAL].flags |= THERMAL_TRIP_FLAG_RW_TEMP; in alloc_soc_dts()
370 trips[QRK_DTS_ID_TP_HOT].flags |= THERMAL_TRIP_FLAG_RW_TEMP; in alloc_soc_dts()
H A Dx86_pkg_temp_thermal.c300 trips[i].flags |= THERMAL_TRIP_FLAG_RW_TEMP; in pkg_temp_thermal_trips_init()
/linux/include/linux/
H A Dthermal.h77 #define THERMAL_TRIP_FLAG_RW_TEMP BIT(0) macro
80 #define THERMAL_TRIP_FLAG_RW (THERMAL_TRIP_FLAG_RW_TEMP | \
/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c147 zone_trips[i].flags |= THERMAL_TRIP_FLAG_RW_TEMP; in int340x_thermal_zone_add()
H A Dprocessor_thermal_device_pci.c336 .flags = THERMAL_TRIP_FLAG_RW_TEMP, in proc_thermal_pci_probe()
/linux/drivers/thermal/
H A Dthermal_of.c89 trip->flags = THERMAL_TRIP_FLAG_RW_TEMP; in thermal_of_populate_trip()
H A Dimx_thermal.c119 .flags = THERMAL_TRIP_FLAG_RW_TEMP },
H A Dthermal_sysfs.c427 if (td->trip.flags & THERMAL_TRIP_FLAG_RW_TEMP) { in create_trip_attrs()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c685 mvm->tz_device.trips[i].flags = THERMAL_TRIP_FLAG_RW_TEMP; in iwl_mvm_thermal_zone_register()