Searched refs:prop_type (Results 1 – 8 of 8) 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 | 151 static struct property *menu_add_prop(enum prop_type type, struct expr *expr, in menu_add_prop() 179 struct property *menu_add_prompt(enum prop_type type, const char *prompt, in menu_add_prompt() 217 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 222 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 600 enum prop_type type; in menu_get_menu_or_parent_menu() 691 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 | 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 | 771 enum prop_type ptype; in on_treeview2_button_press_event()
|
| /linux/drivers/media/platform/qcom/iris/ |
| H A D | iris_hfi_gen2_command.c | 750 u32 prop_type, payload_size, payload_type; in iris_hfi_gen2_subscribe_change_param() local 812 prop_type = change_param[i]; in iris_hfi_gen2_subscribe_change_param() 813 switch (prop_type) { in iris_hfi_gen2_subscribe_change_param() 866 prop_type = 0; in iris_hfi_gen2_subscribe_change_param() 870 if (prop_type) { in iris_hfi_gen2_subscribe_change_param() 872 prop_type, in iris_hfi_gen2_subscribe_change_param()
|