Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Ddevfreq.h73 #define DEVFREQ_FLAG_LEAST_UPPER_BOUND 0x1 macro
/linux-6.1.9/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()
2035 if (flags & DEVFREQ_FLAG_LEAST_UPPER_BOUND) { in devfreq_recommended_opp()