| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | conf.c | 175 oldval = sym_get_tristate_value(sym); in conf_sym() 243 switch (sym_get_tristate_value(sym)) { in conf_choice() 252 switch (sym_get_tristate_value(sym)) { in conf_choice() 425 (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes)) { in check_conf()
|
| H A D | mconf.c | 539 val = sym_get_tristate_value(sym); in build_conf() 583 val = sym_get_tristate_value(sym); in build_conf() 695 if (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes) in conf()
|
| H A D | confdata.c | 537 if (sym->def[S_DEF_USER].tri == sym_get_tristate_value(sym)) in conf_read() 799 sym_get_tristate_value(sym) == yes) in conf_write_defconfig() 1000 if (sym_get_tristate_value(sym) == in conf_touch_deps() 1022 if (sym_get_tristate_value(sym) == no) in conf_touch_deps()
|
| H A D | lkc.h | 133 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() function
|
| H A D | nconf.c | 805 val = sym_get_tristate_value(sym); in build_conf() 854 val = sym_get_tristate_value(sym); in build_conf() 1180 sym_get_tristate_value(sym) == yes) in conf()
|
| H A D | symbol.c | 501 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() 539 oldval = newval = sym_get_tristate_value(sym); in sym_toggle_tristate_value() 776 val = sym_get_tristate_value(sym); in sym_get_string_value()
|
| H A D | qconf.cc | 144 expr = sym_get_tristate_value(sym); in updateMenu() 497 oldval = sym_get_tristate_value(sym); in setValue() 528 oldexpr = sym_get_tristate_value(sym); in changeValue()
|
| H A D | menu.c | 662 if (!sym || sym_get_tristate_value(menu->sym) == no) in menu_is_visible()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | conf.c | 173 oldval = sym_get_tristate_value(sym); in conf_sym() 241 switch (sym_get_tristate_value(sym)) { in conf_choice() 250 switch (sym_get_tristate_value(sym)) { in conf_choice() 423 (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes)) { in check_conf()
|
| H A D | mconf.c | 540 val = sym_get_tristate_value(sym); in build_conf() 584 val = sym_get_tristate_value(sym); in build_conf() 696 if (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes) in conf()
|
| H A D | confdata.c | 431 if (sym->def[S_DEF_USER].tri != sym_get_tristate_value(sym)) in conf_read() 715 sym_get_tristate_value(sym) == yes) in conf_write_defconfig() 886 if (sym_get_tristate_value(sym) == in conf_split_config() 908 if (sym_get_tristate_value(sym) == no) in conf_split_config()
|
| H A D | lkc.h | 148 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() function
|
| H A D | nconf.c | 805 val = sym_get_tristate_value(sym); in build_conf() 854 val = sym_get_tristate_value(sym); in build_conf() 1180 sym_get_tristate_value(sym) == yes) in conf()
|
| H A D | symbol.c | 534 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() 572 oldval = newval = sym_get_tristate_value(sym); in sym_toggle_tristate_value() 810 val = sym_get_tristate_value(sym); in sym_get_string_value()
|
| H A D | qconf.cc | 171 expr = sym_get_tristate_value(sym); in updateMenu() 488 oldval = sym_get_tristate_value(sym); in setValue() 519 oldexpr = sym_get_tristate_value(sym); in changeValue()
|
| H A D | menu.c | 654 if (!sym || sym_get_tristate_value(menu->sym) == no) in menu_is_visible()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | conf.c | 177 oldval = sym_get_tristate_value(sym); in conf_sym() 247 switch (sym_get_tristate_value(sym)) { in conf_choice() 256 switch (sym_get_tristate_value(sym)) { in conf_choice() 432 (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes)) { in check_conf()
|
| H A D | mconf.c | 540 val = sym_get_tristate_value(sym); in build_conf() 584 val = sym_get_tristate_value(sym); in build_conf() 696 if (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes) in conf()
|
| H A D | confdata.c | 428 if (sym->def[S_DEF_USER].tri != sym_get_tristate_value(sym)) in conf_read() 714 sym_get_tristate_value(sym) == yes) in conf_write_defconfig() 869 if (sym_get_tristate_value(sym) == in conf_split_config() 891 if (sym_get_tristate_value(sym) == no) in conf_split_config()
|
| H A D | lkc.h | 146 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() function
|
| H A D | nconf.c | 805 val = sym_get_tristate_value(sym); in build_conf() 854 val = sym_get_tristate_value(sym); in build_conf() 1180 sym_get_tristate_value(sym) == yes) in conf()
|
| H A D | symbol.c | 524 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() 562 oldval = newval = sym_get_tristate_value(sym); in sym_toggle_tristate_value() 800 val = sym_get_tristate_value(sym); in sym_get_string_value()
|
| H A D | qconf.cc | 171 expr = sym_get_tristate_value(sym); in updateMenu() 488 oldval = sym_get_tristate_value(sym); in setValue() 519 oldexpr = sym_get_tristate_value(sym); in changeValue()
|
| H A D | menu.c | 501 if (!sym || sym_get_tristate_value(menu->sym) == no) in menu_is_visible()
|
| H A D | gconf.c | 1119 val = sym_get_tristate_value(sym); in fill_row()
|