Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Ddevfreq.h72 #define DEVFREQ_FLAG_LEAST_UPPER_BOUND 0x1 macro
/Linux-v5.15/drivers/devfreq/
Ddevfreq.c425 flags &= ~DEVFREQ_FLAG_LEAST_UPPER_BOUND; /* Use GLB */ in devfreq_update_target()
429 flags |= DEVFREQ_FLAG_LEAST_UPPER_BOUND; /* Use LUB */ in devfreq_update_target()
2005 if (flags & DEVFREQ_FLAG_LEAST_UPPER_BOUND) { in devfreq_recommended_opp()