/linux-6.14.4/scripts/kconfig/ |
D | expr.h | 50 tristate val; member 65 void *val; member 193 struct menu *menu; /* the menu the property are associated with member 216 struct menu { struct 218 struct menu *next; argument 221 struct menu *parent; argument 224 struct menu *list; argument 232 struct list_head link; /* link to symbol::menus */ argument 238 * symbol as well as the text for a menu or comment, along with the argument 261 /* The location where the menu node appears in the Kconfig files */ argument [all …]
|
D | symbol.c | 100 struct menu *menu = NULL; in sym_get_choice_menu() local 165 long long val, val2; in sym_validate_range() local 194 struct menu *menu; in sym_set_changed() local 265 struct menu *menu; in sym_choice_default() local 299 struct menu *menu; in sym_calc_choice() local 353 tristate val; in sym_calc_choice() local 540 bool sym_tristate_within_range(const struct symbol *sym, tristate val) in sym_tristate_within_range() 557 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() 584 struct menu *menu; in choice_set_value() local 588 tristate val; in choice_set_value() local [all …]
|
D | conf.c | 50 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 234 tristate val; 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()
|
D | qconf.cc | 341 bool ConfigList::menuSkip(struct menu *menu) in menuSkip() 384 ConfigItem* ConfigList::findConfigItem(struct menu *menu) in findConfigItem() 398 struct menu *menu; in updateSelection() local 485 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() 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 [all …]
|
D | mconf.c | 372 static void show_help(struct menu *menu) in show_help() 454 static void build_conf(struct menu *menu) in build_conf() 460 tristate val; in build_conf() local 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()
|
D | gconf.c | 330 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() 1004 tristate val; in fill_row() local [all …]
|
D | nconf.c | 471 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() 765 tristate val; in build_conf() local 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()
|
D | confdata.c | 325 char *p, *val; in conf_read_simple() local 606 const char *val; in __print_symbol() local 648 const char *val; in print_symbol_for_c() local 690 const char *val; in print_symbol_for_rustccfg() local 754 struct menu *menu; in conf_write_defconfig() local 801 struct menu *menu; in conf_write() local 1122 void conf_set_changed(bool val) in conf_set_changed()
|
/linux-6.14.4/drivers/media/common/ |
D | cx2341x.c | 1189 const char * const *menu = cx2341x_ctrl_get_menu(p, id); in cx2341x_menu_item() local 1324 s32 val = ctrl->val; in cx2341x_try_ctrl() local 1372 s32 val = ctrl->val; in cx2341x_s_ctrl() local
|
/linux-6.14.4/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 2176 def ToTimeStr(val): argument 3489 def ConvertRelativeTime(self, val): argument 3834 def ToCSValue(val): argument 4047 def AddCopy(self, menu): argument 4051 def AddActions(self, menu): argument 4059 def AddActions(self, menu): argument 4274 def __init__(self, mdi_area, menu): argument 4715 def TableMenu(self, tables, menu): argument
|