Home
last modified time | relevance | path

Searched refs:DEVFREQ_GOV_START (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/devfreq/
H A Dgovernor_performance.c29 if (event == DEVFREQ_GOV_START) { in devfreq_performance_handler()
H A Dgovernor_powersave.c29 if (event == DEVFREQ_GOV_START) { in devfreq_powersave_handler()
H A Dgovernor_simpleondemand.c91 case DEVFREQ_GOV_START: in devfreq_simple_ondemand_handler()
H A Dgovernor_userspace.c123 case DEVFREQ_GOV_START: in devfreq_userspace_handler()
H A Ddevfreq.c951 err = devfreq->governor->event_handler(devfreq, DEVFREQ_GOV_START, in devfreq_add_device()
1311 DEVFREQ_GOV_START, NULL); in devfreq_add_governor()
1471 ret = df->governor->event_handler(df, DEVFREQ_GOV_START, NULL); in governor_store()
1478 ret = df->governor->event_handler(df, DEVFREQ_GOV_START, NULL); in governor_store()
1899 ret = df->governor->event_handler(df, DEVFREQ_GOV_START, NULL); in timer_store()
H A Dgovernor_passive.c430 case DEVFREQ_GOV_START: in devfreq_passive_event_handler()
H A Dhisi_uncore_freq.c371 case DEVFREQ_GOV_START: in hisi_platform_gov_handler()
H A Dtegra30-devfreq.c738 case DEVFREQ_GOV_START: in tegra_governor_event_handler()
/linux/include/linux/
H A Ddevfreq-governor.h21 #define DEVFREQ_GOV_START 0x1 macro