Home
last modified time | relevance | path

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

12

/linux-5.19.10/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c82 if (d->override_ops && d->override_ops->get_trip_type) in int340x_thermal_get_trip_type()
83 return d->override_ops->get_trip_type(zone, trip, type); in int340x_thermal_get_trip_type()
157 .get_trip_type = int340x_thermal_get_trip_type,
Dprocessor_thermal_device_pci.c206 .get_trip_type = sys_get_trip_type,
/linux-5.19.10/drivers/thermal/
Dgov_fair_share.c42 tz->ops->get_trip_type(tz, count - 1, &trip_type); in get_trip_level()
Dgov_step_wise.c126 tz->ops->get_trip_type(tz, trip, &trip_type); in thermal_zone_trip_update()
Dthermal_helpers.c94 ret = tz->ops->get_trip_type(tz, count, &type); in thermal_zone_get_temp()
Dthermal_sysfs.c85 if (!tz->ops->get_trip_type) in trip_point_type_show()
91 result = tz->ops->get_trip_type(tz, trip, &type); in trip_point_type_show()
137 ret = tz->ops->get_trip_type(tz, trip, &type); in trip_point_temp_store()
Dda9062-thermal.c175 .get_trip_type = da9062_thermal_get_trip_type,
Dthermal_core.c371 tz->ops->get_trip_type(tz, trip, &type); in handle_thermal_trip()
1221 if (trips > 0 && (!ops->get_trip_type || !ops->get_trip_temp)) in thermal_zone_device_register()
1270 if (tz->ops->get_trip_type(tz, count, &trip_type) || in thermal_zone_device_register()
Dgov_power_allocator.c534 ret = tz->ops->get_trip_type(tz, i, &type); in get_governor_trips()
Drcar_thermal.c332 .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,
Dthermal_of.c372 .get_trip_type = of_thermal_get_trip_type,
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_thermal.c58 .get_trip_type = cxgb4_thermal_get_trip_type,
/linux-5.19.10/drivers/thermal/st/
Dst_thermal.c175 .get_trip_type = st_thermal_get_trip_type,
/linux-5.19.10/include/linux/
Dthermal.h69 int (*get_trip_type) (struct thermal_zone_device *, int, member
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c375 .get_trip_type = mlxsw_thermal_get_trip_type,
569 .get_trip_type = mlxsw_thermal_module_trip_type_get,
606 .get_trip_type = mlxsw_thermal_module_trip_type_get,
/linux-5.19.10/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.c349 .get_trip_type = pch_get_trip_type,
Dintel_soc_dts_iosf.c249 .get_trip_type = sys_get_trip_type,
/linux-5.19.10/drivers/platform/x86/
Dacerhdf.c477 .get_trip_type = acerhdf_get_trip_type,
/linux-5.19.10/drivers/thermal/tegra/
Dtegra30-tsensor.c324 tzd->ops->get_trip_type(tzd, i, &type); in tegra_tsensor_get_hw_channel_trips()
Dsoctherm.c598 ret = tz->ops->get_trip_type(tz, trip, &type); in tegra_thermctl_set_trip_temp()
733 ret = tz->ops->get_trip_type(tz, i, &type); in get_hot_temp()
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c724 .get_trip_type = iwl_mvm_tzone_get_trip_type,

12