Home
last modified time | relevance | path

Searched refs:trips_reached (Results 1 – 2 of 2) sorted by relevance

/drivers/thermal/
A Dthermal_core.c446 move_trip_to_sorted_list(td, &tz->trips_reached); in move_to_trips_reached()
569 list_for_each_entry_safe_reverse(td, next, &tz->trips_reached, list_node) { in thermal_zone_handle_trips()
592 if (!list_empty(&tz->trips_reached)) { in thermal_zone_handle_trips()
593 td = list_last_entry(&tz->trips_reached, in thermal_zone_handle_trips()
1424 list_for_each_entry_safe(td, next, &tz->trips_reached, list_node) { in thermal_zone_device_init()
1555 INIT_LIST_HEAD(&tz->trips_reached); in thermal_zone_device_register_with_trips()
A Dthermal_core.h124 struct list_head trips_reached; member

Completed in 7 milliseconds