Lines Matching refs:red
121 u16 red, green, blue; in sbusfb_ioctl_helper() local
130 get_user(ured, &c->red) || in sbusfb_ioctl_helper()
136 cmap.red = &red; in sbusfb_ioctl_helper()
148 red = red8 << 8; in sbusfb_ioctl_helper()
166 u8 red, green, blue; in sbusfb_ioctl_helper() local
170 get_user(ured, &c->red) || in sbusfb_ioctl_helper()
179 red = cmap->red[index + i] >> 8; in sbusfb_ioctl_helper()
182 if (put_user(red, &ured[i]) || in sbusfb_ioctl_helper()
215 u16 red, green, blue; in sbusfb_compat_ioctl() local
224 ured = compat_ptr(c.red); in sbusfb_compat_ioctl()
229 cmap.red = &red; in sbusfb_compat_ioctl()
241 red = red8 << 8; in sbusfb_compat_ioctl()
259 u8 red, green, blue; in sbusfb_compat_ioctl() local
264 ured = compat_ptr(c.red); in sbusfb_compat_ioctl()
272 red = cmap->red[index + i] >> 8; in sbusfb_compat_ioctl()
275 if (put_user(red, &ured[i]) || in sbusfb_compat_ioctl()