Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/
Dsbuslib.c123 unsigned char __user *ured; in sbusfb_ioctl_helper() local
130 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() local
170 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() local
224 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 …]