Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/
Dthermal_core.c422 if (test_bit(trip, &tz->trips_disabled)) in handle_thermal_trip()
1461 set_bit(count, &tz->trips_disabled); in thermal_zone_device_register()
1463 set_bit(count, &tz->trips_disabled); in thermal_zone_device_register()
1466 set_bit(count, &tz->trips_disabled); in thermal_zone_device_register()
/kernel/linux/linux-5.10/include/linux/
Dthermal.h161 unsigned long trips_disabled; /* bitmap for disabled trips */ member