Searched refs:prop_type (Results 1 – 10 of 10) sorted by relevance
| /linux/scripts/kconfig/ |
| H A D | lkc.h | 87 struct property *menu_add_prompt(enum prop_type type, const char *prompt, 89 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep); 90 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() 610 enum prop_type type; in menu_get_menu_or_parent_menu() 701 enum prop_type tok, const char *prefix) in get_symbol_props_str()
|
| H A D | expr.h | 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/media/platform/qcom/iris/ |
| H A D | iris_hfi_gen2_command.c | 833 u32 prop_type, payload_size, payload_type; in iris_hfi_gen2_subscribe_change_param() local 900 prop_type = change_param[i]; in iris_hfi_gen2_subscribe_change_param() 901 switch (prop_type) { in iris_hfi_gen2_subscribe_change_param() 964 prop_type = 0; in iris_hfi_gen2_subscribe_change_param() 968 if (prop_type) { in iris_hfi_gen2_subscribe_change_param() 970 prop_type, in iris_hfi_gen2_subscribe_change_param()
|
| /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()
|