/linux-6.12.1/drivers/thermal/ |
D | thermal_helpers.c | 25 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() 57 const struct thermal_trip *trip, in thermal_trip_is_bound_to_cdev() 100 const struct thermal_trip *trip = &td->trip; in __thermal_zone_get_temp() local
|
D | thermal_trip.c | 87 const struct thermal_trip *trip) in thermal_zone_trip_id() 97 struct thermal_trip *trip, int hyst) in thermal_zone_set_trip_hyst() 104 struct thermal_trip *trip, int temp) in thermal_zone_set_trip_temp()
|
D | thermal_core.c | 414 const struct thermal_trip *trip) in handle_critical_trips() 429 const struct thermal_trip *trip = &td->trip; in handle_thermal_trip() local 505 const struct thermal_trip *trip, in thermal_governor_trip_crossed() 516 const struct thermal_trip *trip, in thermal_trip_crossed() 668 const struct thermal_trip *trip) in thermal_zone_trip_down() 765 const struct thermal_trip *trip, in thermal_bind_cdev_to_trip() 873 const struct thermal_trip *trip, in thermal_unbind_cdev_from_trip() 927 const struct thermal_trip *trip, in print_bind_err_msg() 945 struct thermal_trip *trip = &td->trip; in thermal_zone_cdev_bind() local 1320 const struct thermal_trip *trip = &td->trip; in thermal_zone_get_crit_temp() local [all …]
|
D | gov_bang_bang.c | 67 const struct thermal_trip *trip, in bang_bang_control() 94 const struct thermal_trip *trip = &td->trip; in bang_bang_manage() local
|
D | thermal_netlink.h | 93 const struct thermal_trip *trip) in thermal_notify_tz_trip_down() 99 const struct thermal_trip *trip) in thermal_notify_tz_trip_up() 105 const struct thermal_trip *trip) in thermal_notify_tz_trip_change()
|
D | gov_step_wise.c | 69 const struct thermal_trip *trip, in thermal_zone_trip_update() 123 const struct thermal_trip *trip = &td->trip; in step_wise_manage() local
|
D | gov_fair_share.c | 64 const struct thermal_trip *trip, in fair_share_throttle() 112 const struct thermal_trip *trip = &td->trip; in fair_share_manage() local
|
D | thermal_debugfs.h | 26 const struct thermal_trip *trip) {}; in thermal_debug_tz_trip_up() 28 const struct thermal_trip *trip) {} in thermal_debug_tz_trip_down()
|
D | thermal_netlink.c | 333 const struct thermal_trip *trip) in thermal_notify_tz_trip_down() 343 const struct thermal_trip *trip) in thermal_notify_tz_trip_up() 353 const struct thermal_trip *trip) in thermal_notify_tz_trip_change() 465 const struct thermal_trip *trip = &td->trip; in thermal_genl_cmd_tz_get_trip() local
|
D | thermal_sysfs.c | 95 struct thermal_trip *trip = thermal_trip_of_attr(attr, type); in trip_point_type_show() local 104 struct thermal_trip *trip = thermal_trip_of_attr(attr, temp); in trip_point_temp_store() local 144 struct thermal_trip *trip = thermal_trip_of_attr(attr, temp); in trip_point_temp_show() local 153 struct thermal_trip *trip = thermal_trip_of_attr(attr, hyst); in trip_point_hyst_store() local 196 struct thermal_trip *trip = thermal_trip_of_attr(attr, hyst); in trip_point_hyst_show() local
|
D | gov_user_space.c | 34 const struct thermal_trip *trip, in notify_user_space()
|
D | thermal_of.c | 64 struct thermal_trip *trip) in thermal_of_populate_trip() 296 const struct thermal_trip *trip, in thermal_of_should_bind()
|
D | thermal_debugfs.c | 575 const struct thermal_trip *trip) in thermal_debug_tz_trip_up() 668 const struct thermal_trip *trip) in thermal_debug_tz_trip_down() 808 const struct thermal_trip *trip = &td->trip; in tze_seq_show() local
|
D | gov_power_allocator.c | 502 const struct thermal_trip *trip = &td->trip; in get_governor_trips() local 751 const struct thermal_trip *trip = params->trip_switch_on; in power_allocator_manage() local
|
D | thermal_core.h | 30 struct thermal_trip trip; member 220 const struct thermal_trip *trip; member
|
/linux-6.12.1/drivers/acpi/ |
D | thermal.c | 94 struct acpi_thermal_trip trip; member 101 struct acpi_thermal_trip trip; member 229 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() 784 struct thermal_trip *trip; in acpi_thermal_add() local
|
/linux-6.12.1/drivers/thermal/intel/int340x_thermal/ |
D | int340x_thermal_zone.c | 42 const struct thermal_trip *trip, int temp) in int340x_thermal_set_trip_temp() 201 static int int340x_update_one_trip(struct thermal_trip *trip, void *arg) in int340x_update_one_trip()
|
/linux-6.12.1/drivers/thermal/broadcom/ |
D | brcmstb_thermal.c | 178 struct avs_tmon_trip *trip = &avs_tmon_trips[type]; in avs_tmon_trip_enable() local 194 struct avs_tmon_trip *trip = &avs_tmon_trips[type]; in avs_tmon_get_trip_temp() local 207 struct avs_tmon_trip *trip = &avs_tmon_trips[type]; in avs_tmon_set_trip_temp() local
|
/linux-6.12.1/drivers/thermal/intel/ |
D | intel_quark_dts_thermal.c | 172 static int get_trip_temp(int trip) in get_trip_temp() 246 const struct thermal_trip *trip, in sys_set_trip_temp()
|
D | intel_soc_dts_iosf.c | 133 const struct thermal_trip *trip, in sys_set_trip_temp() 297 static void set_trip(struct thermal_trip *trip, enum thermal_trip_type type, in set_trip()
|
D | intel_pch_thermal.c | 97 struct thermal_trip *trip) in pch_wpt_add_acpi_psv_trip() 115 struct thermal_trip *trip) in pch_wpt_add_acpi_psv_trip()
|
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_thermal.c | 36 static struct thermal_trip trip = { .type = THERMAL_TRIP_CRITICAL } ; variable
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tt.c | 564 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-6.12.1/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | therm.h | 56 struct nvbios_therm_trip_point trip[NVKM_TEMP_FAN_TRIP_MAX]; member
|
/linux-6.12.1/tools/lib/thermal/include/ |
D | thermal.h | 53 struct thermal_trip *trip; member
|