/Linux-v6.1/drivers/thermal/ |
D | gov_fair_share.c | 28 if (tz->num_trips == 0 || !tz->ops->get_trip_temp) in get_trip_level() 32 tz->ops->get_trip_temp(tz, count, &trip_temp); in get_trip_level()
|
D | gov_power_allocator.c | 133 ret = tz->ops->get_trip_temp(tz, trip_switch_on, &switch_on_temp); in estimate_pid_constants() 662 ret = tz->ops->get_trip_temp(tz, in power_allocator_bind() 714 ret = tz->ops->get_trip_temp(tz, params->trip_switch_on, in power_allocator_throttle() 726 ret = tz->ops->get_trip_temp(tz, params->trip_max_desired_temperature, in power_allocator_throttle()
|
D | thermal_helpers.c | 85 ret = tz->ops->get_trip_temp(tz, count, in __thermal_zone_get_temp() 140 tz->ops->get_trip_temp(tz, i, &trip_temp); in __thermal_zone_set_trips()
|
D | gov_bang_bang.c | 21 tz->ops->get_trip_temp(tz, trip, &trip_temp); in thermal_zone_trip_update()
|
D | gov_step_wise.c | 107 tz->ops->get_trip_temp(tz, trip, &trip_temp); in thermal_zone_trip_update()
|
D | thermal_of.c | 630 of_ops->get_trip_temp = of_ops->get_trip_temp ? : of_thermal_get_trip_temp; in thermal_of_zone_register()
|
D | da9062-thermal.c | 176 .get_trip_temp = da9062_thermal_get_trip_temp,
|
D | thermal_core.c | 353 tz->ops->get_trip_temp(tz, trip, &trip_temp); in handle_thermal_trip() 1218 if (num_trips > 0 && (!ops->get_trip_type || !ops->get_trip_temp)) in thermal_zone_device_register_with_trips() 1269 tz->ops->get_trip_temp(tz, count, &trip_temp) || in thermal_zone_device_register_with_trips()
|
D | thermal_sysfs.c | 165 if (!tz->ops->get_trip_temp) in trip_point_temp_show() 171 ret = tz->ops->get_trip_temp(tz, trip, &temperature); in trip_point_temp_show()
|
D | rcar_thermal.c | 326 .get_trip_temp = rcar_thermal_get_trip_temp,
|
D | thermal_netlink.c | 478 tz->ops->get_trip_temp(tz, i, &temp); in thermal_genl_cmd_tz_get_trip()
|
/Linux-v6.1/drivers/thermal/intel/int340x_thermal/ |
D | int340x_thermal_zone.c | 49 if (d->override_ops && d->override_ops->get_trip_temp) in int340x_thermal_get_trip_temp() 50 return d->override_ops->get_trip_temp(zone, trip, temp); in int340x_thermal_get_trip_temp() 156 .get_trip_temp = int340x_thermal_get_trip_temp,
|
D | processor_thermal_device_pci.c | 205 .get_trip_temp = sys_get_trip_temp,
|
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_thermal.c | 59 .get_trip_temp = cxgb4_thermal_get_trip_temp,
|
/Linux-v6.1/drivers/thermal/broadcom/ |
D | bcm2835_thermal.c | 235 err = tz->ops->get_trip_temp(tz, 0, &trip_temp); in bcm2835_thermal_probe()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 327 .get_trip_temp = mlxsw_thermal_get_trip_temp, 501 .get_trip_temp = mlxsw_thermal_module_trip_temp_get, 535 .get_trip_temp = mlxsw_thermal_module_trip_temp_get,
|
/Linux-v6.1/include/linux/ |
D | thermal.h | 67 int (*get_trip_temp) (struct thermal_zone_device *, int, int *); member
|
/Linux-v6.1/drivers/thermal/st/ |
D | st_thermal.c | 176 .get_trip_temp = st_thermal_get_trip_temp,
|
/Linux-v6.1/drivers/thermal/intel/ |
D | intel_quark_dts_thermal.c | 318 .get_trip_temp = sys_get_trip_temp,
|
D | x86_pkg_temp_thermal.c | 225 .get_trip_temp = sys_get_trip_temp,
|
D | intel_pch_thermal.c | 342 .get_trip_temp = pch_get_trip_temp,
|
D | intel_soc_dts_iosf.c | 248 .get_trip_temp = sys_get_trip_temp,
|
/Linux-v6.1/drivers/platform/x86/ |
D | acerhdf.c | 479 .get_trip_temp = acerhdf_get_trip_temp,
|
/Linux-v6.1/drivers/thermal/tegra/ |
D | tegra30-tsensor.c | 323 tzd->ops->get_trip_temp(tzd, i, &trip_temp); in tegra_tsensor_get_hw_channel_trips()
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tt.c | 723 .get_trip_temp = iwl_mvm_tzone_get_trip_temp,
|