Home
last modified time | relevance | path

Searched refs:sym_get_tristate_value (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/scripts/kconfig/
Dconf.c395 oldval = sym_get_tristate_value(sym); in conf_sym()
463 switch (sym_get_tristate_value(sym)) { in conf_choice()
472 switch (sym_get_tristate_value(sym)) { in conf_choice()
645 (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes))) { in check_conf()
Dconfdata.c551 if (sym->def[S_DEF_USER].tri == sym_get_tristate_value(sym)) in conf_read()
814 sym_get_tristate_value(sym) == yes) in conf_write_defconfig()
1010 if (sym_get_tristate_value(sym) == in conf_touch_deps()
1032 if (sym_get_tristate_value(sym) == no) in conf_touch_deps()
Dmconf.c536 val = sym_get_tristate_value(sym); in build_conf()
580 val = sym_get_tristate_value(sym); in build_conf()
692 if (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes) in conf()
Dlkc.h116 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() function
Dnconf.c802 val = sym_get_tristate_value(sym); in build_conf()
851 val = sym_get_tristate_value(sym); in build_conf()
1174 sym_get_tristate_value(sym) == yes) in conf()
Dsymbol.c500 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value()
538 oldval = newval = sym_get_tristate_value(sym); in sym_toggle_tristate_value()
775 val = sym_get_tristate_value(sym); in sym_get_string_value()
Dqconf.cc145 expr = sym_get_tristate_value(sym); in updateMenu()
499 oldval = sym_get_tristate_value(sym); in setValue()
530 oldexpr = sym_get_tristate_value(sym); in changeValue()
Dmenu.c641 if (!sym || sym_get_tristate_value(menu->sym) == no) in menu_is_visible()
Dgconf.c1119 val = sym_get_tristate_value(sym); in fill_row()