get_trip_hyst     414 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_trip_hyst	= mlxsw_thermal_get_trip_hyst,
get_trip_hyst     619 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_trip_hyst	= mlxsw_thermal_module_trip_hyst_get,
get_trip_hyst     658 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_trip_hyst	= mlxsw_thermal_module_trip_hyst_get,
get_trip_hyst     492 drivers/platform/x86/acerhdf.c 	.get_trip_hyst = acerhdf_get_trip_hyst,
get_trip_hyst      23 drivers/thermal/gov_bang_bang.c 	if (!tz->ops->get_trip_hyst) {
get_trip_hyst      28 drivers/thermal/gov_bang_bang.c 		tz->ops->get_trip_hyst(tz, trip, &trip_hyst);
get_trip_hyst     136 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 	if (d->override_ops && d->override_ops->get_trip_hyst)
get_trip_hyst     137 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 		return d->override_ops->get_trip_hyst(zone, trip, temp);
get_trip_hyst     153 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c 	.get_trip_hyst =  int340x_thermal_get_trip_hyst,
get_trip_hyst     402 drivers/thermal/of-thermal.c 	.get_trip_hyst = of_thermal_get_trip_hyst,
get_trip_hyst     311 drivers/thermal/samsung/exynos_tmu.c 			ret = tzd->ops->get_trip_hyst(tzd, i, &hyst);
get_trip_hyst     125 drivers/thermal/thermal_helpers.c 	if (!tz->ops->set_trips || !tz->ops->get_trip_hyst)
get_trip_hyst     132 drivers/thermal/thermal_helpers.c 		tz->ops->get_trip_hyst(tz, i, &hysteresis);
get_trip_hyst     207 drivers/thermal/thermal_sysfs.c 	if (!tz->ops->get_trip_hyst)
get_trip_hyst     213 drivers/thermal/thermal_sysfs.c 	ret = tz->ops->get_trip_hyst(tz, trip, &temperature);
get_trip_hyst     530 drivers/thermal/thermal_sysfs.c 	if (tz->ops->get_trip_hyst) {
get_trip_hyst     545 drivers/thermal/thermal_sysfs.c 		if (tz->ops->get_trip_hyst)
get_trip_hyst     580 drivers/thermal/thermal_sysfs.c 		if (!tz->ops->get_trip_hyst)
get_trip_hyst     618 drivers/thermal/thermal_sysfs.c 	if (tz->ops->get_trip_hyst)
get_trip_hyst     108 include/linux/thermal.h 	int (*get_trip_hyst) (struct thermal_zone_device *, int, int *);