Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dlkc_proto.h28 enum symbol_type sym_get_type(const struct symbol *sym);
A Dsymbol.c45 enum symbol_type sym_get_type(const struct symbol *sym) in sym_get_type() function
235 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
244 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
253 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
453 switch (sym_get_type(sym)) { in sym_calc_value()
494 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value()
546 int type = sym_get_type(sym); in sym_tristate_within_range()
A Dmconf.c516 type = sym_get_type(sym); in build_conf()
667 switch (sym_get_type(menu->sym)) { in conf_string()
A Dnconf.c819 type = sym_get_type(sym); in build_conf()
1358 switch (sym_get_type(menu->sym)) { in conf_string()
A Dqconf.cc148 type = sym_get_type(sym); in updateMenu()
509 type = sym_get_type(sym); in setValue()
540 type = sym_get_type(sym); in changeValue()
A Dconf.c284 if (sym_get_type(sym) == S_TRISTATE && in conf_rewrite_tristates()
A Dgconf.c193 switch (sym_get_type(sym)) { in set_node()
703 switch (sym_get_type(sym)) { in change_sym_value()

Completed in 15 milliseconds