Searched refs:get_trip_hyst (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/thermal/ |
D | gov_bang_bang.c | 23 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()
|
D | thermal_sysfs.c | 140 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()
|
D | thermal_helpers.c | 139 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()
|
D | thermal_of.c | 633 of_ops->get_trip_hyst = of_ops->get_trip_hyst ? : of_thermal_get_trip_hyst; in thermal_of_zone_register()
|
D | thermal_netlink.c | 479 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()
|
D | thermal_core.c | 355 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/ |
D | int340x_thermal_zone.c | 145 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/ |
D | core_thermal.c | 329 .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/ |
D | thermal.h | 69 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *); member
|
/linux-6.1.9/drivers/platform/x86/ |
D | acerhdf.c | 478 .get_trip_hyst = acerhdf_get_trip_hyst,
|
/linux-6.1.9/drivers/thermal/samsung/ |
D | exynos_tmu.c | 314 ret = tzd->ops->get_trip_hyst(tzd, i, &hyst); in exynos_tmu_initialize()
|