Searched refs:g2d_open (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_g2d.h | 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
|
H A D | exynos_drm_drv.c | 59 ret = g2d_open(dev, file); in exynos_drm_open()
|
H A D | exynos_drm_g2d.c | 1345 int g2d_open(struct drm_device *drm_dev, struct drm_file *file) in g2d_open() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_g2d.h | 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
|
H A D | exynos_drm_drv.c | 58 ret = g2d_open(dev, file); in exynos_drm_open()
|
H A D | exynos_drm_g2d.c | 1348 int g2d_open(struct drm_device *drm_dev, struct drm_file *file) in g2d_open() function
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-g2d/ |
H A D | g2d.c | 233 static int g2d_open(struct file *file) in g2d_open() function 575 .open = g2d_open,
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-g2d/ |
H A D | g2d.c | 233 static int g2d_open(struct file *file) in g2d_open() function 575 .open = g2d_open,
|
Completed in 8 milliseconds