/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | lkc.h | 89 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep); 90 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep); 91 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
|
H A D | menu.c | 129 static struct property *menu_add_prop(enum prop_type type, struct expr *expr, in menu_add_prop() 157 struct property *menu_add_prompt(enum prop_type type, char *prompt, in menu_add_prompt() 205 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 210 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 666 enum prop_type type; in menu_get_parent_menu() 769 enum prop_type tok, const char *prefix) in get_symbol_props_str()
|
H A D | expr.h | 119 /* List of properties. See prop_type. */ 176 enum prop_type { enum 191 enum prop_type type; /* type of property */
|
H A D | lkc_proto.h | 36 const char * prop_get_type_name(enum prop_type type);
|
H A D | qconf.cc | 400 enum prop_type type; in updateSelection() 550 enum prop_type type; in setRootMenu() 602 enum prop_type type; in updateMenuList() 667 enum prop_type type; in updateMenuList() 731 enum prop_type type; in keyPressEvent() 795 enum prop_type ptype; in mouseReleaseEvent() 848 enum prop_type ptype; in mouseDoubleClickEvent()
|
H A D | gconf.c | 702 enum prop_type ptype; in on_back_clicked() 902 enum prop_type ptype; in on_treeview2_button_press_event() 1037 enum prop_type ptype; in fill_row() 1336 enum prop_type ptype; in display_tree()
|
H A D | nconf.c | 825 enum prop_type ptype; in build_conf()
|
H A D | symbol.c | 1243 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | lkc.h | 103 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep); 104 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep); 105 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
|
H A D | menu.c | 128 static struct property *menu_add_prop(enum prop_type type, struct expr *expr, in menu_add_prop() 156 struct property *menu_add_prompt(enum prop_type type, char *prompt, in menu_add_prompt() 204 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 209 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 692 enum prop_type type; in menu_get_parent_menu() 801 enum prop_type tok, const char *prefix) in get_symbol_props_str()
|
H A D | expr.h | 119 /* List of properties. See prop_type. */ 179 enum prop_type { enum 194 enum prop_type type; /* type of property */
|
H A D | lkc_proto.h | 35 const char * prop_get_type_name(enum prop_type type);
|
H A D | qconf.cc | 396 enum prop_type type; in updateSelection() 546 enum prop_type type; in setRootMenu() 598 enum prop_type type; in updateMenuList() 663 enum prop_type type; in updateMenuList() 727 enum prop_type type; in keyPressEvent() 791 enum prop_type ptype; in mouseReleaseEvent() 844 enum prop_type ptype; in mouseDoubleClickEvent()
|
H A D | gconf.c | 709 enum prop_type ptype; in on_back_clicked() 909 enum prop_type ptype; in on_treeview2_button_press_event() 1044 enum prop_type ptype; in fill_row() 1339 enum prop_type ptype; in display_tree()
|
H A D | nconf.c | 753 enum prop_type ptype; in build_conf()
|
H A D | symbol.c | 1287 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name()
|
/kernel/linux/linux-6.6/drivers/opp/ |
H A D | of.c | 595 const char *prop_type, bool *triplet) in _parse_named_prop() 602 /* Search for "opp-<prop_type>-<name>" */ in _parse_named_prop() 604 snprintf(name, sizeof(name), "opp-%s-%s", prop_type, in _parse_named_prop() 610 /* Search for "opp-<prop_type>" */ in _parse_named_prop() 611 snprintf(name, sizeof(name), "opp-%s", prop_type); in _parse_named_prop() 635 __func__, prop_type, count, opp_table->regulator_count); in _parse_named_prop() 593 _parse_named_prop(struct dev_pm_opp *opp, struct device *dev, struct opp_table *opp_table, const char *prop_type, bool *triplet) _parse_named_prop() argument
|