Searched refs:drm_fb_helper_sys_read (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/include/drm/ |
A D | drm_fb_helper.h | 266 ssize_t drm_fb_helper_sys_read(struct fb_info *info, char __user *buf, 401 static inline ssize_t drm_fb_helper_sys_read(struct fb_info *info, in drm_fb_helper_sys_read() function
|
/linux-6.3-rc2/drivers/gpu/drm/msm/ |
A D | msm_fbdev.c | 38 .fb_read = drm_fb_helper_sys_read,
|
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/ |
A D | omap_fbdev.c | 84 .fb_read = drm_fb_helper_sys_read,
|
/linux-6.3-rc2/drivers/gpu/drm/tegra/ |
A D | fb.c | 209 .fb_read = drm_fb_helper_sys_read,
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_fbdev_generic.c | 101 ret = drm_fb_helper_sys_read(info, buf, count, ppos); in drm_fbdev_fb_read()
|
A D | drm_fb_helper.c | 788 ssize_t drm_fb_helper_sys_read(struct fb_info *info, char __user *buf, in drm_fb_helper_sys_read() function 793 EXPORT_SYMBOL(drm_fb_helper_sys_read);
|
Completed in 14 milliseconds