Home
last modified time | relevance | path

Searched refs:prop_type (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/scripts/kconfig/
H A Dlkc.h87 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 Dmenu.c150 static struct property *menu_add_prop(enum prop_type type, struct expr *expr, in menu_add_prop()
178 struct property *menu_add_prompt(enum prop_type type, const char *prompt, in menu_add_prompt()
216 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
221 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
579 enum prop_type type; in menu_get_parent_menu()
670 enum prop_type tok, const char *prefix) in get_symbol_props_str()
H A Dexpr.h176 enum prop_type { enum
189 enum prop_type type; /* type of property */
H A Dlkc_proto.h41 const char * prop_get_type_name(enum prop_type type);
H A Dqconf.cc399 enum prop_type type; in updateSelection()
548 enum prop_type type; in setRootMenu()
599 enum prop_type type; in updateMenuList()
662 enum prop_type type; in updateMenuList()
725 enum prop_type type; in keyPressEvent()
782 enum prop_type ptype; in mouseReleaseEvent()
828 enum prop_type ptype; in mouseDoubleClickEvent()
H A Dgconf.c670 enum prop_type ptype; in on_back_clicked()
870 enum prop_type ptype; in on_treeview2_button_press_event()
1005 enum prop_type ptype; in fill_row()
1293 enum prop_type ptype; in display_tree()
H A Dsymbol.c1095 enum prop_type type; in sym_check_print_recursive()
1323 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name()
H A Dnconf.c776 enum prop_type ptype; in build_conf()
/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen2_command.c549 u32 prop_type, payload_size, payload_type; in iris_hfi_gen2_subscribe_change_param() local
593 prop_type = change_param[i]; in iris_hfi_gen2_subscribe_change_param()
594 switch (prop_type) { in iris_hfi_gen2_subscribe_change_param()
637 prop_type = 0; in iris_hfi_gen2_subscribe_change_param()
641 if (prop_type) { in iris_hfi_gen2_subscribe_change_param()
643 prop_type, in iris_hfi_gen2_subscribe_change_param()
/linux-6.15/drivers/opp/
H A Dof.c589 const char *prop_type, bool *triplet) in _parse_named_prop() argument
598 snprintf(name, sizeof(name), "opp-%s-%s", prop_type, in _parse_named_prop()
605 snprintf(name, sizeof(name), "opp-%s", prop_type); in _parse_named_prop()
629 __func__, prop_type, count, opp_table->regulator_count); in _parse_named_prop()