Home
last modified time | relevance | path

Searched refs:ured (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/video/fbdev/
H A Dsbuslib.c124 unsigned char __user *ured; in sbusfb_ioctl_helper() local
131 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() local
171 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() local
225 ured = compat_ptr(c.red); in sbusfb_compat_ioctl()
237 if (get_user(red8, &ured[i]) || in sbusfb_compat_ioctl()
255 unsigned char __user *ured; in sbusfb_compat_ioctl() local
[all …]