Home
last modified time | relevance | path

Searched refs:DEVFREQ_POSTCHANGE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/devfreq/
Dgovernor_passive.c143 case DEVFREQ_POSTCHANGE: in devfreq_passive_notifier_call()
Ddevfreq.c236 case DEVFREQ_POSTCHANGE: in devfreq_notify_transition()
238 DEVFREQ_POSTCHANGE, freqs); in devfreq_notify_transition()
307 devfreq_notify_transition(devfreq, &freqs, DEVFREQ_POSTCHANGE); in update_devfreq()
312 devfreq_notify_transition(devfreq, &freqs, DEVFREQ_POSTCHANGE); in update_devfreq()
/Linux-v4.19/include/linux/
Ddevfreq.h34 #define DEVFREQ_POSTCHANGE (1) macro