Searched refs:sym_set_tristate_value (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/scripts/kconfig/ |
D | mconf.c | 724 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()
|
D | lkc_proto.h | 27 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
|
D | nconf.c | 1284 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()
|
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()
|
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()
|
D | gconf.c | 821 sym_set_tristate_value(sym, newval); in change_sym_value()
|
D | qconf.cc | 503 if (!sym_set_tristate_value(sym, val)) in setValue()
|