Searched refs:trip_id (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/thermal/ |
| A D | thermal_netlink.c | 54 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() 146 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id)) in thermal_genl_event_tz_trip_delete() 289 int thermal_notify_tz_trip_down(int tz_id, int trip_id, int temp) in thermal_notify_tz_trip_down() argument 291 struct param p = { .tz_id = tz_id, .trip_id = trip_id, .temp = temp }; in thermal_notify_tz_trip_down() 296 int thermal_notify_tz_trip_up(int tz_id, int trip_id, int temp) in thermal_notify_tz_trip_up() argument 298 struct param p = { .tz_id = tz_id, .trip_id = trip_id, .temp = temp }; in thermal_notify_tz_trip_up() 306 struct param p = { .tz_id = tz_id, .trip_id = trip_id, in thermal_notify_tz_trip_add() 313 int thermal_notify_tz_trip_delete(int tz_id, int trip_id) in thermal_notify_tz_trip_delete() argument 315 struct param p = { .tz_id = tz_id, .trip_id = trip_id }; in thermal_notify_tz_trip_delete() [all …]
|
| A D | thermal_of.c | 48 unsigned int trip_id; member 228 tbp->trip_id, cdev, in of_thermal_bind() 263 tbp->trip_id, cdev); in of_thermal_unbind() 702 __tbp->trip_id = i; in thermal_of_populate_bind_params()
|
| /linux/drivers/firmware/arm_scmi/ |
| A D | sensors.c | 605 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()
|
| /linux/include/linux/ |
| A D | scmi_protocol.h | 458 u32 sensor_id, u8 trip_id, u64 trip_value);
|
Completed in 11 milliseconds