Searched refs:ured (Results 1 – 1 of 1) sorted by relevance
123 unsigned char __user *ured; in sbusfb_ioctl_helper() local130 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() local170 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() local224 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[all …]