Searched refs:DEVFREQ_GOV_STOP (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/devfreq/ |
H A D | governor.h | 20 #define DEVFREQ_GOV_STOP 0x2 macro
|
H A D | governor_simpleondemand.c | 95 case DEVFREQ_GOV_STOP: in devfreq_simple_ondemand_handler()
|
H A D | governor_userspace.c | 123 case DEVFREQ_GOV_STOP: in devfreq_userspace_handler()
|
H A D | governor_passive.c | 170 case DEVFREQ_GOV_STOP: in devfreq_passive_event_handler()
|
H A D | devfreq.c | 496 * to be called from governor in response to DEVFREQ_GOV_STOP 949 DEVFREQ_GOV_STOP, NULL); in devfreq_remove_device() 1246 DEVFREQ_GOV_STOP, NULL); in devfreq_add_governor() 1310 DEVFREQ_GOV_STOP, NULL); in devfreq_remove_governor() 1376 ret = df->governor->event_handler(df, DEVFREQ_GOV_STOP, NULL); in governor_store() 1790 ret = df->governor->event_handler(df, DEVFREQ_GOV_STOP, NULL); in timer_store()
|
H A D | tegra30-devfreq.c | 732 case DEVFREQ_GOV_STOP: in tegra_governor_event_handler()
|
/kernel/linux/linux-6.6/drivers/devfreq/ |
H A D | governor.h | 22 #define DEVFREQ_GOV_STOP 0x2 macro
|
H A D | governor_simpleondemand.c | 95 case DEVFREQ_GOV_STOP: in devfreq_simple_ondemand_handler()
|
H A D | governor_userspace.c | 123 case DEVFREQ_GOV_STOP: in devfreq_userspace_handler()
|
H A D | devfreq.c | 520 * to be called from governor in response to DEVFREQ_GOV_STOP 1005 DEVFREQ_GOV_STOP, NULL); in devfreq_remove_device() 1305 DEVFREQ_GOV_STOP, NULL); in devfreq_add_governor() 1395 DEVFREQ_GOV_STOP, NULL); in devfreq_remove_governor() 1466 ret = df->governor->event_handler(df, DEVFREQ_GOV_STOP, NULL); in governor_store() 1904 ret = df->governor->event_handler(df, DEVFREQ_GOV_STOP, NULL); in timer_store()
|
H A D | governor_passive.c | 412 case DEVFREQ_GOV_STOP: in devfreq_passive_event_handler()
|
H A D | tegra30-devfreq.c | 748 case DEVFREQ_GOV_STOP: in tegra_governor_event_handler()
|
Completed in 13 milliseconds