Home
last modified time | relevance | path

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

/u-boot/scripts/kconfig/
A Dmconf.c722 if (sym_set_tristate_value(sym, yes)) in conf()
724 if (sym_set_tristate_value(sym, mod)) in conf()
730 sym_set_tristate_value(sym, no); in conf()
734 sym_set_tristate_value(sym, mod); in conf()
837 sym_set_tristate_value(child->sym, yes); in conf_choice()
A Dlkc_proto.h40 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
A Dlkc.h142 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
A Dnconf.c1195 if (sym_set_tristate_value(sym, yes)) in conf()
1197 if (sym_set_tristate_value(sym, mod)) in conf()
1203 sym_set_tristate_value(sym, no); in conf()
1207 sym_set_tristate_value(sym, mod); in conf()
1335 sym_set_tristate_value(child->sym, yes); in conf_choice()
A Dsymbol.c496 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function
549 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value()
651 return sym_set_tristate_value(sym, yes); in sym_set_string_value()
653 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
655 return sym_set_tristate_value(sym, no); in sym_set_string_value()
A Dconf.c222 if (sym_set_tristate_value(sym, newval)) in conf_sym()
A Dgconf.c828 sym_set_tristate_value(sym, newval); in change_sym_value()
A Dqconf.cc481 if (!sym_set_tristate_value(sym, val)) in setValue()

Completed in 16 milliseconds