Home
last modified time | relevance | path

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

/linux-6.1.9/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.c140 if (tz->ops->get_trip_hyst) { in trip_point_temp_store()
141 ret = tz->ops->get_trip_hyst(tz, trip, &hyst); in trip_point_temp_store()
217 if (!tz->ops->get_trip_hyst) in trip_point_hyst_show()
223 ret = tz->ops->get_trip_hyst(tz, trip, &temperature); in trip_point_hyst_show()
443 if (tz->ops->get_trip_hyst) { in create_trip_attrs()
458 if (tz->ops->get_trip_hyst) in create_trip_attrs()
493 if (!tz->ops->get_trip_hyst) in create_trip_attrs()
531 if (tz->ops->get_trip_hyst) in destroy_trip_attrs()
Dthermal_helpers.c139 if (!tz->ops->set_trips || !tz->ops->get_trip_hyst) in __thermal_zone_set_trips()
146 tz->ops->get_trip_hyst(tz, i, &hysteresis); in __thermal_zone_set_trips()
Dthermal_of.c633 of_ops->get_trip_hyst = of_ops->get_trip_hyst ? : of_thermal_get_trip_hyst; in thermal_of_zone_register()
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.c355 if (tz->ops->get_trip_hyst) in handle_thermal_trip()
356 tz->ops->get_trip_hyst(tz, trip, &hyst); in handle_thermal_trip()
/linux-6.1.9/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c145 if (d->override_ops && d->override_ops->get_trip_hyst) in int340x_thermal_get_trip_hyst()
146 return d->override_ops->get_trip_hyst(zone, trip, temp); in int340x_thermal_get_trip_hyst()
167 .get_trip_hyst = int340x_thermal_get_trip_hyst,
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c329 .get_trip_hyst = mlxsw_thermal_get_trip_hyst,
503 .get_trip_hyst = mlxsw_thermal_module_trip_hyst_get,
537 .get_trip_hyst = mlxsw_thermal_module_trip_hyst_get,
/linux-6.1.9/include/linux/
Dthermal.h69 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *); member
/linux-6.1.9/drivers/platform/x86/
Dacerhdf.c478 .get_trip_hyst = acerhdf_get_trip_hyst,
/linux-6.1.9/drivers/thermal/samsung/
Dexynos_tmu.c314 ret = tzd->ops->get_trip_hyst(tzd, i, &hyst); in exynos_tmu_initialize()