Home
last modified time | relevance | path

Searched refs:sym_get_type (Results 1 – 7 of 7) sorted by relevance

/linux/scripts/kconfig/
H A Dsymbol.c43 enum symbol_type sym_get_type(const struct symbol *sym) in sym_get_type() function
217 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
226 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
235 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
434 switch (sym_get_type(sym)) { in sym_calc_value()
475 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value()
526 int type = sym_get_type(sym); in sym_tristate_within_range()
H A Dlkc_proto.h28 enum symbol_type sym_get_type(const struct symbol *sym);
H A Dmconf.c515 type = sym_get_type(sym); in build_conf()
666 switch (sym_get_type(menu->sym)) { in conf_string()
H A Dnconf.c816 type = sym_get_type(sym); in build_conf()
1355 switch (sym_get_type(menu->sym)) { in conf_string()
H A Dqconf.cc137 type = sym_get_type(sym); in updateMenu()
497 type = sym_get_type(sym); in setValue()
528 type = sym_get_type(sym); in changeValue()
H A Dconf.c284 if (sym_get_type(sym) == S_TRISTATE && in conf_rewrite_tristates()
H A Dgconf.c784 switch (sym_get_type(sym)) { in change_sym_value()
1076 stype = sym_get_type(sym); in fill_row()