Searched refs:get_trip_type (Results 1 – 25 of 27) sorted by relevance
12
/linux-6.1.9/drivers/thermal/intel/int340x_thermal/ |
D | int340x_thermal_zone.c | 86 if (d->override_ops && d->override_ops->get_trip_type) in int340x_thermal_get_trip_type() 87 return d->override_ops->get_trip_type(zone, trip, type); in int340x_thermal_get_trip_type() 165 .get_trip_type = int340x_thermal_get_trip_type,
|
D | processor_thermal_device_pci.c | 206 .get_trip_type = sys_get_trip_type,
|
/linux-6.1.9/drivers/thermal/ |
D | gov_fair_share.c | 42 tz->ops->get_trip_type(tz, count - 1, &trip_type); in get_trip_level()
|
D | gov_step_wise.c | 108 tz->ops->get_trip_type(tz, trip, &trip_type); in thermal_zone_trip_update()
|
D | thermal_of.c | 631 of_ops->get_trip_type = of_ops->get_trip_type ? : of_thermal_get_trip_type; in thermal_of_zone_register()
|
D | thermal_sysfs.c | 89 if (!tz->ops->get_trip_type) in trip_point_type_show() 95 result = tz->ops->get_trip_type(tz, trip, &type); in trip_point_type_show() 146 ret = tz->ops->get_trip_type(tz, trip, &type); in trip_point_temp_store()
|
D | thermal_helpers.c | 83 ret = tz->ops->get_trip_type(tz, count, &type); in __thermal_zone_get_temp()
|
D | da9062-thermal.c | 175 .get_trip_type = da9062_thermal_get_trip_type,
|
D | thermal_core.c | 354 tz->ops->get_trip_type(tz, trip, &type); in handle_thermal_trip() 1226 if (num_trips > 0 && (!ops->get_trip_type || !ops->get_trip_temp)) in thermal_zone_device_register_with_trips() 1277 if (tz->ops->get_trip_type(tz, count, &trip_type) || in thermal_zone_device_register_with_trips()
|
D | gov_power_allocator.c | 526 ret = tz->ops->get_trip_type(tz, i, &type); in get_governor_trips()
|
D | rcar_thermal.c | 325 .get_trip_type = rcar_thermal_get_trip_type,
|
D | thermal_netlink.c | 477 tz->ops->get_trip_type(tz, i, &type); in thermal_genl_cmd_tz_get_trip()
|
D | imx_thermal.c | 426 .get_trip_type = imx_get_trip_type,
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_thermal.c | 58 .get_trip_type = cxgb4_thermal_get_trip_type,
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 326 .get_trip_type = mlxsw_thermal_get_trip_type, 500 .get_trip_type = mlxsw_thermal_module_trip_type_get, 534 .get_trip_type = mlxsw_thermal_module_trip_type_get,
|
/linux-6.1.9/include/linux/ |
D | thermal.h | 65 int (*get_trip_type) (struct thermal_zone_device *, int, member
|
/linux-6.1.9/drivers/thermal/st/ |
D | st_thermal.c | 175 .get_trip_type = st_thermal_get_trip_type,
|
/linux-6.1.9/drivers/thermal/intel/ |
D | intel_quark_dts_thermal.c | 319 .get_trip_type = sys_get_trip_type,
|
D | x86_pkg_temp_thermal.c | 226 .get_trip_type = sys_get_trip_type,
|
D | intel_pch_thermal.c | 341 .get_trip_type = pch_get_trip_type,
|
D | intel_soc_dts_iosf.c | 249 .get_trip_type = sys_get_trip_type,
|
/linux-6.1.9/drivers/platform/x86/ |
D | acerhdf.c | 477 .get_trip_type = acerhdf_get_trip_type,
|
/linux-6.1.9/drivers/thermal/tegra/ |
D | tegra30-tsensor.c | 324 tzd->ops->get_trip_type(tzd, i, &type); in tegra_tsensor_get_hw_channel_trips()
|
D | soctherm.c | 597 ret = tz->ops->get_trip_type(tz, trip, &type); in tegra_thermctl_set_trip_temp() 700 ret = tz->ops->get_trip_type(tz, i, &type); in get_hot_temp()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tt.c | 724 .get_trip_type = iwl_mvm_tzone_get_trip_type,
|
12