Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/
H A Dresource_tool.c646 #define OPT_CHARGE_ANIM_DELAY "delay=" macro
980 buf = strstr(arg, OPT_CHARGE_ANIM_DELAY); in parse_level_conf()
982 level_conf->delay = atoi(buf + strlen(OPT_CHARGE_ANIM_DELAY)); in parse_level_conf()
1061 } else if (!memcmp(arg, OPT_CHARGE_ANIM_DELAY, in test_charge()
1062 strlen(OPT_CHARGE_ANIM_DELAY))) { in test_charge()
1063 delay = atoi(arg + strlen(OPT_CHARGE_ANIM_DELAY)); in test_charge()
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dresource_tool.c646 #define OPT_CHARGE_ANIM_DELAY "delay=" macro
980 buf = strstr(arg, OPT_CHARGE_ANIM_DELAY); in parse_level_conf()
982 level_conf->delay = atoi(buf + strlen(OPT_CHARGE_ANIM_DELAY)); in parse_level_conf()
1061 } else if (!memcmp(arg, OPT_CHARGE_ANIM_DELAY, in test_charge()
1062 strlen(OPT_CHARGE_ANIM_DELAY))) { in test_charge()
1063 delay = atoi(arg + strlen(OPT_CHARGE_ANIM_DELAY)); in test_charge()