| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | mconf.c | 723 if (sym_set_tristate_value(sym, yes)) in conf() 725 if (sym_set_tristate_value(sym, mod)) in conf() 731 sym_set_tristate_value(sym, no); in conf() 735 sym_set_tristate_value(sym, mod); in conf() 838 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
| H A D | nconf.c | 1195 if (sym_set_tristate_value(sym, yes)) in conf() 1197 if (sym_set_tristate_value(sym, mod)) in conf() 1203 sym_set_tristate_value(sym, no); in conf() 1207 sym_set_tristate_value(sym, mod); in conf() 1335 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
| H A D | lkc_proto.h | 26 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
|
| H A D | symbol.c | 499 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function 552 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value() 654 return sym_set_tristate_value(sym, yes); in sym_set_string_value() 656 return sym_set_tristate_value(sym, mod); in sym_set_string_value() 658 return sym_set_tristate_value(sym, no); in sym_set_string_value()
|
| H A D | lkc.h | 146 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
|
| H A D | conf.c | 225 if (sym_set_tristate_value(sym, newval)) in conf_sym()
|
| H A D | gconf.c | 828 sym_set_tristate_value(sym, newval); in change_sym_value()
|
| H A D | qconf.cc | 499 if (!sym_set_tristate_value(sym, val)) in setValue()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | mconf.c | 724 if (sym_set_tristate_value(sym, yes)) in conf() 726 if (sym_set_tristate_value(sym, mod)) in conf() 732 sym_set_tristate_value(sym, no); in conf() 736 sym_set_tristate_value(sym, mod); in conf() 842 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
| H A D | nconf.c | 1195 if (sym_set_tristate_value(sym, yes)) in conf() 1197 if (sym_set_tristate_value(sym, mod)) in conf() 1203 sym_set_tristate_value(sym, no); in conf() 1207 sym_set_tristate_value(sym, mod); in conf() 1338 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
| H A D | lkc_proto.h | 41 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
|
| H A D | symbol.c | 532 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function 585 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value() 687 return sym_set_tristate_value(sym, yes); in sym_set_string_value() 689 return sym_set_tristate_value(sym, mod); in sym_set_string_value() 691 return sym_set_tristate_value(sym, no); in sym_set_string_value()
|
| H A D | lkc.h | 161 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
|
| H A D | conf.c | 223 if (sym_set_tristate_value(sym, newval)) in conf_sym()
|
| H A D | gconf.c | 828 sym_set_tristate_value(sym, newval); in change_sym_value()
|
| H A D | qconf.cc | 490 if (!sym_set_tristate_value(sym, val)) in setValue()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | mconf.c | 724 if (sym_set_tristate_value(sym, yes)) in conf() 726 if (sym_set_tristate_value(sym, mod)) in conf() 732 sym_set_tristate_value(sym, no); in conf() 736 sym_set_tristate_value(sym, mod); in conf() 842 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
| H A D | nconf.c | 1195 if (sym_set_tristate_value(sym, yes)) in conf() 1197 if (sym_set_tristate_value(sym, mod)) in conf() 1203 sym_set_tristate_value(sym, no); in conf() 1207 sym_set_tristate_value(sym, mod); in conf() 1338 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
| H A D | lkc_proto.h | 40 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
|
| H A D | symbol.c | 522 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() function 575 if (sym_set_tristate_value(sym, newval)) in sym_toggle_tristate_value() 677 return sym_set_tristate_value(sym, yes); in sym_set_string_value() 679 return sym_set_tristate_value(sym, mod); in sym_set_string_value() 681 return sym_set_tristate_value(sym, no); in sym_set_string_value()
|
| H A D | lkc.h | 159 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
|
| H A D | conf.c | 229 if (sym_set_tristate_value(sym, newval)) in conf_sym()
|
| H A D | gconf.c | 828 sym_set_tristate_value(sym, newval); in change_sym_value()
|
| H A D | qconf.cc | 490 if (!sym_set_tristate_value(sym, val)) in setValue()
|