Home
last modified time | relevance | path

Searched refs:fb_compat_ioctl (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/video/fbdev/core/
H A Dfb_chrdev.c274 static long fb_compat_ioctl(struct file *file, unsigned int cmd, in fb_compat_ioctl() function
306 if (fb->fb_compat_ioctl) in fb_compat_ioctl()
307 ret = fb->fb_compat_ioctl(info, cmd, arg); in fb_compat_ioctl()
412 .compat_ioctl = fb_compat_ioctl,
/linux-6.15/drivers/video/fbdev/
H A Dsbuslib.h48 .fb_compat_ioctl = sbusfb_compat_ioctl
H A Dps3fb.c953 .fb_compat_ioctl = ps3fb_ioctl
/linux-6.15/include/linux/
H A Dfb.h301 int (*fb_compat_ioctl)(struct fb_info *info, unsigned cmd, member
/linux-6.15/drivers/video/fbdev/aty/
H A Datyfb_base.c312 .fb_compat_ioctl = atyfb_compat_ioctl,
/linux-6.15/drivers/video/fbdev/sis/
H A Dsis_main.c1896 .fb_compat_ioctl= sisfb_ioctl,