Home
last modified time | relevance | path

Searched defs:trip_id (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/thermal/thermal-engine/
Dthermal-engine.c114 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-5.19.10/drivers/thermal/
Dthermal_netlink.c59 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()
Dthermal_of.c48 unsigned int trip_id; member
/linux-5.19.10/drivers/firmware/arm_scmi/
Dsensors.c736 u32 sensor_id, u8 trip_id, u64 trip_value) in scmi_sensor_trip_point_config()