Searched refs:drm_fb_helper_ioctl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_fb_helper.h | 231 .fb_ioctl = drm_fb_helper_ioctl 267 int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, 360 static inline int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, in drm_fb_helper_ioctl() function
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_fb_helper.h | 211 .fb_ioctl = drm_fb_helper_ioctl 261 int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, 348 static inline int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, in drm_fb_helper_ioctl() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_fbdev.c | 81 .fb_ioctl = drm_fb_helper_ioctl,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/ |
H A D | omap_fbdev.c | 116 .fb_ioctl = drm_fb_helper_ioctl,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_fb_helper.c | 1120 * drm_fb_helper_ioctl - legacy ioctl implementation 1128 int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, in drm_fb_helper_ioctl() function 1184 EXPORT_SYMBOL(drm_fb_helper_ioctl); variable
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_fb_helper.c | 1043 * drm_fb_helper_ioctl - legacy ioctl implementation 1051 int drm_fb_helper_ioctl(struct fb_info *info, unsigned int cmd, in drm_fb_helper_ioctl() function 1107 EXPORT_SYMBOL(drm_fb_helper_ioctl); variable
|
Completed in 8 milliseconds