Searched refs:get_trip_hyst (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/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 | 131 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()
|
D | thermal_helpers.c | 138 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()
|
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 | 372 if (tz->ops->get_trip_hyst) in handle_thermal_trip() 373 tz->ops->get_trip_hyst(tz, trip, &hyst); in handle_thermal_trip()
|
D | thermal_of.c | 375 .get_trip_hyst = of_thermal_get_trip_hyst,
|
/linux-5.19.10/drivers/thermal/intel/int340x_thermal/ |
D | int340x_thermal_zone.c | 137 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/ |
D | thermal.h | 73 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *); member
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 378 .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/ |
D | acerhdf.c | 478 .get_trip_hyst = acerhdf_get_trip_hyst,
|
/linux-5.19.10/drivers/thermal/samsung/ |
D | exynos_tmu.c | 314 ret = tzd->ops->get_trip_hyst(tzd, i, &hyst); in exynos_tmu_initialize()
|