Lines Matching refs:drm_property

91 struct drm_property *drm_property_create(struct drm_device *dev,  in drm_property_create()
95 struct drm_property *property = NULL; in drm_property_create()
104 property = kzalloc(sizeof(struct drm_property), GFP_KERNEL); in drm_property_create()
157 struct drm_property *drm_property_create_enum(struct drm_device *dev, in drm_property_create_enum()
162 struct drm_property *property; in drm_property_create_enum()
205 struct drm_property *drm_property_create_bitmask(struct drm_device *dev, in drm_property_create_bitmask()
211 struct drm_property *property; in drm_property_create_bitmask()
237 static struct drm_property *property_create_range(struct drm_device *dev, in property_create_range()
241 struct drm_property *property; in property_create_range()
272 struct drm_property *drm_property_create_range(struct drm_device *dev, in drm_property_create_range()
300 struct drm_property *drm_property_create_signed_range(struct drm_device *dev, in drm_property_create_signed_range()
327 struct drm_property *drm_property_create_object(struct drm_device *dev, in drm_property_create_object()
331 struct drm_property *property; in drm_property_create_object()
364 struct drm_property *drm_property_create_bool(struct drm_device *dev, in drm_property_create_bool()
385 int drm_property_add_enum(struct drm_property *property, in drm_property_add_enum()
437 void drm_property_destroy(struct drm_device *dev, struct drm_property *property) in drm_property_destroy()
458 struct drm_property *property; in drm_mode_getproperty_ioctl()
693 struct drm_property *prop_holds_id) in drm_property_replace_global_blob()
872 bool drm_property_change_valid_get(struct drm_property *property, in drm_property_change_valid_get()
928 void drm_property_change_valid_put(struct drm_property *property, in drm_property_change_valid_put()