Home
last modified time | relevance | path

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

/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_bus.c451 const char *policy_name; in rockchip_busfreq_probe() local
461 ret = of_property_read_string(np, "rockchip,busfreq-policy", &policy_name); in rockchip_busfreq_probe()
467 if (!strcmp(policy_name, "smc")) { in rockchip_busfreq_probe()
469 } else if (!strcmp(policy_name, "clkfreq")) { in rockchip_busfreq_probe()
471 } else if (!strcmp(policy_name, "cpufreq")) { in rockchip_busfreq_probe()
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_bus.c462 const char *policy_name; in rockchip_busfreq_probe() local
472 &policy_name); in rockchip_busfreq_probe()
478 if (!strcmp(policy_name, "smc")) in rockchip_busfreq_probe()
480 else if (!strcmp(policy_name, "clkfreq")) in rockchip_busfreq_probe()
482 else if (!strcmp(policy_name, "cpufreq")) in rockchip_busfreq_probe()

Completed in 2 milliseconds