get_trip_temp     860 drivers/acpi/thermal.c 	.get_trip_temp = thermal_get_trip_temp,
get_trip_temp      59 drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c 	.get_trip_temp = cxgb4_thermal_get_trip_temp,
get_trip_temp     412 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_trip_temp	= mlxsw_thermal_get_trip_temp,
get_trip_temp     617 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_trip_temp	= mlxsw_thermal_module_trip_temp_get,
get_trip_temp     656 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_trip_temp	= mlxsw_thermal_module_trip_temp_get,
get_trip_temp     723 drivers/net/wireless/intel/iwlwifi/mvm/tt.c 	.get_trip_temp = iwl_mvm_tzone_get_trip_temp,
get_trip_temp     493 drivers/platform/x86/acerhdf.c 	.get_trip_temp = acerhdf_get_trip_temp,
get_trip_temp     236 drivers/thermal/broadcom/bcm2835_thermal.c 		err = tz->ops->get_trip_temp(tz, 0, &trip_temp);
get_trip_temp     186 drivers/thermal/da9062-thermal.c 	.get_trip_temp	= da9062_thermal_get_trip_temp,
get_trip_temp      28 drivers/thermal/fair_share.c 	if (tz->trips == 0 || !tz->ops->get_trip_temp)
get_trip_temp      32 drivers/thermal/fair_share.c 		tz->ops->get_trip_temp(tz, count, &trip_temp);
get_trip_temp      21 drivers/thermal/gov_bang_bang.c 	tz->ops->get_trip_temp(tz, trip, &trip_temp);
get_trip_temp     480 drivers/thermal/imx_thermal.c 	.get_trip_temp = imx_get_trip_temp,
get_trip_temp      48 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 	if (d->override_ops && d->override_ops->get_trip_temp)
get_trip_temp      49 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 		return d->override_ops->get_trip_temp(zone, trip, temp);
get_trip_temp     150 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 	.get_trip_temp	= int340x_thermal_get_trip_temp,
get_trip_temp     267 drivers/thermal/intel/intel_pch_thermal.c 	.get_trip_temp = pch_get_trip_temp,
get_trip_temp     340 drivers/thermal/intel/intel_quark_dts_thermal.c 	.get_trip_temp = sys_get_trip_temp,
get_trip_temp     243 drivers/thermal/intel/intel_soc_dts_iosf.c 	.get_trip_temp = sys_get_trip_temp,
get_trip_temp     223 drivers/thermal/intel/x86_pkg_temp_thermal.c 	.get_trip_temp = sys_get_trip_temp,
get_trip_temp     400 drivers/thermal/of-thermal.c 	.get_trip_temp = of_thermal_get_trip_temp,
get_trip_temp     142 drivers/thermal/power_allocator.c 	ret = tz->ops->get_trip_temp(tz, trip_switch_on, &switch_on_temp);
get_trip_temp     576 drivers/thermal/power_allocator.c 		ret = tz->ops->get_trip_temp(tz,
get_trip_temp     625 drivers/thermal/power_allocator.c 	ret = tz->ops->get_trip_temp(tz, params->trip_switch_on,
get_trip_temp     636 drivers/thermal/power_allocator.c 	ret = tz->ops->get_trip_temp(tz, params->trip_max_desired_temperature,
get_trip_temp     367 drivers/thermal/rcar_thermal.c 	.get_trip_temp	= rcar_thermal_get_trip_temp,
get_trip_temp     304 drivers/thermal/samsung/exynos_tmu.c 			ret = tzd->ops->get_trip_temp(tzd, i, &temp);
get_trip_temp     176 drivers/thermal/st/st_thermal.c 	.get_trip_temp	= st_thermal_get_trip_temp,
get_trip_temp     129 drivers/thermal/step_wise.c 		tz->ops->get_trip_temp(tz, trip, &trip_temp);
get_trip_temp     645 drivers/thermal/tegra/soctherm.c 	ret = tz->ops->get_trip_temp(zone->tz, trip, &trip_temp);
get_trip_temp     736 drivers/thermal/tegra/soctherm.c 			ret = tz->ops->get_trip_temp(tz, i, temp);
get_trip_temp     383 drivers/thermal/thermal_core.c 	tz->ops->get_trip_temp(tz, trip, &trip_temp);
get_trip_temp    1269 drivers/thermal/thermal_core.c 	if (trips > 0 && (!ops->get_trip_type || !ops->get_trip_temp))
get_trip_temp    1312 drivers/thermal/thermal_core.c 		if (tz->ops->get_trip_temp(tz, count, &trip_temp))
get_trip_temp      95 drivers/thermal/thermal_helpers.c 				ret = tz->ops->get_trip_temp(tz, count,
get_trip_temp     131 drivers/thermal/thermal_helpers.c 		tz->ops->get_trip_temp(tz, i, &trip_temp);
get_trip_temp     155 drivers/thermal/thermal_sysfs.c 	if (!tz->ops->get_trip_temp)
get_trip_temp     161 drivers/thermal/thermal_sysfs.c 	ret = tz->ops->get_trip_temp(tz, trip, &temperature);
get_trip_temp     106 include/linux/thermal.h 	int (*get_trip_temp) (struct thermal_zone_device *, int, int *);