Home
last modified time | relevance | path

Searched refs:get_trip_type (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.1.9/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c86 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,
Dprocessor_thermal_device_pci.c206 .get_trip_type = sys_get_trip_type,
/linux-6.1.9/drivers/thermal/
Dgov_fair_share.c42 tz->ops->get_trip_type(tz, count - 1, &trip_type); in get_trip_level()
Dgov_step_wise.c108 tz->ops->get_trip_type(tz, trip, &trip_type); in thermal_zone_trip_update()
Dthermal_of.c631 of_ops->get_trip_type = of_ops->get_trip_type ? : of_thermal_get_trip_type; in thermal_of_zone_register()
Dthermal_sysfs.c89 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()
Dthermal_helpers.c83 ret = tz->ops->get_trip_type(tz, count, &type); in __thermal_zone_get_temp()
Dda9062-thermal.c175 .get_trip_type = da9062_thermal_get_trip_type,
Dthermal_core.c354 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()
Dgov_power_allocator.c526 ret = tz->ops->get_trip_type(tz, i, &type); in get_governor_trips()
Drcar_thermal.c325 .get_trip_type = rcar_thermal_get_trip_type,
Dthermal_netlink.c477 tz->ops->get_trip_type(tz, i, &type); in thermal_genl_cmd_tz_get_trip()
Dimx_thermal.c426 .get_trip_type = imx_get_trip_type,
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_thermal.c58 .get_trip_type = cxgb4_thermal_get_trip_type,
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c326 .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/
Dthermal.h65 int (*get_trip_type) (struct thermal_zone_device *, int, member
/linux-6.1.9/drivers/thermal/st/
Dst_thermal.c175 .get_trip_type = st_thermal_get_trip_type,
/linux-6.1.9/drivers/thermal/intel/
Dintel_quark_dts_thermal.c319 .get_trip_type = sys_get_trip_type,
Dx86_pkg_temp_thermal.c226 .get_trip_type = sys_get_trip_type,
Dintel_pch_thermal.c341 .get_trip_type = pch_get_trip_type,
Dintel_soc_dts_iosf.c249 .get_trip_type = sys_get_trip_type,
/linux-6.1.9/drivers/platform/x86/
Dacerhdf.c477 .get_trip_type = acerhdf_get_trip_type,
/linux-6.1.9/drivers/thermal/tegra/
Dtegra30-tsensor.c324 tzd->ops->get_trip_type(tzd, i, &type); in tegra_tsensor_get_hw_channel_trips()
Dsoctherm.c597 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/
Dtt.c724 .get_trip_type = iwl_mvm_tzone_get_trip_type,

12