Home
last modified time | relevance | path

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

12

/linux/drivers/thermal/intel/int340x_thermal/
A 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,
A Dprocessor_thermal_device_pci.c206 .get_trip_type = sys_get_trip_type,
/linux/drivers/thermal/
A Dgov_fair_share.c42 tz->ops->get_trip_type(tz, count - 1, &trip_type); in get_trip_level()
A Dgov_step_wise.c126 tz->ops->get_trip_type(tz, trip, &trip_type); in thermal_zone_trip_update()
A 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()
A Dthermal_helpers.c94 ret = tz->ops->get_trip_type(tz, count, &type); in thermal_zone_get_temp()
A Dda9062-thermal.c175 .get_trip_type = da9062_thermal_get_trip_type,
A Dthermal_core.c371 tz->ops->get_trip_type(tz, trip, &type); in handle_thermal_trip()
1220 if (trips > 0 && (!ops->get_trip_type || !ops->get_trip_temp)) in thermal_zone_device_register()
1269 if (tz->ops->get_trip_type(tz, count, &trip_type) || in thermal_zone_device_register()
A Dgov_power_allocator.c534 ret = tz->ops->get_trip_type(tz, i, &type); in get_governor_trips()
A Drcar_thermal.c332 .get_trip_type = rcar_thermal_get_trip_type,
A Dthermal_netlink.c424 tz->ops->get_trip_type(tz, i, &type); in thermal_genl_cmd_tz_get_trip()
A Dthermal_of.c364 .get_trip_type = of_thermal_get_trip_type,
A Dimx_thermal.c452 .get_trip_type = imx_get_trip_type,
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_thermal.c58 .get_trip_type = cxgb4_thermal_get_trip_type,
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dcore_thermal.c364 .get_trip_type = mlxsw_thermal_get_trip_type,
556 .get_trip_type = mlxsw_thermal_module_trip_type_get,
593 .get_trip_type = mlxsw_thermal_module_trip_type_get,
/linux/include/linux/
A Dthermal.h69 int (*get_trip_type) (struct thermal_zone_device *, int, member
/linux/drivers/thermal/st/
A Dst_thermal.c175 .get_trip_type = st_thermal_get_trip_type,
/linux/drivers/thermal/intel/
A Dintel_quark_dts_thermal.c319 .get_trip_type = sys_get_trip_type,
A Dx86_pkg_temp_thermal.c226 .get_trip_type = sys_get_trip_type,
A Dintel_pch_thermal.c336 .get_trip_type = pch_get_trip_type,
A Dintel_soc_dts_iosf.c249 .get_trip_type = sys_get_trip_type,
/linux/drivers/platform/x86/
A Dacerhdf.c477 .get_trip_type = acerhdf_get_trip_type,
/linux/drivers/thermal/tegra/
A Dtegra30-tsensor.c324 tzd->ops->get_trip_type(tzd, i, &type); in tegra_tsensor_get_hw_channel_trips()
A 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/drivers/net/wireless/intel/iwlwifi/mvm/
A Dtt.c719 .get_trip_type = iwl_mvm_tzone_get_trip_type,

Completed in 56 milliseconds

12