Searched refs:ured (Results 1 – 1 of 1) sorted by relevance
122 unsigned char __user *ured; in sbusfb_ioctl_helper() local129 get_user(ured, &c->red) || in sbusfb_ioctl_helper()142 if (get_user(red8, &ured[i]) || in sbusfb_ioctl_helper()160 unsigned char __user *ured; in sbusfb_ioctl_helper() local169 get_user(ured, &c->red) || in sbusfb_ioctl_helper()181 if (put_user(red, &ured[i]) || in sbusfb_ioctl_helper()216 unsigned char __user *ured; in sbusfb_compat_ioctl() local223 ured = compat_ptr(c.red); in sbusfb_compat_ioctl()235 if (get_user(red8, &ured[i]) || in sbusfb_compat_ioctl()253 unsigned char __user *ured; in sbusfb_compat_ioctl() local[all …]