Home
last modified time | relevance | path

Searched refs:sym_get_choice_value (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dmconf.c402 struct symbol *def_sym = sym_get_choice_value(sym); in build_conf()
649 active = sym_get_choice_value(menu->sym); in conf_choice()
668 if (child->sym == sym_get_choice_value(menu->sym)) in conf_choice()
H A Dnconf.c793 struct symbol *def_sym = sym_get_choice_value(sym); in build_conf()
1257 active = sym_get_choice_value(menu->sym); in conf_choice()
1266 if (child->sym == sym_get_choice_value(menu->sym)) in conf_choice()
H A Dlkc.h162 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value() function
H A Dconf.c266 def_sym = sym_get_choice_value(sym); in conf_choice()
H A Dgconf.c1150 struct symbol *def_sym = sym_get_choice_value(sym); in fill_row()