Lines Matching refs:__user
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()
121 unsigned char __user *ured; in sbusfb_ioctl_helper()
122 unsigned char __user *ugreen; in sbusfb_ioctl_helper()
123 unsigned char __user *ublue; in sbusfb_ioctl_helper()
158 struct fbcmap __user *c = (struct fbcmap __user *) arg; in sbusfb_ioctl_helper()
159 unsigned char __user *ured; in sbusfb_ioctl_helper()
160 unsigned char __user *ugreen; in sbusfb_ioctl_helper()
161 unsigned char __user *ublue; in sbusfb_ioctl_helper()
196 struct fbcmap32 __user *argp = (void __user *)arg; in fbiogetputcmap()
197 struct fbcmap __user *p = compat_alloc_user_space(sizeof(*p)); in fbiogetputcmap()
218 struct fbcursor __user *p = compat_alloc_user_space(sizeof(*p)); in fbiogscursor()
219 struct fbcursor32 __user *argp = (void __user *)arg; in fbiogscursor()