Lines Matching refs:drm_file
35 struct drm_file;
197 int (*open) (struct drm_device *, struct drm_file *);
211 void (*postclose) (struct drm_device *, struct drm_file *);
275 void (*master_set)(struct drm_device *dev, struct drm_file *file_priv,
282 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);
310 int (*prime_handle_to_fd)(struct drm_device *dev, struct drm_file *file_priv,
321 int (*prime_fd_to_handle)(struct drm_device *dev, struct drm_file *file_priv,
379 int (*dumb_create)(struct drm_file *file_priv,
397 int (*dumb_map_offset)(struct drm_file *file_priv,
416 int (*dumb_destroy)(struct drm_file *file_priv,
467 void (*preclose) (struct drm_device *, struct drm_file *file_priv);
468 int (*dma_ioctl) (struct drm_device *dev, void *data, struct drm_file *file_priv);