Searched refs:sym_set_tristate_value (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/scripts/kconfig/ |
A D | mconf.c | 725 if (sym_set_tristate_value(sym, yes)) in conf() 727 if (sym_set_tristate_value(sym, mod)) in conf() 733 sym_set_tristate_value(sym, no); in conf() 737 sym_set_tristate_value(sym, mod); in conf() 840 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
A D | lkc_proto.h | 27 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
|
A D | nconf.c | 1191 if (sym_set_tristate_value(sym, yes)) in conf() 1193 if (sym_set_tristate_value(sym, mod)) in conf() 1199 sym_set_tristate_value(sym, no); in conf() 1203 sym_set_tristate_value(sym, mod); in conf() 1333 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
A D | symbol.c | 498 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function 551 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value() 653 return sym_set_tristate_value(sym, yes); in sym_set_string_value() 655 return sym_set_tristate_value(sym, mod); in sym_set_string_value() 657 return sym_set_tristate_value(sym, no); in sym_set_string_value()
|
A D | conf.c | 442 if (sym_set_tristate_value(sym, newval)) in conf_sym() 554 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
A D | gconf.c | 824 sym_set_tristate_value(sym, newval); in change_sym_value()
|
A D | qconf.cc | 501 if (!sym_set_tristate_value(sym, val)) in setValue()
|
Completed in 15 milliseconds