Searched refs:property (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | of.h | 31 struct property { struct 35 struct property *next; argument 50 struct property *properties; argument 51 struct property *deadprops; /* removed properties */ 202 extern struct property *of_find_property(const struct device_node *np, 249 extern int prom_add_property(struct device_node* np, struct property* prop); 250 extern int prom_remove_property(struct device_node *np, struct property *prop); 252 struct property *newprop, 253 struct property *oldprop); 278 static inline struct property *of_find_property(const struct device_node *np, in of_find_property() [all …]
|
D | proc_fs.h | 139 struct property; 142 extern void proc_device_tree_add_prop(struct proc_dir_entry *pde, struct property *prop); 144 struct property *prop); 146 struct property *newprop, 147 struct property *oldprop);
|
/include/drm/ |
D | drm_encoder_slave.h | 73 struct drm_property *property,
|
D | drm_crtc.h | 435 int (*set_property)(struct drm_connector *connector, struct drm_property *property, 896 struct drm_property *property, 899 struct drm_property *property, 914 struct drm_property *property, uint64_t init_val); 924 extern void drm_property_destroy(struct drm_device *dev, struct drm_property *property); 925 extern int drm_property_add_enum(struct drm_property *property, int index,
|
/include/mtd/ |
D | ubi-user.h | 409 __u8 property; member
|