Searched refs:sym_set_tristate_value (Results 1 – 6 of 6) sorted by relevance
| /linux/scripts/kconfig/ |
| H A D | mconf.c | 833 if (sym_set_tristate_value(sym, yes)) in conf() 835 if (sym_set_tristate_value(sym, mod)) in conf() 841 sym_set_tristate_value(sym, no); in conf() 845 sym_set_tristate_value(sym, mod); in conf()
|
| H A D | lkc_proto.h | 30 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
|
| H A D | symbol.c | 579 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function 665 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value() 767 return sym_set_tristate_value(sym, yes); in sym_set_string_value() 769 return sym_set_tristate_value(sym, mod); in sym_set_string_value() 771 return sym_set_tristate_value(sym, no); in sym_set_string_value()
|
| H A D | nconf.c | 1196 if (sym_set_tristate_value(sym, yes)) in selected_conf() 1198 if (sym_set_tristate_value(sym, mod)) in selected_conf() 1204 sym_set_tristate_value(sym, no); in selected_conf() 1208 sym_set_tristate_value(sym, mod); in selected_conf()
|
| H A D | conf.c | 416 if (sym_set_tristate_value(sym, newval)) in conf_sym()
|
| H A D | gconf.c | 708 sym_set_tristate_value(sym, newval); in change_sym_value()
|