Home
last modified time | relevance | path

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

/drivers/thermal/
Dthermal_netlink.c55 int trip_id; member
125 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id)) in thermal_genl_event_tz_trip_up()
134 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id) || in thermal_genl_event_tz_trip_add()
146 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id)) in thermal_genl_event_tz_trip_delete()
294 int thermal_notify_tz_trip_down(int tz_id, int trip_id) in thermal_notify_tz_trip_down() argument
296 struct param p = { .tz_id = tz_id, .trip_id = trip_id }; in thermal_notify_tz_trip_down()
301 int thermal_notify_tz_trip_up(int tz_id, int trip_id) in thermal_notify_tz_trip_up() argument
303 struct param p = { .tz_id = tz_id, .trip_id = trip_id }; in thermal_notify_tz_trip_up()
308 int thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_add() argument
311 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
250 tbp->trip_id, cdev, in of_thermal_bind()
285 tbp->trip_id, cdev); in of_thermal_unbind()
735 __tbp->trip_id = i; in thermal_of_populate_bind_params()
/drivers/firmware/arm_scmi/
Dsensors.c605 u32 sensor_id, u8 trip_id, u64 trip_value) in scmi_sensor_trip_point_config() argument
619 trip->event_control = cpu_to_le32(evt_cntl | SENSOR_TP_ID(trip_id)); in scmi_sensor_trip_point_config()