Searched defs:trip_id (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/tools/thermal/thermal-engine/ |
D | thermal-engine.c | 148 static int trip_high(int tz_id, int trip_id, int temp, void *arg) in trip_high() 159 static int trip_low(int tz_id, int trip_id, int temp, void *arg) in trip_low() 170 static int trip_add(int tz_id, int trip_id, int type, int temp, int hyst, __maybe_unused void *arg) in trip_add() 178 static int trip_delete(int tz_id, int trip_id, __maybe_unused void *arg) in trip_delete() 185 static int trip_change(int tz_id, int trip_id, int type, int temp, in trip_change()
|
/linux-6.14.4/drivers/thermal/ |
D | thermal_debugfs.c | 583 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_debug_tz_trip_up() local 662 static void tz_episode_close_trip(struct tz_episode *tze, int trip_id, ktime_t now) in tz_episode_close_trip() 676 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_debug_tz_trip_down() local 750 int trip_id = tz_dbg->trips_crossed[i]; in thermal_debug_update_trip_stats() local 793 int trip_id; in tze_seq_show() local
|
D | gov_step_wise.c | 74 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_zone_trip_update() local
|
D | thermal_netlink.c | 66 int trip_id; member
|
/linux-6.14.4/drivers/firmware/arm_scmi/ |
D | sensors.c | 754 u32 sensor_id, u8 trip_id, u64 trip_value) in scmi_sensor_trip_point_config()
|