Searched refs:property (Results 1 – 16 of 16) sorted by relevance
/include/linux/mfd/ |
D | altera-sysmgr.h | 19 const char *property); 23 const char *property) in altr_sysmgr_regmap_lookup_by_phandle() argument
|
D | syscon.h | 25 const char *property); 44 const char *property) in syscon_regmap_lookup_by_phandle() argument
|
/include/drm/ |
D | drm_property.h | 234 static inline bool drm_property_type_is(struct drm_property *property, in drm_property_type_is() argument 238 if (property->flags & DRM_MODE_PROP_EXTENDED_TYPE) in drm_property_type_is() 239 return (property->flags & DRM_MODE_PROP_EXTENDED_TYPE) == type; in drm_property_type_is() 240 return property->flags & type; in drm_property_type_is() 266 int drm_property_add_enum(struct drm_property *property, 268 void drm_property_destroy(struct drm_device *dev, struct drm_property *property);
|
D | drm_mode_object.h | 124 struct drm_property *property, 127 struct drm_property *property, 131 struct drm_property *property,
|
D | drm_sysfs.h | 15 struct drm_property *property);
|
D | drm_plane.h | 326 struct drm_property *property, uint64_t val); 416 struct drm_property *property, 439 struct drm_property *property, 755 struct drm_property *property,
|
D | drm_crtc.h | 604 struct drm_property *property, uint64_t val); 694 struct drm_property *property, 716 struct drm_property *property,
|
D | drm_encoder_slave.h | 73 struct drm_property *property,
|
D | drm_connector.h | 785 int (*set_property)(struct drm_connector *connector, struct drm_property *property, 917 struct drm_property *property, 940 struct drm_property *property,
|
/include/linux/ |
D | of.h | 31 struct property { struct 35 struct property *next; argument 57 struct property *properties; argument 58 struct property *deadprops; /* removed properties */ 99 struct property *prop; 100 struct property *old_prop; 210 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag() 215 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag() 220 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag() 304 extern struct property *of_find_property(const struct device_node *np, [all …]
|
D | thunderbolt.h | 162 #define tb_property_for_each(dir, property) \ argument 163 for (property = tb_property_get_next(dir, NULL); \ 164 property; \ 165 property = tb_property_get_next(dir, property))
|
D | power_supply.h | 361 const char *property); 363 struct device *dev, const char *property); 366 power_supply_get_by_phandle(struct device_node *np, const char *property) in power_supply_get_by_phandle() argument 369 devm_power_supply_get_by_phandle(struct device *dev, const char *property) in devm_power_supply_get_by_phandle() argument
|
/include/linux/soc/ti/ |
D | ti_sci_protocol.h | 550 const char *property); 552 const char *property); 580 const char *property) in ti_sci_get_by_phandle() argument 587 const char *property) in devm_ti_sci_get_by_phandle() argument
|
/include/linux/pinctrl/ |
D | pinconf-generic.h | 179 const char * const property; member
|
/include/uapi/mtd/ |
D | ubi-user.h | 452 __u8 property; member
|
/include/linux/greybus/ |
D | greybus_protocols.h | 511 __u8 property; member 588 __u8 property; member 597 __u8 property; member
|