Home
last modified time | relevance | path

Searched refs:get_trip_hyst (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/drivers/thermal/
Dgov_bang_bang.c23 if (!tz->ops->get_trip_hyst) { in thermal_zone_trip_update()
28 tz->ops->get_trip_hyst(tz, trip, &trip_hyst); in thermal_zone_trip_update()
Dthermal_sysfs.c131 if (tz->ops->get_trip_hyst) { in trip_point_temp_store()
132 ret = tz->ops->get_trip_hyst(tz, trip, &hyst); in trip_point_temp_store()
208 if (!tz->ops->get_trip_hyst) in trip_point_hyst_show()
214 ret = tz->ops->get_trip_hyst(tz, trip, &temperature); in trip_point_hyst_show()
434 if (tz->ops->get_trip_hyst) { in create_trip_attrs()
449 if (tz->ops->get_trip_hyst) in create_trip_attrs()
484 if (!tz->ops->get_trip_hyst) in create_trip_attrs()
522 if (tz->ops->get_trip_hyst) in destroy_trip_attrs()
Dthermal_helpers.c138 if (!tz->ops->set_trips || !tz->ops->get_trip_hyst) in thermal_zone_set_trips()
145 tz->ops->get_trip_hyst(tz, i, &hysteresis); in thermal_zone_set_trips()
Dthermal_netlink.c479 if (tz->ops->get_trip_hyst) in thermal_genl_cmd_tz_get_trip()
480 tz->ops->get_trip_hyst(tz, i, &hyst); in thermal_genl_cmd_tz_get_trip()
Dthermal_core.c372 if (tz->ops->get_trip_hyst) in handle_thermal_trip()
373 tz->ops->get_trip_hyst(tz, trip, &hyst); in handle_thermal_trip()
Dthermal_of.c375 .get_trip_hyst = of_thermal_get_trip_hyst,
/linux-5.19.10/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c137 if (d->override_ops && d->override_ops->get_trip_hyst) in int340x_thermal_get_trip_hyst()
138 return d->override_ops->get_trip_hyst(zone, trip, temp); in int340x_thermal_get_trip_hyst()
159 .get_trip_hyst = int340x_thermal_get_trip_hyst,
/linux-5.19.10/include/linux/
Dthermal.h73 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *); member
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c378 .get_trip_hyst = mlxsw_thermal_get_trip_hyst,
572 .get_trip_hyst = mlxsw_thermal_module_trip_hyst_get,
609 .get_trip_hyst = mlxsw_thermal_module_trip_hyst_get,
/linux-5.19.10/drivers/platform/x86/
Dacerhdf.c478 .get_trip_hyst = acerhdf_get_trip_hyst,
/linux-5.19.10/drivers/thermal/samsung/
Dexynos_tmu.c314 ret = tzd->ops->get_trip_hyst(tzd, i, &hyst); in exynos_tmu_initialize()