Searched refs:sym_set_tristate_value (Results 1 – 7 of 7) sorted by relevance
| /scripts/kconfig/ |
| A D | lkc_proto.h | 30 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
|
| A D | mconf.c | 832 if (sym_set_tristate_value(sym, yes)) in conf() 834 if (sym_set_tristate_value(sym, mod)) in conf() 840 sym_set_tristate_value(sym, no); in conf() 844 sym_set_tristate_value(sym, mod); in conf()
|
| A D | symbol.c | 561 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function 647 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value() 749 return sym_set_tristate_value(sym, yes); in sym_set_string_value() 751 return sym_set_tristate_value(sym, mod); in sym_set_string_value() 753 return sym_set_tristate_value(sym, no); in sym_set_string_value()
|
| A D | nconf.c | 1195 if (sym_set_tristate_value(sym, yes)) in selected_conf() 1197 if (sym_set_tristate_value(sym, mod)) in selected_conf() 1203 sym_set_tristate_value(sym, no); in selected_conf() 1207 sym_set_tristate_value(sym, mod); in selected_conf()
|
| A D | conf.c | 416 if (sym_set_tristate_value(sym, newval)) in conf_sym()
|
| A D | gconf.c | 708 sym_set_tristate_value(sym, newval); in change_sym_value()
|
| A D | qconf.cc | 515 if (!sym_set_tristate_value(sym, val)) in setValue()
|
Completed in 17 milliseconds