Home
last modified time | relevance | path

Searched refs:MSMDCVS_GOVERNOR (Results 1 – 2 of 2) sorted by relevance

/device/google/marlin/power/
Dpower-helper.c396 } else if ((strncmp(governor, MSMDCVS_GOVERNOR, strlen(MSMDCVS_GOVERNOR)) == 0) && in power_set_interactive()
397 (strlen(governor) == strlen(MSMDCVS_GOVERNOR))) { in power_set_interactive()
502 } else if ((strncmp(governor, MSMDCVS_GOVERNOR, strlen(MSMDCVS_GOVERNOR)) == 0) && in power_set_interactive()
503 (strlen(governor) == strlen(MSMDCVS_GOVERNOR))) { in power_set_interactive()
Dpower-common.h39 #define MSMDCVS_GOVERNOR "msm-dcvs" macro