Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/
Dthermal_core.c453 list_add(&td->notify_list_node, way_down_list); in handle_thermal_trip()
469 list_add_tail(&td->notify_list_node, way_up_list); in handle_thermal_trip()
534 notify_list_node); in thermal_trip_notify_cmp()
536 notify_list_node); in thermal_trip_notify_cmp()
591 list_for_each_entry(td, &way_up_list, notify_list_node) in __thermal_zone_device_update()
595 list_for_each_entry_reverse(td, &way_down_list, notify_list_node) in __thermal_zone_device_update()
Dthermal_core.h32 struct list_head notify_list_node; member