Searched refs:DEVFREQ_GOV_START (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/devfreq/ |
H A D | governor_performance.c | 29 if (event == DEVFREQ_GOV_START) { in devfreq_performance_handler()
|
H A D | governor_powersave.c | 29 if (event == DEVFREQ_GOV_START) { in devfreq_powersave_handler()
|
H A D | governor.h | 19 #define DEVFREQ_GOV_START 0x1 macro
|
H A D | governor_simpleondemand.c | 91 case DEVFREQ_GOV_START: in devfreq_simple_ondemand_handler()
|
H A D | governor_userspace.c | 120 case DEVFREQ_GOV_START: in devfreq_userspace_handler()
|
H A D | governor_passive.c | 162 case DEVFREQ_GOV_START: in devfreq_passive_event_handler()
|
H A D | devfreq.c | 458 * to be called from governor in response to DEVFREQ_GOV_START 910 err = devfreq->governor->event_handler(devfreq, DEVFREQ_GOV_START, in devfreq_add_device() 1257 DEVFREQ_GOV_START, NULL); in devfreq_add_governor() 1386 ret = df->governor->event_handler(df, DEVFREQ_GOV_START, NULL); in governor_store() 1393 ret = df->governor->event_handler(df, DEVFREQ_GOV_START, NULL); in governor_store() 1797 ret = df->governor->event_handler(df, DEVFREQ_GOV_START, NULL); in timer_store()
|
H A D | tegra30-devfreq.c | 727 case DEVFREQ_GOV_START: in tegra_governor_event_handler()
|
/kernel/linux/linux-6.6/drivers/devfreq/ |
H A D | governor_performance.c | 29 if (event == DEVFREQ_GOV_START) { in devfreq_performance_handler()
|
H A D | governor_powersave.c | 29 if (event == DEVFREQ_GOV_START) { in devfreq_powersave_handler()
|
H A D | governor.h | 21 #define DEVFREQ_GOV_START 0x1 macro
|
H A D | governor_simpleondemand.c | 91 case DEVFREQ_GOV_START: in devfreq_simple_ondemand_handler()
|
H A D | governor_userspace.c | 120 case DEVFREQ_GOV_START: in devfreq_userspace_handler()
|
H A D | devfreq.c | 482 * called by devfreq governor in response to the DEVFREQ_GOV_START event 956 err = devfreq->governor->event_handler(devfreq, DEVFREQ_GOV_START, in devfreq_add_device() 1316 DEVFREQ_GOV_START, NULL); in devfreq_add_governor() 1480 ret = df->governor->event_handler(df, DEVFREQ_GOV_START, NULL); in governor_store() 1487 ret = df->governor->event_handler(df, DEVFREQ_GOV_START, NULL); in governor_store() 1911 ret = df->governor->event_handler(df, DEVFREQ_GOV_START, NULL); in timer_store()
|
H A D | governor_passive.c | 406 case DEVFREQ_GOV_START: in devfreq_passive_event_handler()
|
H A D | tegra30-devfreq.c | 743 case DEVFREQ_GOV_START: in tegra_governor_event_handler()
|
Completed in 12 milliseconds