Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Dgovernor_passive.c140 case DEVFREQ_POSTCHANGE: in devfreq_passive_notifier_call()
H A Ddevfreq.c336 case DEVFREQ_POSTCHANGE: in devfreq_notify_transition()
338 DEVFREQ_POSTCHANGE, freqs); in devfreq_notify_transition()
366 devfreq_notify_transition(devfreq, &freqs, DEVFREQ_POSTCHANGE); in devfreq_set_target()
371 devfreq_notify_transition(devfreq, &freqs, DEVFREQ_POSTCHANGE); in devfreq_set_target()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevfreq.h32 #define DEVFREQ_POSTCHANGE (1) macro
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec.c534 else if (event == DEVFREQ_POSTCHANGE) in devfreq_notifier_call()