Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_core.h128 struct list_head trips_invalid; member
H A Dthermal_core.c455 list_move(&td->list_node, &tz->trips_invalid); in move_to_trips_invalid()
1421 list_for_each_entry_safe(td, next, &tz->trips_invalid, list_node) { in thermal_zone_device_init()
1562 INIT_LIST_HEAD(&tz->trips_invalid); in thermal_zone_device_register_with_trips()