Searched defs:fb_ioctl (Results 1 - 2 of 2) sorted by relevance

/drivers/video/
H A Dda8xx-fb.c937 static int fb_ioctl(struct fb_info *info, unsigned int cmd, function
1044 .fb_ioctl = fb_ioctl,
H A Dfbmem.c1189 if (fb->fb_ioctl)
1190 ret = fb->fb_ioctl(info, cmd, arg);
1198 static long fb_ioctl(struct file *file, unsigned int cmd, unsigned long arg) function
1475 .unlocked_ioctl = fb_ioctl,

Completed in 55 milliseconds