Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Dsbuslib.c121 unsigned char __user *ured; in sbusfb_ioctl_helper() local
128 __get_user(ured, &c->red) || in sbusfb_ioctl_helper()
141 if (get_user(red8, &ured[i]) || in sbusfb_ioctl_helper()
159 unsigned char __user *ured; in sbusfb_ioctl_helper() local
168 __get_user(ured, &c->red) || in sbusfb_ioctl_helper()
180 if (put_user(red, &ured[i]) || in sbusfb_ioctl_helper()