OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSMDCVS_GOVERNOR
(Results
1 - 6
of
6
) sorted by null
/device/huawei/angler/power/
power-common.h
39
#define
MSMDCVS_GOVERNOR
"msm-dcvs"
power.c
472
} else if ((strncmp(governor,
MSMDCVS_GOVERNOR
, strlen(
MSMDCVS_GOVERNOR
)) == 0) &&
473
(strlen(governor) == strlen(
MSMDCVS_GOVERNOR
))) {
578
} else if ((strncmp(governor,
MSMDCVS_GOVERNOR
, strlen(
MSMDCVS_GOVERNOR
)) == 0) &&
579
(strlen(governor) == strlen(
MSMDCVS_GOVERNOR
))) {
/device/lge/bullhead/power/
power-common.h
39
#define
MSMDCVS_GOVERNOR
"msm-dcvs"
power.c
391
} else if ((strncmp(governor,
MSMDCVS_GOVERNOR
, strlen(
MSMDCVS_GOVERNOR
)) == 0) &&
392
(strlen(governor) == strlen(
MSMDCVS_GOVERNOR
))) {
497
} else if ((strncmp(governor,
MSMDCVS_GOVERNOR
, strlen(
MSMDCVS_GOVERNOR
)) == 0) &&
498
(strlen(governor) == strlen(
MSMDCVS_GOVERNOR
))) {
/device/google/marlin/power/
power-common.h
39
#define
MSMDCVS_GOVERNOR
"msm-dcvs"
power.c
510
} else if ((strncmp(governor,
MSMDCVS_GOVERNOR
, strlen(
MSMDCVS_GOVERNOR
)) == 0) &&
511
(strlen(governor) == strlen(
MSMDCVS_GOVERNOR
))) {
616
} else if ((strncmp(governor,
MSMDCVS_GOVERNOR
, strlen(
MSMDCVS_GOVERNOR
)) == 0) &&
617
(strlen(governor) == strlen(
MSMDCVS_GOVERNOR
))) {
Completed in 670 milliseconds