Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dconfdata.c511 if (sym->def[S_DEF_USER].tri == sym_get_tristate_value(sym)) in conf_read()
795 if (sym == ds && sym_get_tristate_value(sym) == yes) in conf_write_defconfig()
990 if (sym_get_tristate_value(sym) == in conf_touch_deps()
1012 if (sym_get_tristate_value(sym) == no) in conf_touch_deps()
H A Dlkc.h116 static inline tristate sym_get_tristate_value(const struct symbol *sym) in sym_get_tristate_value() function
H A Dsymbol.c581 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value()
652 oldval = newval = sym_get_tristate_value(sym); in sym_toggle_tristate_value()
891 val = sym_get_tristate_value(sym); in sym_get_string_value()
H A Dnconf.c831 val = sym_get_tristate_value(sym); in build_conf()
847 val = sym_get_tristate_value(sym); in build_conf()
H A Dmconf.c544 val = sym_get_tristate_value(sym); in build_conf()
H A Dconf.c366 oldval = sym_get_tristate_value(sym); in conf_sym()
H A Dmenu.c559 if (!sym || sym_get_tristate_value(menu->sym) == no) in menu_is_visible()
H A Dgconf.c199 val = sym_get_tristate_value(sym); in set_node()