Searched refs:sym_set_tristate_value (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
H A D | lkc.h | 159 return sym_set_tristate_value(chval, yes); sym_set_choice_value()
|
H A D | mconf.c | 724 if (sym_set_tristate_value(sym, yes)) conf() 726 if (sym_set_tristate_value(sym, mod)) conf() 732 sym_set_tristate_value(sym, no); conf() 736 sym_set_tristate_value(sym, mod); conf() 842 sym_set_tristate_value(child->sym, yes); conf_choice()
|
H A D | nconf.c | 1193 if (sym_set_tristate_value(sym, yes)) conf() 1195 if (sym_set_tristate_value(sym, mod)) conf() 1201 sym_set_tristate_value(sym, no); conf() 1205 sym_set_tristate_value(sym, mod); conf() 1336 sym_set_tristate_value(child->sym, yes); conf_choice()
|
H A D | symbol.c | 492 bool sym_set_tristate_value(struct symbol *sym, tristate val) sym_set_tristate_value() function 545 if (sym_set_tristate_value(sym, newval)) sym_toggle_tristate_value() 647 return sym_set_tristate_value(sym, yes); sym_set_string_value() 649 return sym_set_tristate_value(sym, mod); sym_set_string_value() 651 return sym_set_tristate_value(sym, no); sym_set_string_value()
|
H A D | conf.c | 228 if (sym_set_tristate_value(sym, newval)) conf_sym()
|
H A D | gconf.c | 828 sym_set_tristate_value(sym, newval); change_sym_value()
|
H A D | qconf.cc | 482 if (!sym_set_tristate_value(sym, val)) setValue()
|
Completed in 211 milliseconds