Lines Matching refs:drm_device
179 struct drm_device *dev;
208 struct drm_device *dev;
240 struct drm_property *drm_property_create(struct drm_device *dev,
243 struct drm_property *drm_property_create_enum(struct drm_device *dev,
247 struct drm_property *drm_property_create_bitmask(struct drm_device *dev,
252 struct drm_property *drm_property_create_range(struct drm_device *dev,
255 struct drm_property *drm_property_create_signed_range(struct drm_device *dev,
258 struct drm_property *drm_property_create_object(struct drm_device *dev,
261 struct drm_property *drm_property_create_bool(struct drm_device *dev,
265 void drm_property_destroy(struct drm_device *dev, struct drm_property *property);
267 struct drm_property_blob *drm_property_create_blob(struct drm_device *dev,
270 struct drm_property_blob *drm_property_lookup_blob(struct drm_device *dev,
272 int drm_property_replace_global_blob(struct drm_device *dev,
291 static inline struct drm_property *drm_property_find(struct drm_device *dev, in drm_property_find()