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);
309 int (*prime_handle_to_fd)(struct drm_device *dev, struct drm_file *file_priv,
320 int (*prime_fd_to_handle)(struct drm_device *dev, struct drm_file *file_priv,
375 int (*dumb_create)(struct drm_file *file_priv,
393 int (*dumb_map_offset)(struct drm_file *file_priv,
412 int (*dumb_destroy)(struct drm_file *file_priv,
463 void (*preclose) (struct drm_device *, struct drm_file *file_priv);
464 int (*dma_ioctl) (struct drm_device *dev, void *data, struct drm_file *file_priv);