Home
last modified time | relevance | path

Searched refs:str_governor (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/devfreq/
H A Ddevfreq.c1319 char str_governor[DEVFREQ_NAME_LEN + 1]; in governor_store() local
1326 ret = sscanf(buf, "%" __stringify(DEVFREQ_NAME_LEN) "s", str_governor); in governor_store()
1332 governor = try_then_request_governor(str_governor); in governor_store()

Completed in 3 milliseconds