Searched defs:trip_id (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/thermal/thermal-engine/ |
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-6.1.9/drivers/thermal/ |
D | thermal_netlink.c | 59 int trip_id; member 333 int thermal_notify_tz_trip_down(int tz_id, int trip_id, int temp) in thermal_notify_tz_trip_down() 340 int thermal_notify_tz_trip_up(int tz_id, int trip_id, int temp) in thermal_notify_tz_trip_up() 347 int thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_add() 357 int thermal_notify_tz_trip_delete(int tz_id, int trip_id) in thermal_notify_tz_trip_delete() 364 int thermal_notify_tz_trip_change(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_change()
|
D | thermal_of.c | 403 static int __thermal_of_unbind(struct device_node *map_np, int index, int trip_id, in __thermal_of_unbind() 434 static int __thermal_of_bind(struct device_node *map_np, int index, int trip_id, in __thermal_of_bind() 475 int count, i, trip_id; in thermal_of_for_each_cooling_device() local
|
/linux-6.1.9/drivers/firmware/arm_scmi/ |
D | sensors.c | 736 u32 sensor_id, u8 trip_id, u64 trip_value) in scmi_sensor_trip_point_config()
|