Searched defs:trip_id (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/thermal/thermal-engine/ |
| A D | thermal-engine.c | 114 static int trip_high(int tz_id, int trip_id, int temp, void *arg) in trip_high() 125 static int trip_low(int tz_id, int trip_id, int temp, void *arg) in trip_low() 136 static int trip_add(int tz_id, int trip_id, int type, int temp, int hyst, __maybe_unused void *arg) in trip_add() 144 static int trip_delete(int tz_id, int trip_id, __maybe_unused void *arg) in trip_delete() 151 static int trip_change(int tz_id, int trip_id, int type, int temp, in trip_change()
|
| /linux/drivers/thermal/ |
| A D | thermal_debugfs.c | 578 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_debug_tz_trip_up() local 657 static void tz_episode_close_trip(struct tz_episode *tze, int trip_id, ktime_t now) in tz_episode_close_trip() 671 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_debug_tz_trip_down() local 745 int trip_id = tz_dbg->trips_crossed[i]; in thermal_debug_update_trip_stats() local 788 int trip_id; in tze_seq_show() local
|
| A D | gov_step_wise.c | 73 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_zone_trip_update() local
|
| A D | thermal_netlink.c | 60 int trip_id; member
|
| /linux/drivers/firmware/arm_scmi/ |
| A D | sensors.c | 754 u32 sensor_id, u8 trip_id, u64 trip_value) in scmi_sensor_trip_point_config()
|
Completed in 15 milliseconds