Searched refs:thermal_zone_trip_id (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/thermal/ |
D | gov_user_space.c | 45 thermal_zone_trip_id(tz, trip)); in notify_user_space()
|
D | thermal_netlink.c | 336 .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()
|
D | gov_bang_bang.c | 75 thermal_zone_trip_id(tz, trip), trip->temperature, in bang_bang_control()
|
D | gov_fair_share.c | 38 trace_thermal_zone_trip(tz, thermal_zone_trip_id(tz, &level_td->trip), in get_trip_level()
|
D | thermal_trip.c | 86 int thermal_zone_trip_id(const struct thermal_zone_device *tz, in thermal_zone_trip_id() function
|
D | gov_step_wise.c | 73 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_zone_trip_update()
|
D | thermal_debugfs.c | 578 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()
|
D | thermal_core.h | 261 int thermal_zone_trip_id(const struct thermal_zone_device *tz,
|
D | thermal_core.c | 416 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()
|
D | thermal_sysfs.c | 870 return sprintf(buf, "%d\n", thermal_zone_trip_id(tz, instance->trip)); in trip_point_show()
|