Home
last modified time | relevance | path

Searched refs:menu_for_each_sub_entry (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/scripts/kconfig/
H A Dlkc.h76 #define menu_for_each_sub_entry(menu, root) \ macro
79 menu_for_each_sub_entry(menu, &rootmenu)
H A Dsymbol.c280 menu_for_each_sub_entry(menu, choice) in sym_choice_default()
326 menu_for_each_sub_entry(menu, choice) { in sym_calc_choice()
352 menu_for_each_sub_entry(menu, choice) { in sym_calc_choice()
587 menu_for_each_sub_entry(menu, choice) { in choice_set_value()
1249 menu_for_each_sub_entry(menu, choice_menu) { in sym_check_choice_deps()
1260 menu_for_each_sub_entry(menu, choice_menu) { in sym_check_choice_deps()
1268 menu_for_each_sub_entry(menu, choice_menu) in sym_check_choice_deps()
H A Dconf.c133 menu_for_each_sub_entry(menu, choice) { in randomize_choice_values()
143 menu_for_each_sub_entry(menu, choice) { in randomize_choice_values()
H A Dparser.y562 menu_for_each_sub_entry(child, menu) in conf_parse()