Lines Matching refs:arg
99 int sbusfb_ioctl_helper(unsigned long cmd, unsigned long arg, in sbusfb_ioctl_helper() argument
105 struct fbtype __user *f = (struct fbtype __user *) arg; in sbusfb_ioctl_helper()
117 struct fbcmap __user *c = (struct fbcmap __user *) arg; in sbusfb_ioctl_helper()
158 struct fbcmap __user *c = (struct fbcmap __user *) arg; in sbusfb_ioctl_helper()
194 static int fbiogetputcmap(struct fb_info *info, unsigned int cmd, unsigned long arg) in fbiogetputcmap() argument
196 struct fbcmap32 __user *argp = (void __user *)arg; in fbiogetputcmap()
216 static int fbiogscursor(struct fb_info *info, unsigned long arg) in fbiogscursor() argument
219 struct fbcursor32 __user *argp = (void __user *)arg; in fbiogscursor()
242 int sbusfb_compat_ioctl(struct fb_info *info, unsigned int cmd, unsigned long arg) in sbusfb_compat_ioctl() argument
255 return info->fbops->fb_ioctl(info, cmd, arg); in sbusfb_compat_ioctl()
257 return fbiogetputcmap(info, cmd, arg); in sbusfb_compat_ioctl()
259 return fbiogetputcmap(info, cmd, arg); in sbusfb_compat_ioctl()
261 return fbiogscursor(info, arg); in sbusfb_compat_ioctl()