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()
162 struct drm_property *drm_property_create_enum(struct drm_device *dev, in drm_property_create_enum()
167 struct drm_property *property; in drm_property_create_enum()
210 struct drm_property *drm_property_create_bitmask(struct drm_device *dev, in drm_property_create_bitmask()
216 struct drm_property *property; in drm_property_create_bitmask()
242 static struct drm_property *property_create_range(struct drm_device *dev, in property_create_range()
246 struct drm_property *property; in property_create_range()
277 struct drm_property *drm_property_create_range(struct drm_device *dev, in drm_property_create_range()
305 struct drm_property *drm_property_create_signed_range(struct drm_device *dev, in drm_property_create_signed_range()
332 struct drm_property *drm_property_create_object(struct drm_device *dev, in drm_property_create_object()
336 struct drm_property *property; in drm_property_create_object()
369 struct drm_property *drm_property_create_bool(struct drm_device *dev, in drm_property_create_bool()
390 int drm_property_add_enum(struct drm_property *property, in drm_property_add_enum()
442 void drm_property_destroy(struct drm_device *dev, struct drm_property *property) in drm_property_destroy()
463 struct drm_property *property; in drm_mode_getproperty_ioctl()
698 struct drm_property *prop_holds_id) in drm_property_replace_global_blob()
877 bool drm_property_change_valid_get(struct drm_property *property, in drm_property_change_valid_get()
933 void drm_property_change_valid_put(struct drm_property *property, in drm_property_change_valid_put()