Home
last modified time | relevance | path

Searched refs:thermal_zone_trip_id (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/thermal/
Dgov_user_space.c45 thermal_zone_trip_id(tz, trip)); in notify_user_space()
Dthermal_netlink.c336 .trip_id = thermal_zone_trip_id(tz, trip), in thermal_notify_tz_trip_down()
346 .trip_id = thermal_zone_trip_id(tz, trip), in thermal_notify_tz_trip_up()
356 .trip_id = thermal_zone_trip_id(tz, trip), in thermal_notify_tz_trip_change()
468 thermal_zone_trip_id(tz, trip)) || in thermal_genl_cmd_tz_get_trip()
Dgov_bang_bang.c75 thermal_zone_trip_id(tz, trip), trip->temperature, in bang_bang_control()
Dgov_fair_share.c38 trace_thermal_zone_trip(tz, thermal_zone_trip_id(tz, &level_td->trip), in get_trip_level()
Dthermal_trip.c86 int thermal_zone_trip_id(const struct thermal_zone_device *tz, in thermal_zone_trip_id() function
Dgov_step_wise.c73 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_zone_trip_update()
Dthermal_debugfs.c578 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_debug_tz_trip_up()
671 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_debug_tz_trip_down()
819 trip_id = thermal_zone_trip_id(tz, trip); in tze_seq_show()
Dthermal_core.h261 int thermal_zone_trip_id(const struct thermal_zone_device *tz,
Dthermal_core.c416 trace_thermal_zone_trip(tz, thermal_zone_trip_id(tz, trip), trip->type); in handle_critical_trips()
931 cdev->type, thermal_zone_trip_id(tz, trip), ret); in print_bind_err_msg()
Dthermal_sysfs.c870 return sprintf(buf, "%d\n", thermal_zone_trip_id(tz, instance->trip)); in trip_point_show()