Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/
Dthermal_core.c417 if (test_bit(trip, &tz->trips_disabled)) in handle_thermal_trip()
1311 set_bit(count, &tz->trips_disabled); in thermal_zone_device_register()
1313 set_bit(count, &tz->trips_disabled); in thermal_zone_device_register()
1316 set_bit(count, &tz->trips_disabled); in thermal_zone_device_register()
/Linux-v5.4/include/linux/
Dthermal.h201 unsigned long trips_disabled; /* bitmap for disabled trips */ member