Searched refs:menus (Results 1 – 14 of 14) sorted by relevance
| /linux/scripts/kconfig/ |
| A D | symbol.c | 21 .menus = LIST_HEAD_INIT(symbol_yes.menus), 29 .menus = LIST_HEAD_INIT(symbol_mod.menus), 37 .menus = LIST_HEAD_INIT(symbol_no.menus), 89 list_for_each_entry(m, &sym->menus, link) in sym_get_choice_menu() 184 list_for_each_entry(menu, &sym->menus, link) in sym_set_changed() 918 INIT_LIST_HEAD(&symbol->menus); in sym_lookup() 1107 choice = list_first_entry(&next_sym->menus, struct menu, link); in sym_check_print_recursive() 1234 choice_menu = list_first_entry(&choice->menus, struct menu, link); in sym_check_choice_deps()
|
| A D | menu.c | 83 list_add_tail(&menu->link, &sym->menus); in menu_add_entry() 711 list_for_each_entry(menu, &sym->menus, link) { in get_symbol_str() 718 list_for_each_entry(menu, &sym->menus, link) { in get_symbol_str()
|
| A D | expr.h | 123 struct list_head menus; member
|
| /linux/drivers/staging/media/av7110/ |
| A D | Kconfig | 50 its menus, so say Y if you want to use this software.
|
| /linux/Documentation/kbuild/ |
| A D | kconfig.rst | 220 This mode shows all sub-menus in one large tree. 258 This mode shows all sub-menus in one large tree.
|
| A D | kconfig-language.rst | 76 config menus. Its value can only be set via "default" and "select" (see
|
| /linux/drivers/mfd/ |
| A D | Kconfig | 33 the GPIO and PWM functions under the corresponding menus. 125 under the corresponding menus. 204 components like codecs or RTC under the corresponding menus. 221 corresponding menus. 237 corresponding menus. 359 LEDs and battery-charger under the corresponding menus. 559 menus in order to enable them. 575 menus in order to enable them. 784 battery-charger under the corresponding menus. 796 corresponding menus. [all …]
|
| /linux/Documentation/admin-guide/ |
| A D | README.rst | 162 "make menuconfig" Text based color menus, radiolists & dialogs. 164 "make nconfig" Enhanced text based color menus.
|
| A D | spkguide.txt | 771 This is useful when moving through various menus and dialog boxes.
|
| /linux/Documentation/input/ |
| A D | gamepad.rst | 53 is used to pop up system-menus or system-settings.
|
| /linux/Documentation/admin-guide/media/ |
| A D | building.rst | 251 ``Media support`` sub-menus::
|
| /linux/arch/alpha/ |
| A D | Kconfig | 332 which is command line driven, and ARC, which uses menus and arrow
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | hist-v4l2.rst | 1071 1. Added integer menus, the new type will be
|
| /linux/Documentation/filesystems/ |
| A D | fscrypt.rst | 407 platform; refer to the kconfig menus. File contents encryption can
|
Completed in 33 milliseconds