get_trip_type     859 drivers/acpi/thermal.c 	.get_trip_type = thermal_get_trip_type,
get_trip_type      58 drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.c 	.get_trip_type = cxgb4_thermal_get_trip_type,
get_trip_type     411 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_trip_type	= mlxsw_thermal_get_trip_type,
get_trip_type     616 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_trip_type	= mlxsw_thermal_module_trip_type_get,
get_trip_type     655 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_trip_type	= mlxsw_thermal_module_trip_type_get,
get_trip_type     724 drivers/net/wireless/intel/iwlwifi/mvm/tt.c 	.get_trip_type = iwl_mvm_tzone_get_trip_type,
get_trip_type     491 drivers/platform/x86/acerhdf.c 	.get_trip_type = acerhdf_get_trip_type,
get_trip_type     185 drivers/thermal/da9062-thermal.c 	.get_trip_type	= da9062_thermal_get_trip_type,
get_trip_type      42 drivers/thermal/fair_share.c 		tz->ops->get_trip_type(tz, count - 1, &trip_type);
get_trip_type     479 drivers/thermal/imx_thermal.c 	.get_trip_type = imx_get_trip_type,
get_trip_type      81 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 	if (d->override_ops && d->override_ops->get_trip_type)
get_trip_type      82 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 		return d->override_ops->get_trip_type(zone, trip, type);
get_trip_type     151 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 	.get_trip_type	= int340x_thermal_get_trip_type,
get_trip_type     266 drivers/thermal/intel/intel_pch_thermal.c 	.get_trip_type = pch_get_trip_type,
get_trip_type     341 drivers/thermal/intel/intel_quark_dts_thermal.c 	.get_trip_type = sys_get_trip_type,
get_trip_type     244 drivers/thermal/intel/intel_soc_dts_iosf.c 	.get_trip_type = sys_get_trip_type,
get_trip_type     224 drivers/thermal/intel/x86_pkg_temp_thermal.c 	.get_trip_type = sys_get_trip_type,
get_trip_type     399 drivers/thermal/of-thermal.c 	.get_trip_type = of_thermal_get_trip_type,
get_trip_type     482 drivers/thermal/power_allocator.c 		ret = tz->ops->get_trip_type(tz, i, &type);
get_trip_type     366 drivers/thermal/rcar_thermal.c 	.get_trip_type	= rcar_thermal_get_trip_type,
get_trip_type     175 drivers/thermal/st/st_thermal.c 	.get_trip_type	= st_thermal_get_trip_type,
get_trip_type     130 drivers/thermal/step_wise.c 		tz->ops->get_trip_type(tz, trip, &trip_type);
get_trip_type     597 drivers/thermal/tegra/soctherm.c 	ret = tz->ops->get_trip_type(tz, trip, &type);
get_trip_type     732 drivers/thermal/tegra/soctherm.c 		ret = tz->ops->get_trip_type(tz, i, &type);
get_trip_type     420 drivers/thermal/thermal_core.c 	tz->ops->get_trip_type(tz, trip, &type);
get_trip_type    1269 drivers/thermal/thermal_core.c 	if (trips > 0 && (!ops->get_trip_type || !ops->get_trip_temp))
get_trip_type    1310 drivers/thermal/thermal_core.c 		if (tz->ops->get_trip_type(tz, count, &trip_type))
get_trip_type      93 drivers/thermal/thermal_helpers.c 			ret = tz->ops->get_trip_type(tz, count, &type);
get_trip_type      97 drivers/thermal/thermal_sysfs.c 	if (!tz->ops->get_trip_type)
get_trip_type     103 drivers/thermal/thermal_sysfs.c 	result = tz->ops->get_trip_type(tz, trip, &type);
get_trip_type     475 drivers/thermal/thermal_sysfs.c 		tz->ops->get_trip_type(tz, count, &trip_type);
get_trip_type     104 include/linux/thermal.h 	int (*get_trip_type) (struct thermal_zone_device *, int,