Home
last modified time | relevance | path

Searched defs:menu (Results 1 – 19 of 19) sorted by relevance

/linux/scripts/kconfig/
H A Dmenu.c28 struct menu *menu_next(struct menu *menu, struct menu *root) in menu_next()
42 void menu_warn(const struct menu *menu, const char *fmt, ...) in menu_warn()
70 struct menu *menu; in menu_add_entry() local
194 struct menu *menu = current_entry; in menu_add_prompt() local
297 struct menu *menu, *last_menu; in _menu_finalize() local
512 bool menu_has_prompt(const struct menu *menu) in menu_has_prompt()
524 bool menu_is_empty(struct menu *menu) in menu_is_empty()
535 bool menu_is_visible(struct menu *menu) in menu_is_visible()
569 const char *menu_get_prompt(const struct menu *menu) in menu_get_prompt()
578 struct menu *menu_get_parent_menu(struct menu *menu) in menu_get_parent_menu()
[all …]
H A Dexpr.h193 struct menu *menu; /* the menu the property are associated with member
225 struct menu { struct
226 enum menu_type type; argument
229 struct menu *next; argument
232 struct menu *parent; argument
235 struct menu *list; argument
243 struct list_head link; /* link to symbol::menus */ argument
249 * symbol as well as the text for a menu or comment, along with the argument
272 /* The location where the menu node appears in the Kconfig files */ argument
281 * Set on a menu node when the corresponding symbol changes state in some way. argument
H A Dqconf.cc341 bool ConfigList::menuSkip(struct menu *menu) in menuSkip()
384 ConfigItem* ConfigList::findConfigItem(struct menu *menu) in findConfigItem()
398 struct menu *menu; in updateSelection() local
513 struct menu* menu; in changeValue() local
546 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu()
594 void ConfigList::updateMenuList(ConfigItem *parent, struct menu* menu) in updateMenuList()
657 void ConfigList::updateMenuList(struct menu *menu) in updateMenuList()
724 struct menu *menu; in keyPressEvent() local
781 struct menu *menu; in mouseReleaseEvent() local
827 struct menu *menu; in mouseDoubleClickEvent() local
[all …]
H A Dconf.c50 static void print_help(struct menu *menu) in print_help()
124 struct menu *menu; in randomize_choice_values() local
177 struct menu *menu; in conf_set_all_new_symbols() local
323 static int conf_string(struct menu *menu) in conf_string()
356 static int conf_sym(struct menu *menu) in conf_sym()
423 static void conf_choice(struct menu *menu) in conf_choice()
509 static void conf(struct menu *menu) in conf()
574 static void check_conf(struct menu *menu) in check_conf()
H A Dgconf.c330 static void text_insert_help(struct menu *menu) in text_insert_help()
747 struct menu *menu; in renderer_edited() local
767 static void change_sym_value(struct menu *menu, gint col) in change_sym_value()
807 static void toggle_sym_value(struct menu *menu) in toggle_sym_value()
848 struct menu *menu; in on_treeview2_button_press_event() local
905 struct menu *menu; in on_treeview2_key_press_event() local
947 struct menu *menu; in on_treeview2_cursor_changed() local
966 struct menu *menu; in on_treeview1_button_press_event() local
998 static gchar **fill_row(struct menu *menu) in fill_row()
1123 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row) in set_node()
[all …]
H A Dparser.y40 struct menu *menu; member
519 struct menu *menu; in conf_parse() local
628 static void print_symbol(FILE *out, const struct menu *menu) in print_symbol()
716 struct menu *menu; in zconfdump() local
H A Dnconf.c471 static int process_special_keys(int *key, struct menu *menu) in process_special_keys()
537 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make()
759 static void build_conf(struct menu *menu) in build_conf()
1049 static void conf(struct menu *menu) in conf()
1054 static void selected_conf(struct menu *menu, struct menu *active_menu) in selected_conf()
1216 static void show_help(struct menu *menu) in show_help()
1229 static void conf_choice(struct menu *menu) in conf_choice()
1348 static void conf_string(struct menu *menu) in conf_string()
H A Dmconf.c372 static void show_help(struct menu *menu) in show_help()
454 static void build_conf(struct menu *menu) in build_conf()
598 static void conf_choice(struct menu *menu) in conf_choice()
659 static void conf_string(struct menu *menu) in conf_string()
753 static void conf(struct menu *menu, struct menu *active_menu) in conf()
H A Dsymbol.c100 struct menu *menu = NULL; in sym_get_choice_menu() local
194 struct menu *menu; sym_set_changed() local
265 struct menu *menu; sym_choice_default() local
299 struct menu *menu; sym_calc_choice() local
584 struct menu *menu; choice_set_value() local
1241 struct menu *choice_menu, *menu; sym_check_choice_deps() local
[all...]
H A Dlkc.h76 #define menu_for_each_sub_entry(menu, root) \ argument
78 #define menu_for_each_entry(menu) \ argument
H A Dqconf.h161 struct menu *menu; variable
172 struct menu *menu; variable
H A Dconfdata.c754 struct menu *menu; conf_write_defconfig() local
801 struct menu *menu; conf_write() local
[all...]
H A Dnconf.gui.c205 MENU *menu; in btn_dialog() local
/linux/tools/perf/ui/tui/
H A Dutil.c26 static int popup_menu__run(struct ui_browser *menu, int *keyp) in popup_menu__run()
65 struct ui_browser menu = { in ui__popup_menu() local
/linux/scripts/kconfig/lxdialog/
H A Dmenubox.c170 WINDOW *dialog, *menu; in dialog_menu() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Drsc_dump.c67 void *menu; in mlx5_rsc_dump_read_menu_sgmt() local
/linux/drivers/media/common/
H A Dcx2341x.c1189 const char * const *menu = cx2341x_ctrl_get_menu(p, id); in cx2341x_menu_item() local
/linux/drivers/hid/
H A Dwacom_wac.c524 bool wrench = false, keyboard = false, mute_touch = false, menu = false, in wacom_intuos_pad() local
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h2608 struct mlx5_ifc_resource_dump_menu_segment_bits menu; member