Home
last modified time | relevance | path

Searched refs:sym_tristate_within_range (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dconf.c187 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
189 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()
191 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()
H A Dlkc_proto.h25 bool sym_tristate_within_range(struct symbol *sym,tristate tri);
H A Dsymbol.c480 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range() function
503 if (oldval != val && !sym_tristate_within_range(sym, val)) in sym_set_tristate_value()
631 return sym_tristate_within_range(sym, yes); in sym_string_within_range()
633 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
635 return sym_tristate_within_range(sym, no); in sym_string_within_range()
H A Dgconf.c826 if (!sym_tristate_within_range(sym, newval)) in change_sym_value()
1140 if (val != no && sym_tristate_within_range(sym, no)) in fill_row()
1142 if (val != mod && sym_tristate_within_range(sym, mod)) in fill_row()
1144 if (val != yes && sym_tristate_within_range(sym, yes)) in fill_row()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dconf.c185 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
187 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()
189 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()
H A Dlkc_proto.h40 bool sym_tristate_within_range(struct symbol *sym,tristate tri);
H A Dsymbol.c511 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range() function
536 if (oldval != val && !sym_tristate_within_range(sym, val)) in sym_set_tristate_value()
664 return sym_tristate_within_range(sym, yes); in sym_string_within_range()
666 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
668 return sym_tristate_within_range(sym, no); in sym_string_within_range()
H A Dgconf.c826 if (!sym_tristate_within_range(sym, newval)) in change_sym_value()
1140 if (val != no && sym_tristate_within_range(sym, no)) in fill_row()
1142 if (val != mod && sym_tristate_within_range(sym, mod)) in fill_row()
1144 if (val != yes && sym_tristate_within_range(sym, yes)) in fill_row()
H A Dqconf.cc196 setText(noColIdx, sym_tristate_within_range(sym, no) ? "_" : 0); in updateMenu()
198 setText(modColIdx, sym_tristate_within_range(sym, mod) ? "_" : 0); in updateMenu()
200 setText(yesColIdx, sym_tristate_within_range(sym, yes) ? "_" : 0); in updateMenu()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dconf.c189 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
191 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()
193 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()
H A Dlkc_proto.h39 bool sym_tristate_within_range(struct symbol *sym,tristate tri);
H A Dsymbol.c501 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range() function
526 if (oldval != val && !sym_tristate_within_range(sym, val)) in sym_set_tristate_value()
654 return sym_tristate_within_range(sym, yes); in sym_string_within_range()
656 return sym_tristate_within_range(sym, mod); in sym_string_within_range()
658 return sym_tristate_within_range(sym, no); in sym_string_within_range()
H A Dgconf.c826 if (!sym_tristate_within_range(sym, newval)) in change_sym_value()
1140 if (val != no && sym_tristate_within_range(sym, no)) in fill_row()
1142 if (val != mod && sym_tristate_within_range(sym, mod)) in fill_row()
1144 if (val != yes && sym_tristate_within_range(sym, yes)) in fill_row()
H A Dqconf.cc196 setText(noColIdx, sym_tristate_within_range(sym, no) ? "_" : 0); in updateMenu()
198 setText(modColIdx, sym_tristate_within_range(sym, mod) ? "_" : 0); in updateMenu()
200 setText(yesColIdx, sym_tristate_within_range(sym, yes) ? "_" : 0); in updateMenu()