Lines Matching refs:drm_property
73 struct drm_property { struct
223 #define obj_to_property(x) container_of(x, struct drm_property, base)
234 static inline bool drm_property_type_is(struct drm_property *property, in drm_property_type_is()
243 struct drm_property *drm_property_create(struct drm_device *dev,
246 struct drm_property *drm_property_create_enum(struct drm_device *dev,
250 struct drm_property *drm_property_create_bitmask(struct drm_device *dev,
255 struct drm_property *drm_property_create_range(struct drm_device *dev,
258 struct drm_property *drm_property_create_signed_range(struct drm_device *dev,
261 struct drm_property *drm_property_create_object(struct drm_device *dev,
264 struct drm_property *drm_property_create_bool(struct drm_device *dev,
266 int drm_property_add_enum(struct drm_property *property,
268 void drm_property_destroy(struct drm_device *dev, struct drm_property *property);
280 struct drm_property *prop_holds_id);
294 static inline struct drm_property *drm_property_find(struct drm_device *dev, in drm_property_find()