Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/
H A Dresource_tool.c649 #define OPT_CHARGE_ANIM_LEVEL_CONF "max_level=" macro
963 buf = strstr(arg, OPT_CHARGE_ANIM_LEVEL_CONF); in parse_level_conf()
965 level_conf->max_level = atoi(buf + strlen(OPT_CHARGE_ANIM_LEVEL_CONF)); in parse_level_conf()
967 LOGE("Not found:%s", OPT_CHARGE_ANIM_LEVEL_CONF); in parse_level_conf()
1046 if (!memcmp(arg, OPT_CHARGE_ANIM_LEVEL_CONF, in test_charge()
1047 strlen(OPT_CHARGE_ANIM_LEVEL_CONF))) { in test_charge()
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dresource_tool.c649 #define OPT_CHARGE_ANIM_LEVEL_CONF "max_level=" macro
963 buf = strstr(arg, OPT_CHARGE_ANIM_LEVEL_CONF); in parse_level_conf()
965 level_conf->max_level = atoi(buf + strlen(OPT_CHARGE_ANIM_LEVEL_CONF)); in parse_level_conf()
967 LOGE("Not found:%s", OPT_CHARGE_ANIM_LEVEL_CONF); in parse_level_conf()
1046 if (!memcmp(arg, OPT_CHARGE_ANIM_LEVEL_CONF, in test_charge()
1047 strlen(OPT_CHARGE_ANIM_LEVEL_CONF))) { in test_charge()