Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dmconf.c724 sym_set_tristate_value(child->sym, yes); in conf_choice()
916 if (sym_set_tristate_value(sym, yes)) in conf()
918 if (sym_set_tristate_value(sym, mod)) in conf()
924 sym_set_tristate_value(sym, no); in conf()
928 sym_set_tristate_value(sym, mod); in conf()
H A Dlkc_proto.h27 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
H A Dnconf.c1284 if (sym_set_tristate_value(sym, yes)) in selected_conf()
1286 if (sym_set_tristate_value(sym, mod)) in selected_conf()
1292 sym_set_tristate_value(sym, no); in selected_conf()
1296 sym_set_tristate_value(sym, mod); in selected_conf()
1426 sym_set_tristate_value(child->sym, yes); in conf_choice()
H A Dsymbol.c499 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function
552 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value()
654 return sym_set_tristate_value(sym, yes); in sym_set_string_value()
656 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
658 return sym_set_tristate_value(sym, no); in sym_set_string_value()
H A Dconf.c442 if (sym_set_tristate_value(sym, newval)) in conf_sym()
554 sym_set_tristate_value(child->sym, yes); in conf_choice()
H A Dgconf.c821 sym_set_tristate_value(sym, newval); in change_sym_value()
H A Dqconf.cc503 if (!sym_set_tristate_value(sym, val)) in setValue()
/openbmc/u-boot/scripts/kconfig/
H A Dmconf.c724 if (sym_set_tristate_value(sym, yes)) in conf()
726 if (sym_set_tristate_value(sym, mod)) in conf()
732 sym_set_tristate_value(sym, no); in conf()
736 sym_set_tristate_value(sym, mod); in conf()
842 sym_set_tristate_value(child->sym, yes); in conf_choice()
H A Dlkc_proto.h41 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
H 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()
1338 sym_set_tristate_value(child->sym, yes); in conf_choice()
H A Dlkc.h161 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
H A Dsymbol.c532 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function
585 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value()
687 return sym_set_tristate_value(sym, yes); in sym_set_string_value()
689 return sym_set_tristate_value(sym, mod); in sym_set_string_value()
691 return sym_set_tristate_value(sym, no); in sym_set_string_value()
H A Dconf.c223 if (sym_set_tristate_value(sym, newval)) in conf_sym()
H A Dgconf.c828 sym_set_tristate_value(sym, newval); in change_sym_value()
H A Dqconf.cc490 if (!sym_set_tristate_value(sym, val)) in setValue()