Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Ddevfreq.h73 #define DEVFREQ_FLAG_LEAST_UPPER_BOUND 0x1 macro
/kernel/linux/linux-5.10/drivers/devfreq/
Ddevfreq.c413 flags &= ~DEVFREQ_FLAG_LEAST_UPPER_BOUND; /* Use GLB */ in update_devfreq()
417 flags |= DEVFREQ_FLAG_LEAST_UPPER_BOUND; /* Use LUB */ in update_devfreq()
1905 if (flags & DEVFREQ_FLAG_LEAST_UPPER_BOUND) { in devfreq_recommended_opp()