Searched refs:trip_hyst (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | gov_bang_bang.c | 18 int trip_temp, trip_hyst; in thermal_zone_trip_update() local 26 trip_hyst = 0; in thermal_zone_trip_update() 28 tz->ops->get_trip_hyst(tz, trip, &trip_hyst); in thermal_zone_trip_update() 32 trip_hyst); in thermal_zone_trip_update() 58 tz->temperature <= trip_temp - trip_hyst) in thermal_zone_trip_update()
|
H A D | thermal_netlink.c | 57 int trip_hyst; member 136 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_HYST, p->trip_hyst)) in thermal_genl_event_tz_trip_add() 303 int trip_temp, int trip_hyst) in thermal_notify_tz_trip_add() 307 .trip_hyst = trip_hyst }; in thermal_notify_tz_trip_add() 320 int trip_temp, int trip_hyst) in thermal_notify_tz_trip_change() 324 .trip_hyst = trip_hyst }; in thermal_notify_tz_trip_change() 302 thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type, int trip_temp, int trip_hyst) thermal_notify_tz_trip_add() argument 319 thermal_notify_tz_trip_change(int tz_id, int trip_id, int trip_type, int trip_temp, int trip_hyst) thermal_notify_tz_trip_change() argument
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_netlink.c | 62 int trip_hyst; member 144 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_HYST, p->trip_hyst)) in thermal_genl_event_tz_trip_add() 348 int trip_temp, int trip_hyst) in thermal_notify_tz_trip_add() 352 .trip_hyst = trip_hyst }; in thermal_notify_tz_trip_add() 365 int trip_temp, int trip_hyst) in thermal_notify_tz_trip_change() 369 .trip_hyst = trip_hyst }; in thermal_notify_tz_trip_change() 347 thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type, int trip_temp, int trip_hyst) thermal_notify_tz_trip_add() argument 364 thermal_notify_tz_trip_change(int tz_id, int trip_id, int trip_type, int trip_temp, int trip_hyst) thermal_notify_tz_trip_change() argument
|
Completed in 3 milliseconds