Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dmenu.c21 void menu_warn(struct menu *menu, const char *fmt, ...) in menu_warn()
49 struct menu *menu; in menu_add_entry() local
147 struct menu *menu = current_entry; in menu_add_prop() local
284 struct menu *menu, *last_menu; in menu_finalize() local
446 bool menu_has_prompt(struct menu *menu) in menu_has_prompt()
458 bool menu_is_empty(struct menu *menu) in menu_is_empty()
469 bool menu_is_visible(struct menu *menu) in menu_is_visible()
507 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt()
516 struct menu *menu_get_root_menu(struct menu *menu) in menu_get_root_menu()
521 struct menu *menu_get_parent_menu(struct menu *menu) in menu_get_parent_menu()
[all …]
Dexpr.h151 struct menu *menu; /* the menu the property are associated with member
167 struct menu { struct
168 struct menu *next; argument
169 struct menu *parent; argument
170 struct menu *list; argument
188 struct menu *target; argument
Dconf.c47 static void print_help(struct menu *menu) in print_help()
133 static int conf_string(struct menu *menu) in conf_string()
166 static int conf_sym(struct menu *menu) in conf_sym()
235 static int conf_choice(struct menu *menu) in conf_choice()
354 static void conf(struct menu *menu) in conf()
420 static void check_conf(struct menu *menu) in check_conf()
Dqconf.cc342 bool ConfigList::menuSkip(struct menu *menu) in menuSkip()
386 ConfigItem* ConfigList::findConfigItem(struct menu *menu) in findConfigItem()
400 struct menu *menu; in updateSelection() local
494 struct menu* menu; in changeValue() local
530 void ConfigList::setRootMenu(struct menu *menu) in setRootMenu()
578 void ConfigList::updateMenuList(ConfigItem *parent, struct menu* menu) in updateMenuList()
643 void ConfigList::updateMenuList(ConfigList *parent, struct menu* menu) in updateMenuList()
712 struct menu *menu; in keyPressEvent() local
773 struct menu *menu; in mouseReleaseEvent() local
834 struct menu *menu; in mouseDoubleClickEvent() local
[all …]
Dgconf.c367 static void text_insert_help(struct menu *menu) in text_insert_help()
786 struct menu *menu; in renderer_edited() local
806 static void change_sym_value(struct menu *menu, gint col) in change_sym_value()
846 static void toggle_sym_value(struct menu *menu) in toggle_sym_value()
887 struct menu *menu; in on_treeview2_button_press_event() local
944 struct menu *menu; in on_treeview2_key_press_event() local
986 struct menu *menu; in on_treeview2_cursor_changed() local
1005 struct menu *menu; in on_treeview1_button_press_event() local
1037 static gchar **fill_row(struct menu *menu) in fill_row()
1162 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row) in set_node()
[all …]
Dzconf.y42 struct menu *menu; member
608 static void print_symbol(FILE *out, struct menu *menu) in print_symbol()
694 struct menu *menu; in zconfdump() local
Dmconf.c466 static void build_conf(struct menu *menu) in build_conf()
645 static void conf(struct menu *menu, struct menu *active_menu) in conf()
789 static void show_help(struct menu *menu) in show_help()
800 static void conf_choice(struct menu *menu) in conf_choice()
861 static void conf_string(struct menu *menu) in conf_string()
Dnconf.c461 static int process_special_keys(int *key, struct menu *menu) in process_special_keys()
523 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make()
733 static void build_conf(struct menu *menu) in build_conf()
1066 static void conf(struct menu *menu) in conf()
1219 static void show_help(struct menu *menu) in show_help()
1232 static void conf_choice(struct menu *menu) in conf_choice()
1349 static void conf_string(struct menu *menu) in conf_string()
Dkxgettext.c171 static void menu_build_message_list(struct menu *menu) in menu_build_message_list()
Dconfdata.c669 struct menu *menu; in conf_write_defconfig() local
743 struct menu *menu; in conf_write() local
Dzconf.tab.c195 struct menu *menu; member
2445 static void print_symbol(FILE *out, struct menu *menu) in print_symbol()
2531 struct menu *menu; in zconfdump() local
Dnconf.gui.c253 MENU *menu; in btn_dialog() local
Dqconf.h187 struct menu *menu; variable
Dsymbol.c1084 struct menu *menu = NULL; in sym_check_print_recursive() local
/linux-4.4.14/tools/perf/ui/browsers/
Dheader.c31 static int list_menu__run(struct ui_browser *menu) in list_menu__run()
83 struct ui_browser menu = { in ui__list_menu() local
Dhists.c2110 struct perf_evsel_menu *menu = container_of(browser, in perf_evsel_menu__write() local
2157 static int perf_evsel_menu__run(struct perf_evsel_menu *menu, in perf_evsel_menu__run()
2260 struct perf_evsel_menu menu = { in __perf_evlist__tui_browse_hists() local
/linux-4.4.14/tools/perf/ui/tui/
Dutil.c27 static int popup_menu__run(struct ui_browser *menu) in popup_menu__run()
61 struct ui_browser menu = { in ui__popup_menu() local
/linux-4.4.14/scripts/kconfig/lxdialog/
Dmenubox.c191 WINDOW *dialog, *menu; in dialog_menu() local
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_ctrl.c977 struct uvc_menu_info *menu; in __uvc_ctrl_get() local
1018 struct uvc_menu_info *menu; in __uvc_query_v4l2_ctrl() local
/linux-4.4.14/drivers/media/common/
Dcx2341x.c1167 const char * const *menu = cx2341x_ctrl_get_menu(p, id); in cx2341x_menu_item() local
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-core.h212 struct v4l2_ctrl *menu; member