Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/kconfig/
Dmconf.c527 struct symbol *def_sym = sym_get_choice_value(sym); in build_conf()
799 active = sym_get_choice_value(menu->sym); in conf_choice()
818 if (child->sym == sym_get_choice_value(menu->sym)) in conf_choice()
Dlkc.h122 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value() function
Dnconf.c793 struct symbol *def_sym = sym_get_choice_value(sym); in build_conf()
1241 active = sym_get_choice_value(menu->sym); in conf_choice()
1250 if (child->sym == sym_get_choice_value(menu->sym)) in conf_choice()
Dconf.c484 def_sym = sym_get_choice_value(sym); in conf_choice()
Dgconf.c1092 struct symbol *def_sym = sym_get_choice_value(sym); in fill_row()