Searched refs:g2d_open (Results 1 – 4 of 4) sorted by relevance
15 extern int g2d_open(struct drm_device *drm_dev, struct drm_file *file);37 static inline int g2d_open(struct drm_device *drm_dev, struct drm_file *file) in g2d_open() function
58 ret = g2d_open(dev, file); in exynos_drm_open()
1348 int g2d_open(struct drm_device *drm_dev, struct drm_file *file) in g2d_open() function
233 static int g2d_open(struct file *file) in g2d_open() function575 .open = g2d_open,