Lines Matching refs:drm_device
189 struct drm_device *dev;
218 struct drm_device *dev;
250 struct drm_property *drm_property_create(struct drm_device *dev,
253 struct drm_property *drm_property_create_enum(struct drm_device *dev,
257 struct drm_property *drm_property_create_bitmask(struct drm_device *dev,
262 struct drm_property *drm_property_create_range(struct drm_device *dev,
265 struct drm_property *drm_property_create_signed_range(struct drm_device *dev,
268 struct drm_property *drm_property_create_object(struct drm_device *dev,
271 struct drm_property *drm_property_create_bool(struct drm_device *dev,
275 void drm_property_destroy(struct drm_device *dev, struct drm_property *property);
277 struct drm_property_blob *drm_property_create_blob(struct drm_device *dev,
280 struct drm_property_blob *drm_property_lookup_blob(struct drm_device *dev,
282 int drm_property_replace_blob_from_id(struct drm_device *dev,
288 int drm_property_replace_global_blob(struct drm_device *dev,
307 static inline struct drm_property *drm_property_find(struct drm_device *dev, in drm_property_find()