HomeSort by relevance Sort by last modified time
    Searched refs:MSMDCVS_GOVERNOR (Results 1 - 8 of 8) sorted by null

  /device/huawei/angler/power/
power-common.h 39 #define MSMDCVS_GOVERNOR "msm-dcvs"
power.c 434 } else if ((strncmp(governor, MSMDCVS_GOVERNOR, strlen(MSMDCVS_GOVERNOR)) == 0) &&
435 (strlen(governor) == strlen(MSMDCVS_GOVERNOR))) {
540 } else if ((strncmp(governor, MSMDCVS_GOVERNOR, strlen(MSMDCVS_GOVERNOR)) == 0) &&
541 (strlen(governor) == strlen(MSMDCVS_GOVERNOR))) {
  /device/lge/bullhead/power/
power-common.h 39 #define MSMDCVS_GOVERNOR "msm-dcvs"
power.c 387 } else if ((strncmp(governor, MSMDCVS_GOVERNOR, strlen(MSMDCVS_GOVERNOR)) == 0) &&
388 (strlen(governor) == strlen(MSMDCVS_GOVERNOR))) {
493 } else if ((strncmp(governor, MSMDCVS_GOVERNOR, strlen(MSMDCVS_GOVERNOR)) == 0) &&
494 (strlen(governor) == strlen(MSMDCVS_GOVERNOR))) {
  /device/google/marlin/power/
power-common.h 39 #define MSMDCVS_GOVERNOR "msm-dcvs"
power-helper.c 506 } else if ((strncmp(governor, MSMDCVS_GOVERNOR, strlen(MSMDCVS_GOVERNOR)) == 0) &&
507 (strlen(governor) == strlen(MSMDCVS_GOVERNOR))) {
612 } else if ((strncmp(governor, MSMDCVS_GOVERNOR, strlen(MSMDCVS_GOVERNOR)) == 0) &&
613 (strlen(governor) == strlen(MSMDCVS_GOVERNOR))) {
  /device/google/wahoo/power/
power-common.h 42 #define MSMDCVS_GOVERNOR "msm-dcvs"
power-helper.c 195 } else if ((strncmp(governor, MSMDCVS_GOVERNOR, strlen(MSMDCVS_GOVERNOR)) == 0) &&
196 (strlen(governor) == strlen(MSMDCVS_GOVERNOR))) {
301 } else if ((strncmp(governor, MSMDCVS_GOVERNOR, strlen(MSMDCVS_GOVERNOR)) == 0) &&
302 (strlen(governor) == strlen(MSMDCVS_GOVERNOR))) {

Completed in 3378 milliseconds