Lines Matching refs:drm_property

96 struct drm_property *drm_property_create(struct drm_device *dev,  in drm_property_create()
100 struct drm_property *property = NULL; in drm_property_create()
109 property = kzalloc(sizeof(struct drm_property), GFP_KERNEL); in drm_property_create()
161 struct drm_property *drm_property_create_enum(struct drm_device *dev, in drm_property_create_enum()
166 struct drm_property *property; in drm_property_create_enum()
209 struct drm_property *drm_property_create_bitmask(struct drm_device *dev, in drm_property_create_bitmask()
215 struct drm_property *property; in drm_property_create_bitmask()
241 static struct drm_property *property_create_range(struct drm_device *dev, in property_create_range()
245 struct drm_property *property; in property_create_range()
276 struct drm_property *drm_property_create_range(struct drm_device *dev, in drm_property_create_range()
304 struct drm_property *drm_property_create_signed_range(struct drm_device *dev, in drm_property_create_signed_range()
331 struct drm_property *drm_property_create_object(struct drm_device *dev, in drm_property_create_object()
335 struct drm_property *property; in drm_property_create_object()
368 struct drm_property *drm_property_create_bool(struct drm_device *dev, in drm_property_create_bool()
389 int drm_property_add_enum(struct drm_property *property, in drm_property_add_enum()
440 void drm_property_destroy(struct drm_device *dev, struct drm_property *property) in drm_property_destroy()
461 struct drm_property *property; in drm_mode_getproperty_ioctl()
695 struct drm_property *prop_holds_id) in drm_property_replace_global_blob()
874 bool drm_property_change_valid_get(struct drm_property *property, in drm_property_change_valid_get()
930 void drm_property_change_valid_put(struct drm_property *property, in drm_property_change_valid_put()