Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/kconfig/
Dlkc_proto.h24 enum symbol_type sym_get_type(struct symbol *sym);
Dsymbol.c42 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() function
214 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
223 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
232 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
373 switch (sym_get_type(sym)) { in sym_calc_value()
412 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value()
482 int type = sym_get_type(sym); in sym_tristate_within_range()
Dmconf.c528 type = sym_get_type(sym); in build_conf()
865 switch (sym_get_type(menu->sym)) { in conf_string()
Dconfdata.c1255 switch (sym_get_type(sym)) { in conf_set_all_new_symbols()
1338 if (sym_get_type(sym) == S_TRISTATE && in conf_rewrite_mod_or_yes()
Dnconf.c794 type = sym_get_type(sym); in build_conf()
1356 switch (sym_get_type(menu->sym)) { in conf_string()
Dconf.c88 enum symbol_type type = sym_get_type(sym); in conf_askvalue()
Dqconf.cc134 type = sym_get_type(sym); in updateMenu()
493 type = sym_get_type(sym); in setValue()
524 type = sym_get_type(sym); in changeValue()
Dgconf.c823 switch (sym_get_type(sym)) { in change_sym_value()
1110 stype = sym_get_type(sym); in fill_row()