Lines Matching refs:__user
106 struct fbtype __user *f = (struct fbtype __user *) arg; in sbusfb_ioctl_helper()
118 struct fbcmap __user *c = (struct fbcmap __user *) arg; in sbusfb_ioctl_helper()
122 unsigned char __user *ured; in sbusfb_ioctl_helper()
123 unsigned char __user *ugreen; in sbusfb_ioctl_helper()
124 unsigned char __user *ublue; in sbusfb_ioctl_helper()
159 struct fbcmap __user *c = (struct fbcmap __user *) arg; in sbusfb_ioctl_helper()
160 unsigned char __user *ured; in sbusfb_ioctl_helper()
161 unsigned char __user *ugreen; in sbusfb_ioctl_helper()
162 unsigned char __user *ublue; in sbusfb_ioctl_helper()
197 struct fbcmap32 __user *argp = (void __user *)arg; in fbiogetputcmap()
198 struct fbcmap __user *p = compat_alloc_user_space(sizeof(*p)); in fbiogetputcmap()
219 struct fbcursor __user *p = compat_alloc_user_space(sizeof(*p)); in fbiogscursor()
220 struct fbcursor32 __user *argp = (void __user *)arg; in fbiogscursor()