Home
last modified time | relevance | path

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

/linux/drivers/thermal/
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()
A Dthermal_sysfs.c131 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()
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()
A Dthermal_core.c372 if (tz->ops->get_trip_hyst) in handle_thermal_trip()
373 tz->ops->get_trip_hyst(tz, trip, &hyst); in handle_thermal_trip()
A Dthermal_netlink.c426 tz->ops->get_trip_hyst(tz, i, &hyst); in thermal_genl_cmd_tz_get_trip()
A Dthermal_of.c367 .get_trip_hyst = of_thermal_get_trip_hyst,
/linux/drivers/thermal/intel/int340x_thermal/
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()
159 .get_trip_hyst = int340x_thermal_get_trip_hyst,
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dcore_thermal.c367 .get_trip_hyst = mlxsw_thermal_get_trip_hyst,
559 .get_trip_hyst = mlxsw_thermal_module_trip_hyst_get,
596 .get_trip_hyst = mlxsw_thermal_module_trip_hyst_get,
/linux/include/linux/
A Dthermal.h73 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *); member
/linux/drivers/platform/x86/
A Dacerhdf.c478 .get_trip_hyst = acerhdf_get_trip_hyst,
/linux/drivers/thermal/samsung/
A Dexynos_tmu.c314 ret = tzd->ops->get_trip_hyst(tzd, i, &hyst); in exynos_tmu_initialize()

Completed in 21 milliseconds