Searched refs:sym_set_tristate_value (Results 1 – 5 of 5) sorted by relevance
/linux/scripts/kconfig/ |
H 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()
|
H A D | lkc_proto.h | 30 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
|
H A D | nconf.c | 1193 if (sym_set_tristate_value(sym, yes)) in selected_conf() 1195 if (sym_set_tristate_value(sym, mod)) in selected_conf() 1201 sym_set_tristate_value(sym, no); in selected_conf() 1205 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 | 789 sym_set_tristate_value(sym, newval); in change_sym_value()
|