Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dlkc_proto.h25 enum symbol_type sym_get_type(struct symbol *sym);
H A Dsymbol.c44 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()
H A Dmconf.c566 type = sym_get_type(sym); in build_conf()
751 switch (sym_get_type(menu->sym)) { in conf_string()
H A Dconf.c232 switch (sym_get_type(sym)) { in conf_set_all_new_symbols()
310 if (sym_get_type(sym) == S_TRISTATE && in conf_rewrite_tristates()
H A Dnconf.c866 type = sym_get_type(sym); in build_conf()
1447 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 Dgconf.c816 switch (sym_get_type(sym)) { in change_sym_value()
1107 stype = sym_get_type(sym); in fill_row()
/openbmc/u-boot/scripts/kconfig/
H A Dlkc_proto.h39 enum symbol_type sym_get_type(struct symbol *sym);
H A Dsymbol.c63 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() function
246 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
255 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
264 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility()
405 switch (sym_get_type(sym)) { in sym_calc_value()
443 (sym_get_type(sym) == S_BOOLEAN || sym->implied.tri == yes)) in sym_calc_value()
513 int type = sym_get_type(sym); in sym_tristate_within_range()
H A Dmconf.c529 type = sym_get_type(sym); in build_conf()
869 switch (sym_get_type(menu->sym)) { in conf_string()
H A Dnconf.c794 type = sym_get_type(sym); in build_conf()
1359 switch (sym_get_type(menu->sym)) { in conf_string()
H A Dconf.c86 enum symbol_type type = sym_get_type(sym); in conf_askvalue()
H A Dqconf.cc158 type = sym_get_type(sym); in updateMenu()
484 type = sym_get_type(sym); in setValue()
515 type = sym_get_type(sym); in changeValue()
H A Dgconf.c823 switch (sym_get_type(sym)) { in change_sym_value()
1110 stype = sym_get_type(sym); in fill_row()
H A Dconfdata.c1174 switch (sym_get_type(sym)) { in conf_set_all_new_symbols()