Home
last modified time | relevance | path

Searched refs:set_trip_hyst (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c377 .set_trip_hyst = mlxsw_thermal_set_trip_hyst,
549 .set_trip_hyst = mlxsw_thermal_module_trip_hyst_set,
586 .set_trip_hyst = mlxsw_thermal_module_trip_hyst_set,
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_sysfs.c179 if (!tz->ops->set_trip_hyst) in trip_point_hyst_store()
193 ret = tz->ops->set_trip_hyst(tz, trip, temperature); in trip_point_hyst_store()
575 if (tz->ops->set_trip_hyst) { in create_trip_attrs()
H A Dthermal_of.c368 .set_trip_hyst = of_thermal_set_trip_hyst,
/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h76 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); member