Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A 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()
H A Dthermal_sysfs.c132 if (tz->ops->get_trip_hyst) { in trip_point_temp_store()
133 ret = tz->ops->get_trip_hyst(tz, trip, &hyst); in trip_point_temp_store()
209 if (!tz->ops->get_trip_hyst) in trip_point_hyst_show()
215 ret = tz->ops->get_trip_hyst(tz, trip, &temperature); in trip_point_hyst_show()
515 if (tz->ops->get_trip_hyst) { in create_trip_attrs()
530 if (tz->ops->get_trip_hyst) in create_trip_attrs()
565 if (!tz->ops->get_trip_hyst) in create_trip_attrs()
603 if (tz->ops->get_trip_hyst) in destroy_trip_attrs()
H A 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()
H A Dthermal_netlink.c431 if (tz->ops->get_trip_hyst) in thermal_genl_cmd_tz_get_trip()
432 tz->ops->get_trip_hyst(tz, i, &hyst); in thermal_genl_cmd_tz_get_trip()
H A Dthermal_core.c429 if (tz->ops->get_trip_hyst) in handle_thermal_trip()
430 tz->ops->get_trip_hyst(tz, trip, &hyst); in handle_thermal_trip()
H A Dthermal_of.c367 .get_trip_hyst = of_thermal_get_trip_hyst,
/OK3568_Linux_fs/kernel/drivers/thermal/intel/int340x_thermal/
H A 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()
154 .get_trip_hyst = int340x_thermal_get_trip_hyst,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c376 .get_trip_hyst = mlxsw_thermal_get_trip_hyst,
548 .get_trip_hyst = mlxsw_thermal_module_trip_hyst_get,
585 .get_trip_hyst = mlxsw_thermal_module_trip_hyst_get,
/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h75 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *); member
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dacerhdf.c478 .get_trip_hyst = acerhdf_get_trip_hyst,
/OK3568_Linux_fs/kernel/drivers/thermal/samsung/
H A Dexynos_tmu.c314 ret = tzd->ops->get_trip_hyst(tzd, i, &hyst); in exynos_tmu_initialize()