Lines Matching refs:red
122 u16 red, green, blue; in sbusfb_ioctl_helper() local
131 get_user(ured, &c->red) || in sbusfb_ioctl_helper()
137 cmap.red = &red; in sbusfb_ioctl_helper()
149 red = red8 << 8; in sbusfb_ioctl_helper()
167 u8 red, green, blue; in sbusfb_ioctl_helper() local
171 get_user(ured, &c->red) || in sbusfb_ioctl_helper()
180 red = cmap->red[index + i] >> 8; in sbusfb_ioctl_helper()
183 if (put_user(red, &ured[i]) || in sbusfb_ioctl_helper()
216 u16 red, green, blue; in sbusfb_compat_ioctl() local
225 ured = compat_ptr(c.red); in sbusfb_compat_ioctl()
230 cmap.red = &red; in sbusfb_compat_ioctl()
242 red = red8 << 8; in sbusfb_compat_ioctl()
260 u8 red, green, blue; in sbusfb_compat_ioctl() local
265 ured = compat_ptr(c.red); in sbusfb_compat_ioctl()
273 red = cmap->red[index + i] >> 8; in sbusfb_compat_ioctl()
276 if (put_user(red, &ured[i]) || in sbusfb_compat_ioctl()