Home
last modified time | relevance | path

Searched refs:thermal_trip (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/thermal/
H A Dthermal_debugfs.h12 const struct thermal_trip *trip);
14 const struct thermal_trip *trip);
26 const struct thermal_trip *trip) {}; in thermal_debug_tz_trip_up()
28 const struct thermal_trip *trip) {} in thermal_debug_tz_trip_down()
H A Dthermal_trip.c28 int (*cb)(struct thermal_trip *, void *), in for_each_thermal_trip() argument
45 int (*cb)(struct thermal_trip *, void *), in thermal_zone_for_each_trip() argument
83 const struct thermal_trip *trip) in thermal_zone_trip_id()
H A Dthermal_helpers.c25 int get_tz_trend(struct thermal_zone_device *tz, const struct thermal_trip *trip) in get_tz_trend()
44 const struct thermal_trip *trip) in thermal_instance_present()
58 const struct thermal_trip *trip, in thermal_trip_is_bound_to_cdev()
94 const struct thermal_trip *trip = &td->trip; in __thermal_zone_get_temp()
H A Dthermal_of.c64 struct thermal_trip *trip) in thermal_of_populate_trip()
96 static struct thermal_trip *thermal_of_trips_init(struct device_node *np, int *ntrips) in thermal_of_trips_init()
110 struct thermal_trip *tt __free(kfree) = kzalloc(sizeof(*tt) * count, GFP_KERNEL); in thermal_of_trips_init()
278 const struct thermal_trip *trip, in thermal_of_cm_lookup()
306 const struct thermal_trip *trip, in thermal_of_should_bind()
372 struct thermal_trip *trips; in thermal_of_zone_register()
H A Dgov_power_allocator.c92 const struct thermal_trip *trip_switch_on;
93 const struct thermal_trip *trip_max;
151 const struct thermal_trip *trip_switch_on, in estimate_pid_constants()
503 const struct thermal_trip *first_passive = NULL; in get_governor_trips()
504 const struct thermal_trip *last_passive = NULL; in get_governor_trips()
505 const struct thermal_trip *last_active = NULL; in get_governor_trips()
509 const struct thermal_trip *trip = &td->trip; in get_governor_trips()
776 const struct thermal_trip *trip = params->trip_switch_on; in power_allocator_manage()
H A Dthermal_sysfs.c95 struct thermal_trip *trip = thermal_trip_of_attr(attr, type); in trip_point_type_show()
104 struct thermal_trip *trip = thermal_trip_of_attr(attr, temp); in trip_point_temp_store()
140 struct thermal_trip *trip = thermal_trip_of_attr(attr, temp); in trip_point_temp_show()
149 struct thermal_trip *trip = thermal_trip_of_attr(attr, hyst); in trip_point_hyst_store()
186 struct thermal_trip *trip = thermal_trip_of_attr(attr, hyst); in trip_point_hyst_show()
H A Dthermal_netlink.c380 const struct thermal_trip *trip) in thermal_notify_tz_trip_down()
390 const struct thermal_trip *trip) in thermal_notify_tz_trip_up()
400 const struct thermal_trip *trip) in thermal_notify_tz_trip_change()
549 const struct thermal_trip *trip = &td->trip; in thermal_genl_cmd_tz_get_trip()
H A Dthermal_debugfs.c580 const struct thermal_trip *trip) in thermal_debug_tz_trip_up()
673 const struct thermal_trip *trip) in thermal_debug_tz_trip_down()
813 const struct thermal_trip *trip = &td->trip; in tze_seq_show()
/linux/drivers/acpi/
H A Dthermal.c229 const struct thermal_trip *trip) in acpi_thermal_update_trip()
279 const struct thermal_trip *trip) in acpi_thermal_update_trip_devices()
297 static int acpi_thermal_adjust_trip(struct thermal_trip *trip, void *data) in acpi_thermal_adjust_trip()
496 const struct thermal_trip *trip, in thermal_get_trend()
562 const struct thermal_trip *trip, in acpi_thermal_should_bind_cdev()
619 const struct thermal_trip *trip_table, in acpi_thermal_register_thermal_zone()
782 struct thermal_trip trip_table[ACPI_THERMAL_MAX_NR_TRIPS] = { 0 }; in acpi_thermal_add()
784 struct thermal_trip *trip; in acpi_thermal_add()
/linux/drivers/thermal/intel/
H A Dintel_soc_dts_iosf.c133 const struct thermal_trip *trip, in sys_set_trip_temp()
207 struct thermal_trip *trips) in add_dts_thermal_zone()
297 static void set_trip(struct thermal_trip *trip, enum thermal_trip_type type, in set_trip()
310 struct thermal_trip trips[SOC_MAX_DTS_SENSORS][SOC_MAX_DTS_TRIPS] = { 0 }; in intel_soc_dts_iosf_init()
H A Dintel_pch_thermal.c97 struct thermal_trip *trip) in pch_wpt_add_acpi_psv_trip()
115 struct thermal_trip *trip) in pch_wpt_add_acpi_psv_trip()
163 struct thermal_trip ptd_trips[PCH_MAX_TRIPS] = { 0 }; in intel_pch_thermal_probe()
H A Dx86_pkg_temp_thermal.c123 const struct thermal_trip *trip, int temp) in sys_set_trip_temp()
273 struct thermal_trip *trips, int num_trips) in pkg_temp_thermal_trips_init()
312 struct thermal_trip trips[MAX_NUMBER_OF_TRIPS] = { 0 }; in pkg_temp_thermal_device_add()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c42 static const struct thermal_trip default_thermal_trips[] = {
63 static const struct thermal_trip default_thermal_module_trips[] = {
112 struct thermal_trip trips[MLXSW_THERMAL_NUM_TRIPS];
133 struct thermal_trip trips[MLXSW_THERMAL_NUM_TRIPS];
169 const struct thermal_trip *trip, in mlxsw_thermal_should_bind()
218 const struct thermal_trip *trip, in mlxsw_thermal_module_should_bind()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_thermal.c36 static struct thermal_trip trip = { .type = THERMAL_TRIP_CRITICAL } ;
/linux/drivers/platform/x86/
H A Dacerhdf.c141 static struct thermal_trip trips[] = {
382 const struct thermal_trip *trip, in acerhdf_should_bind()
/linux/drivers/thermal/testing/
H A Dzone.c68 struct thermal_trip trip;
390 struct thermal_trip *trips __free(kfree) = NULL; in tt_zone_register_tz()
/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device_pci.c229 const struct thermal_trip *trip, int temp) in sys_set_trip_temp()
333 struct thermal_trip psv_trip = { in proc_thermal_pci_probe()
/linux/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c113 const struct thermal_trip *trip, in __ti_thermal_get_trend()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c564 static int iwl_trip_temp_cb(struct thermal_trip *trip, void *arg) in iwl_trip_temp_cb()
642 const struct thermal_trip *trip, int temp) in iwl_mvm_tzone_set_trip_temp()
/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c265 const struct thermal_trip *trip, int temp) in qpnp_tm_set_trip_temp()
/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c311 static int tegra_tsensor_get_trips_cb(struct thermal_trip *trip, void *arg) in tegra_tsensor_get_trips_cb()
/linux/Documentation/driver-api/thermal/
H A Dsysfs-api.rst41 const struct thermal_trip *trips,
/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv773 0x80000007, 0, edx, 3, thermal_trip , THERMTRIP (Thermal Trip)