Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Ddevfreq.h73 #define DEVFREQ_FLAG_LEAST_UPPER_BOUND 0x1 macro
/Linux-v6.6/drivers/devfreq/
Ddevfreq.c422 flags &= ~DEVFREQ_FLAG_LEAST_UPPER_BOUND; /* Use GLB */ in devfreq_update_target()
426 flags |= DEVFREQ_FLAG_LEAST_UPPER_BOUND; /* Use LUB */ in devfreq_update_target()
2037 if (flags & DEVFREQ_FLAG_LEAST_UPPER_BOUND) { in devfreq_recommended_opp()