Searched refs:property (Results 1 – 19 of 19) sorted by relevance
| /include/linux/mfd/ |
| A D | syscon.h | 24 const char *property); 26 const char *property, 30 const char *property); 51 const char *property) in syscon_regmap_lookup_by_phandle() argument 58 const char *property, in syscon_regmap_lookup_by_phandle_args() argument 67 const char *property) in syscon_regmap_lookup_by_phandle_optional() argument
|
| A D | altera-sysmgr.h | 19 const char *property); 23 const char *property) in altr_sysmgr_regmap_lookup_by_phandle() argument
|
| /include/drm/ |
| A D | drm_mode_object.h | 128 struct drm_property *property, 131 struct drm_property *property, 134 struct drm_property *property, 138 struct drm_property *property,
|
| A D | drm_property.h | 241 static inline bool drm_property_type_is(struct drm_property *property, in drm_property_type_is() argument 245 if (property->flags & DRM_MODE_PROP_EXTENDED_TYPE) in drm_property_type_is() 246 return (property->flags & DRM_MODE_PROP_EXTENDED_TYPE) == type; in drm_property_type_is() 247 return property->flags & type; in drm_property_type_is() 273 int drm_property_add_enum(struct drm_property *property, 275 void drm_property_destroy(struct drm_device *dev, struct drm_property *property);
|
| A D | drm_sysfs.h | 16 struct drm_property *property);
|
| A D | drm_plane.h | 381 struct drm_property *property, uint64_t val); 471 struct drm_property *property, 494 struct drm_property *property, 936 struct drm_property *property,
|
| A D | drm_crtc.h | 616 struct drm_property *property, uint64_t val); 706 struct drm_property *property, 728 struct drm_property *property,
|
| A D | drm_connector.h | 1425 int (*set_property)(struct drm_connector *connector, struct drm_property *property, 1557 struct drm_property *property, 1580 struct drm_property *property,
|
| /include/linux/ |
| A D | of.h | 28 struct property { struct 32 struct property *next; argument 54 struct property *properties; argument 55 struct property *deadprops; /* removed properties */ 96 struct property *prop; 97 struct property *old_prop; 1572 struct property *prop; 1573 struct property *old_prop; 1611 struct property *prop); 1626 struct device_node *np, struct property *prop) in of_changeset_add_property() [all …]
|
| A D | thunderbolt.h | 172 #define tb_property_for_each(dir, property) \ argument 173 for (property = tb_property_get_next(dir, NULL); \ 174 property; \ 175 property = tb_property_get_next(dir, property))
|
| A D | arm_ffa.h | 253 bool ffa_partition_check_property(struct ffa_device *dev, u32 property) in ffa_partition_check_property() argument 255 return dev->properties & property; in ffa_partition_check_property()
|
| A D | power_supply.h | 811 const char *property); 813 struct device *dev, const char *property);
|
| /include/linux/soc/ti/ |
| A D | k3-ringacc.h | 98 const char *property);
|
| A D | ti_sci_protocol.h | 610 const char *property); 612 const char *property); 643 const char *property) in ti_sci_get_by_phandle() argument 650 const char *property) in devm_ti_sci_get_by_phandle() argument
|
| /include/linux/pinctrl/ |
| A D | pinconf-generic.h | 192 const char * const property; member
|
| /include/uapi/mtd/ |
| A D | ubi-user.h | 493 __u8 property; member
|
| /include/uapi/drm/ |
| A D | xe_drm.h | 202 __u32 property; member 1322 __u32 property; member
|
| /include/linux/greybus/ |
| A D | greybus_protocols.h | 507 __u8 property; member 584 __u8 property; member 593 __u8 property; member
|
| /include/asm-generic/ |
| A D | vmlinux.lds.h | 914 *(.note.gnu.property) \
|
Completed in 59 milliseconds