Searched refs:prop_type (Results 1 – 9 of 9) sorted by relevance
| /linux/scripts/kconfig/ |
| H A D | lkc.h | 88 struct property *menu_add_prompt(enum prop_type type, const char *prompt, 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 | 161 static struct property *menu_add_prop(enum prop_type type, struct expr *expr, in menu_add_prop() 189 struct property *menu_add_prompt(enum prop_type type, const char *prompt, in menu_add_prompt() 227 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 232 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 620 enum prop_type type; in get_def_str() 711 enum prop_type tok, const char *prefix) in get_symbol_props_str()
|
| H A D | expr.h | 130 /* List of properties. See prop_type. */ 177 enum prop_type { enum 190 enum prop_type type; /* type of property */
|
| H A D | lkc_proto.h | 41 const char * prop_get_type_name(enum prop_type type);
|
| H A D | qconf.cc | 411 enum prop_type type; in updateSelection() 560 enum prop_type type; in setRootMenu() 611 enum prop_type type; in updateMenuList() 674 enum prop_type type; in updateMenuList() 737 enum prop_type type; in keyPressEvent() 794 enum prop_type ptype; in mouseReleaseEvent() 840 enum prop_type ptype; in mouseDoubleClickEvent()
|
| H A D | symbol.c | 1117 enum prop_type type; in sym_check_print_recursive() 1345 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name()
|
| H A D | nconf.c | 779 enum prop_type ptype; in build_conf()
|
| H A D | gconf.c | 770 enum prop_type ptype; in on_treeview2_button_press_event()
|
| /linux/drivers/opp/ |
| H A D | of.c | 558 const char *prop_type, bool *triplet) in _parse_named_prop() argument 567 snprintf(name, sizeof(name), "opp-%s-%s", prop_type, in _parse_named_prop() 574 snprintf(name, sizeof(name), "opp-%s", prop_type); in _parse_named_prop() 598 __func__, prop_type, count, opp_table->regulator_count); in _parse_named_prop()
|