Searched defs:fpriv (Results 1 – 3 of 3) sorted by relevance
125 static void drm_set_master(struct drm_device *dev, struct drm_file *fpriv, bool new_master) in drm_set_master()135 static int drm_new_set_master(struct drm_device *dev, struct drm_file *fpriv) in drm_new_set_master()259 static void drm_drop_master(struct drm_device *dev, struct drm_file *fpriv) in drm_drop_master()363 bool drm_is_current_master(struct drm_file *fpriv) in drm_is_current_master()
1030 static int nouveau_drm_open(struct drm_device *dev, struct drm_file *fpriv) in nouveau_drm_open()1076 static void nouveau_drm_postclose(struct drm_device *dev, struct drm_file *fpriv) in nouveau_drm_postclose()
124 static inline struct nouveau_cli *nouveau_cli(struct drm_file *fpriv) in nouveau_cli()