Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thermal/
Dthermal_netlink.c54 int trip_id; member
124 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id)) in thermal_genl_event_tz_trip_up()
133 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id) || in thermal_genl_event_tz_trip_add()
145 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id)) in thermal_genl_event_tz_trip_delete()
288 int thermal_notify_tz_trip_down(int tz_id, int trip_id) in thermal_notify_tz_trip_down() argument
290 struct param p = { .tz_id = tz_id, .trip_id = trip_id }; in thermal_notify_tz_trip_down()
295 int thermal_notify_tz_trip_up(int tz_id, int trip_id) in thermal_notify_tz_trip_up() argument
297 struct param p = { .tz_id = tz_id, .trip_id = trip_id }; in thermal_notify_tz_trip_up()
302 int thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_add() argument
305 struct param p = { .tz_id = tz_id, .trip_id = trip_id, in thermal_notify_tz_trip_add()
[all …]
Dthermal_of.c48 unsigned int trip_id; member
225 tbp->trip_id, cdev, in of_thermal_bind()
260 tbp->trip_id, cdev); in of_thermal_unbind()
696 __tbp->trip_id = i; in thermal_of_populate_bind_params()
/Linux-v5.10/drivers/firmware/arm_scmi/
Dsensors.c206 u8 trip_id, u64 trip_value) in scmi_sensor_trip_point_config() argument
220 trip->event_control = cpu_to_le32(evt_cntl | SENSOR_TP_ID(trip_id)); in scmi_sensor_trip_point_config()
/Linux-v5.10/include/linux/
Dscmi_protocol.h187 u32 sensor_id, u8 trip_id, u64 trip_value);