Lines Matching refs:ured
123 unsigned char __user *ured; in sbusfb_ioctl_helper() local
130 get_user(ured, &c->red) || in sbusfb_ioctl_helper()
143 if (get_user(red8, &ured[i]) || in sbusfb_ioctl_helper()
161 unsigned char __user *ured; in sbusfb_ioctl_helper() local
170 get_user(ured, &c->red) || in sbusfb_ioctl_helper()
182 if (put_user(red, &ured[i]) || in sbusfb_ioctl_helper()
217 unsigned char __user *ured; in sbusfb_compat_ioctl() local
224 ured = compat_ptr(c.red); in sbusfb_compat_ioctl()
236 if (get_user(red8, &ured[i]) || in sbusfb_compat_ioctl()
254 unsigned char __user *ured; in sbusfb_compat_ioctl() local
264 ured = compat_ptr(c.red); in sbusfb_compat_ioctl()
275 if (put_user(red, &ured[i]) || in sbusfb_compat_ioctl()