Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_netlink.c55 int trip_id; member
294 int thermal_notify_tz_trip_down(int tz_id, int 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()
308 int thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_add()
318 int thermal_notify_tz_trip_delete(int tz_id, int trip_id) in thermal_notify_tz_trip_delete()
325 int thermal_notify_tz_trip_change(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_change()
H A Dthermal_of.c48 unsigned int trip_id; member
/OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/
H A Dsensors.c605 u32 sensor_id, u8 trip_id, u64 trip_value) in scmi_sensor_trip_point_config()