property          289 include/drm/drm_crtc.h 			    struct drm_property *property, uint64_t val);
property          410 include/drm/drm_crtc.h 	int (*set_property)(struct drm_connector *connector, struct drm_property *property,
property          587 include/drm/drm_crtc.h 			    struct drm_property *property, uint64_t val);
property          985 include/drm/drm_crtc.h static inline bool drm_property_type_is(struct drm_property *property,
property          989 include/drm/drm_crtc.h 	if (property->flags & DRM_MODE_PROP_EXTENDED_TYPE)
property          990 include/drm/drm_crtc.h 		return (property->flags & DRM_MODE_PROP_EXTENDED_TYPE) == type;
property          991 include/drm/drm_crtc.h 	return property->flags & type;
property          994 include/drm/drm_crtc.h static inline bool drm_property_type_valid(struct drm_property *property)
property          996 include/drm/drm_crtc.h 	if (property->flags & DRM_MODE_PROP_EXTENDED_TYPE)
property          997 include/drm/drm_crtc.h 		return !(property->flags & DRM_MODE_PROP_LEGACY_TYPE);
property          998 include/drm/drm_crtc.h 	return !!(property->flags & DRM_MODE_PROP_LEGACY_TYPE);
property         1002 include/drm/drm_crtc.h 					 struct drm_property *property,
property         1005 include/drm/drm_crtc.h 					 struct drm_property *property,
property         1019 include/drm/drm_crtc.h 				       struct drm_property *property,
property         1040 include/drm/drm_crtc.h extern void drm_property_destroy(struct drm_device *dev, struct drm_property *property);
property         1041 include/drm/drm_crtc.h extern int drm_property_add_enum(struct drm_property *property, int index,
property         1131 include/drm/drm_crtc.h 				       struct drm_property *property,
property           73 include/drm/drm_encoder_slave.h 			    struct drm_property *property,
property           28 include/linux/mfd/syscon.h 					const char *property);
property           47 include/linux/mfd/syscon.h 					const char *property)
property           37 include/linux/of.h 	struct property *next;
property           53 include/linux/of.h 	struct	property *properties;
property           54 include/linux/of.h 	struct	property *deadprops;	/* removed properties */
property          148 include/linux/of.h static inline int of_property_check_flag(struct property *p, unsigned long flag)
property          153 include/linux/of.h static inline void of_property_set_flag(struct property *p, unsigned long flag)
property          158 include/linux/of.h static inline void of_property_clear_flag(struct property *p, unsigned long flag)
property          248 include/linux/of.h extern struct property *of_find_property(const struct device_node *np,
property          309 include/linux/of.h extern int of_add_property(struct device_node *np, struct property *prop);
property          310 include/linux/of.h extern int of_remove_property(struct device_node *np, struct property *prop);
property          311 include/linux/of.h extern int of_update_property(struct device_node *np, struct property *newprop);
property          322 include/linux/of.h 	struct property		*prop;
property          323 include/linux/of.h 	struct property		*old_prop;
property          343 include/linux/of.h const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur,
property          352 include/linux/of.h const char *of_prop_next_string(struct property *prop, const char *cur);
property          434 include/linux/of.h static inline struct property *of_find_property(const struct device_node *np,
property          565 include/linux/of.h static inline const __be32 *of_prop_next_u32(struct property *prop,
property          571 include/linux/of.h static inline const char *of_prop_next_string(struct property *prop,
property          737 include/linux/of.h 	struct property *prop = of_find_property(np, propname, NULL);
property          864 include/linux/of.h 	struct property *prop;
property          865 include/linux/of.h 	struct property *old_prop;
property          889 include/linux/of.h 		struct property *prop);
property          904 include/linux/of.h 		struct device_node *np, struct property *prop)
property          910 include/linux/of.h 		struct device_node *np, struct property *prop)
property          916 include/linux/of.h 		struct device_node *np, struct property *prop)
property          261 include/linux/power_supply.h 							const char *property);
property          264 include/linux/power_supply.h power_supply_get_by_phandle(struct device_node *np, const char *property)
property          432 include/uapi/mtd/ubi-user.h 	__u8  property;
property           46 scripts/dtc/checks.c 			      struct node *node, struct property *prop);
property          128 scripts/dtc/checks.c 	struct property *prop;
property          200 scripts/dtc/checks.c 	struct property *prop;
property          219 scripts/dtc/checks.c 	struct property *prop;
property          257 scripts/dtc/checks.c 	struct property *prop, *prop2;
property          297 scripts/dtc/checks.c 				      struct node *node, struct property *prop)
property          316 scripts/dtc/checks.c 				  struct property *prop, struct marker *mark)
property          319 scripts/dtc/checks.c 	struct property *otherprop = NULL;
property          349 scripts/dtc/checks.c 				       struct node *node, struct property *prop)
property          364 scripts/dtc/checks.c 				    struct node *node, struct property *prop)
property          425 scripts/dtc/checks.c 	struct property **pp, *prop = NULL;
property          457 scripts/dtc/checks.c 				     struct node *node, struct property *prop)
property          481 scripts/dtc/checks.c 				  struct node *node, struct property *prop)
property          519 scripts/dtc/checks.c 	struct property *prop;
property          543 scripts/dtc/checks.c 	struct property *prop;
property          572 scripts/dtc/checks.c 	struct property *prop;
property          616 scripts/dtc/checks.c 	struct property *reg, *ranges;
property          641 scripts/dtc/checks.c 	struct property *prop;
property           53 scripts/dtc/dtc-parser.y 	struct property *prop;
property           54 scripts/dtc/dtc-parser.y 	struct property *proplist;
property          140 scripts/dtc/dtc.h 	struct property *next;
property          148 scripts/dtc/dtc.h 	struct property *proplist;
property          187 scripts/dtc/dtc.h struct property *build_property(char *name, struct data val);
property          188 scripts/dtc/dtc.h struct property *build_property_delete(char *name);
property          189 scripts/dtc/dtc.h struct property *chain_property(struct property *first, struct property *list);
property          190 scripts/dtc/dtc.h struct property *reverse_properties(struct property *first);
property          192 scripts/dtc/dtc.h struct node *build_node(struct property *proplist, struct node *children);
property          198 scripts/dtc/dtc.h void add_property(struct node *node, struct property *prop);
property          200 scripts/dtc/dtc.h void delete_property(struct property *prop);
property          206 scripts/dtc/dtc.h struct property *get_property(struct node *node, const char *propname);
property          207 scripts/dtc/dtc.h cell_t propval_cell(struct property *prop);
property          208 scripts/dtc/dtc.h struct property *get_property_by_label(struct node *tree, const char *label,
property          211 scripts/dtc/dtc.h 				struct node **node, struct property **prop);
property          207 scripts/dtc/fdtget.c 		int node, const char *property)
property          222 scripts/dtc/fdtget.c 		assert(property);
property          223 scripts/dtc/fdtget.c 		value = fdt_getprop(blob, node, property, &len);
property          232 scripts/dtc/fdtget.c 			report_error(property, len);
property          135 scripts/dtc/fdtput.c 		const char *property, const char *buf, int len)
property          146 scripts/dtc/fdtput.c 	err = fdt_setprop(blob, node, property, buf, len);
property          148 scripts/dtc/fdtput.c 		report_error(property, -1, err);
property           57 scripts/dtc/flattree.c 	void (*property)(void *, struct label *labels);
property          114 scripts/dtc/flattree.c 	.property = bin_emit_property,
property          240 scripts/dtc/flattree.c 	.property = asm_emit_property,
property          262 scripts/dtc/flattree.c 	struct property *prop;
property          286 scripts/dtc/flattree.c 		emit->property(etarget, prop->labels);
property          298 scripts/dtc/flattree.c 		emit->property(etarget, NULL);
property          678 scripts/dtc/flattree.c static struct property *flat_read_property(struct inbuf *dtbuf,
property          761 scripts/dtc/flattree.c 		struct property *prop;
property           52 scripts/dtc/fstree.c 			struct property *prop;
property           53 scripts/dtc/livetree.c struct property *build_property(char *name, struct data val)
property           55 scripts/dtc/livetree.c 	struct property *new = xmalloc(sizeof(*new));
property           65 scripts/dtc/livetree.c struct property *build_property_delete(char *name)
property           67 scripts/dtc/livetree.c 	struct property *new = xmalloc(sizeof(*new));
property           77 scripts/dtc/livetree.c struct property *chain_property(struct property *first, struct property *list)
property           85 scripts/dtc/livetree.c struct property *reverse_properties(struct property *first)
property           87 scripts/dtc/livetree.c 	struct property *p = first;
property           88 scripts/dtc/livetree.c 	struct property *head = NULL;
property           89 scripts/dtc/livetree.c 	struct property *next;
property          100 scripts/dtc/livetree.c struct node *build_node(struct property *proplist, struct node *children)
property          139 scripts/dtc/livetree.c 	struct property *new_prop, *old_prop;
property          227 scripts/dtc/livetree.c void add_property(struct node *node, struct property *prop)
property          229 scripts/dtc/livetree.c 	struct property **p;
property          242 scripts/dtc/livetree.c 	struct property *prop = node->proplist;
property          253 scripts/dtc/livetree.c void delete_property(struct property *prop)
property          288 scripts/dtc/livetree.c 	struct property *prop;
property          363 scripts/dtc/livetree.c struct property *get_property(struct node *node, const char *propname)
property          365 scripts/dtc/livetree.c 	struct property *prop;
property          374 scripts/dtc/livetree.c cell_t propval_cell(struct property *prop)
property          380 scripts/dtc/livetree.c struct property *get_property_by_label(struct node *tree, const char *label,
property          383 scripts/dtc/livetree.c 	struct property *prop;
property          407 scripts/dtc/livetree.c 				struct node **node, struct property **prop)
property          410 scripts/dtc/livetree.c 	struct property *p;
property          554 scripts/dtc/livetree.c 	struct property *reg;
property          625 scripts/dtc/livetree.c 	const struct property *a, *b;
property          627 scripts/dtc/livetree.c 	a = *((const struct property * const *)ax);
property          628 scripts/dtc/livetree.c 	b = *((const struct property * const *)bx);
property          636 scripts/dtc/livetree.c 	struct property *prop, **tbl;
property          195 scripts/dtc/treesource.c static void write_propval(FILE *f, struct property *prop)
property          238 scripts/dtc/treesource.c 	struct property *prop;
property          357 scripts/kconfig/conf.c 	struct property *prop;
property          257 scripts/kconfig/confdata.c 		struct property *prop;
property         1050 scripts/kconfig/confdata.c 	struct property *prop;
property         1098 scripts/kconfig/confdata.c 	struct property *prop;
property           83 scripts/kconfig/expr.h 	struct property *prop;
property          143 scripts/kconfig/expr.h 	struct property *next;     /* next property - null if last */
property          170 scripts/kconfig/expr.h 	struct property *prompt;
property         1361 scripts/kconfig/gconf.c 	struct property *prop;
property          116 scripts/kconfig/lkc.h struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep);
property          117 scripts/kconfig/lkc.h struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
property          156 scripts/kconfig/lkc.h struct property *prop_alloc(enum prop_type type, struct symbol *sym);
property          157 scripts/kconfig/lkc.h struct symbol *prop_get_symbol(struct property *prop);
property          158 scripts/kconfig/lkc.h struct property *sym_get_env_prop(struct symbol *sym);
property           49 scripts/kconfig/lkc_proto.h P(sym_get_choice_prop,struct property *,(struct symbol *sym));
property           50 scripts/kconfig/lkc_proto.h P(sym_get_default_prop,struct property *,(struct symbol *sym));
property          468 scripts/kconfig/mconf.c 	struct property *prop;
property           31 scripts/kconfig/menu.c static void prop_warn(struct property *prop, const char *fmt, ...)
property          128 scripts/kconfig/menu.c struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep)
property          130 scripts/kconfig/menu.c 	struct property *prop = prop_alloc(type, current_entry->sym);
property          178 scripts/kconfig/menu.c struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep)
property          234 scripts/kconfig/menu.c 	struct property *prop;
property          286 scripts/kconfig/menu.c 	struct property *prop;
property          546 scripts/kconfig/menu.c static void get_prompt_str(struct gstr *r, struct property *prop,
property          606 scripts/kconfig/menu.c static struct property *get_symbol_prop(struct symbol *sym)
property          608 scripts/kconfig/menu.c 	struct property *prop = NULL;
property          622 scripts/kconfig/menu.c 	struct property *prop;
property          736 scripts/kconfig/nconf.c 	struct property *prop;
property          124 scripts/kconfig/qconf.cc 	struct property *prop;
property         1086 scripts/kconfig/qconf.cc 	for (struct property *prop = sym->prop; prop; prop = prop->next) {
property         1254 scripts/kconfig/qconf.cc 	struct property *prop;
property           40 scripts/kconfig/symbol.c 	struct property *prop = prop_alloc(P_DEFAULT, sym);
property           97 scripts/kconfig/symbol.c struct property *sym_get_choice_prop(struct symbol *sym)
property           99 scripts/kconfig/symbol.c 	struct property *prop;
property          106 scripts/kconfig/symbol.c struct property *sym_get_env_prop(struct symbol *sym)
property          108 scripts/kconfig/symbol.c 	struct property *prop;
property          115 scripts/kconfig/symbol.c struct property *sym_get_default_prop(struct symbol *sym)
property          117 scripts/kconfig/symbol.c 	struct property *prop;
property          127 scripts/kconfig/symbol.c static struct property *sym_get_range_prop(struct symbol *sym)
property          129 scripts/kconfig/symbol.c 	struct property *prop;
property          157 scripts/kconfig/symbol.c 	struct property *prop;
property          191 scripts/kconfig/symbol.c 	struct property *prop;
property          238 scripts/kconfig/symbol.c 	struct property *prop;
property          264 scripts/kconfig/symbol.c 	struct property *prop;
property          296 scripts/kconfig/symbol.c 	struct property *prop;
property          456 scripts/kconfig/symbol.c 	struct property *prop;
property          510 scripts/kconfig/symbol.c 		struct property *prop;
property          597 scripts/kconfig/symbol.c 	struct property *prop;
property          695 scripts/kconfig/symbol.c 	struct property *prop;
property         1055 scripts/kconfig/symbol.c 	struct property *prop;
property         1086 scripts/kconfig/symbol.c 	struct property *prop;
property         1187 scripts/kconfig/symbol.c 	struct property *prop;
property         1221 scripts/kconfig/symbol.c 	struct property *prop;
property         1258 scripts/kconfig/symbol.c 	struct property *prop;
property         1289 scripts/kconfig/symbol.c struct property *prop_alloc(enum prop_type type, struct symbol *sym)
property         1291 scripts/kconfig/symbol.c 	struct property *prop;
property         1292 scripts/kconfig/symbol.c 	struct property **propp;
property         1311 scripts/kconfig/symbol.c struct symbol *prop_get_symbol(struct property *prop)
property         1349 scripts/kconfig/symbol.c 	struct property *prop;
property           58 scripts/kconfig/util.c 		struct property *prop;
property         2406 scripts/kconfig/zconf.tab.c 	struct property *prop;
property         2487 scripts/kconfig/zconf.tab.c 	struct property *prop;
property          602 scripts/kconfig/zconf.y 	struct property *prop;
property          683 scripts/kconfig/zconf.y 	struct property *prop;