Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dsbuslib.c122 unsigned char __user *ured; in sbusfb_ioctl_helper() local
129 get_user(ured, &c->red) || in sbusfb_ioctl_helper()
142 if (get_user(red8, &ured[i]) || in sbusfb_ioctl_helper()
160 unsigned char __user *ured; in sbusfb_ioctl_helper() local
169 get_user(ured, &c->red) || in sbusfb_ioctl_helper()
181 if (put_user(red, &ured[i]) || in sbusfb_ioctl_helper()
216 unsigned char __user *ured; in sbusfb_compat_ioctl() local
223 ured = compat_ptr(c.red); in sbusfb_compat_ioctl()
235 if (get_user(red8, &ured[i]) || in sbusfb_compat_ioctl()
253 unsigned char __user *ured; in sbusfb_compat_ioctl() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsbuslib.c122 unsigned char __user *ured; in sbusfb_ioctl_helper() local
129 get_user(ured, &c->red) || in sbusfb_ioctl_helper()
142 if (get_user(red8, &ured[i]) || in sbusfb_ioctl_helper()
160 unsigned char __user *ured; in sbusfb_ioctl_helper() local
169 get_user(ured, &c->red) || in sbusfb_ioctl_helper()
181 if (put_user(red, &ured[i]) || in sbusfb_ioctl_helper()

Completed in 2 milliseconds