Searched refs:sym_set_tristate_value (Results 1 - 7 of 7) sorted by relevance

/linux-master/scripts/kconfig/
H A Dlkc_proto.h30 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
H A Dmconf.c673 sym_set_tristate_value(child->sym, yes);
865 if (sym_set_tristate_value(sym, yes))
867 if (sym_set_tristate_value(sym, mod))
873 sym_set_tristate_value(sym, no);
877 sym_set_tristate_value(sym, mod);
H A Dnconf.c1234 if (sym_set_tristate_value(sym, yes))
1236 if (sym_set_tristate_value(sym, mod))
1242 sym_set_tristate_value(sym, no);
1246 sym_set_tristate_value(sym, mod);
1376 sym_set_tristate_value(child->sym, yes);
H A Dsymbol.c507 bool sym_set_tristate_value(struct symbol *sym, tristate val) function
560 if (sym_set_tristate_value(sym, newval))
662 return sym_set_tristate_value(sym, yes);
664 return sym_set_tristate_value(sym, mod);
666 return sym_set_tristate_value(sym, no);
H A Dconf.c442 if (sym_set_tristate_value(sym, newval))
554 sym_set_tristate_value(child->sym, yes);
H A Dgconf.c821 sym_set_tristate_value(sym, newval);
H A Dqconf.cc503 if (!sym_set_tristate_value(sym, val))

Completed in 111 milliseconds