Searched refs:ured (Results 1 – 1 of 1) sorted by relevance
124 unsigned char __user *ured; in sbusfb_ioctl_helper() local131 get_user(ured, &c->red) || in sbusfb_ioctl_helper()144 if (get_user(red8, &ured[i]) || in sbusfb_ioctl_helper()162 unsigned char __user *ured; in sbusfb_ioctl_helper() local171 get_user(ured, &c->red) || in sbusfb_ioctl_helper()183 if (put_user(red, &ured[i]) || in sbusfb_ioctl_helper()218 unsigned char __user *ured; in sbusfb_compat_ioctl() local225 ured = compat_ptr(c.red); in sbusfb_compat_ioctl()255 unsigned char __user *ured; in sbusfb_compat_ioctl() local265 ured = compat_ptr(c.red); in sbusfb_compat_ioctl()[all …]
Completed in 4 milliseconds