Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
A Dconfdata.c502 if (sym->def[S_DEF_USER].tri == sym_get_tristate_value(sym)) in conf_read()
786 if (sym == ds && sym_get_tristate_value(sym) == yes) in conf_write_defconfig()
983 if (sym_get_tristate_value(sym) == in conf_touch_deps()
1005 if (sym_get_tristate_value(sym) == no) in conf_touch_deps()
A Dlkc.h114 static inline tristate sym_get_tristate_value(const struct symbol *sym) in sym_get_tristate_value() function
A Dsymbol.c546 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value()
617 oldval = newval = sym_get_tristate_value(sym); in sym_toggle_tristate_value()
856 val = sym_get_tristate_value(sym); in sym_get_string_value()
A Dnconf.c828 val = sym_get_tristate_value(sym); in build_conf()
844 val = sym_get_tristate_value(sym); in build_conf()
A Dqconf.cc148 expr = sym_get_tristate_value(sym); in updateMenu()
502 oldval = sym_get_tristate_value(sym); in setValue()
533 oldexpr = sym_get_tristate_value(sym); in changeValue()
A Dmconf.c543 val = sym_get_tristate_value(sym); in build_conf()
A Dconf.c366 oldval = sym_get_tristate_value(sym); in conf_sym()
A Dmenu.c558 if (!sym || sym_get_tristate_value(menu->sym) == no) in menu_is_visible()
A Dgconf.c1080 val = sym_get_tristate_value(sym); in fill_row()

Completed in 29 milliseconds