Lines Matching full:red
120 u16 red, green, blue; in sbusfb_ioctl_helper() local
129 get_user(ured, &c->red) || in sbusfb_ioctl_helper()
135 cmap.red = &red; in sbusfb_ioctl_helper()
147 red = red8 << 8; in sbusfb_ioctl_helper()
165 u8 red, green, blue; in sbusfb_ioctl_helper() local
169 get_user(ured, &c->red) || in sbusfb_ioctl_helper()
178 red = cmap->red[index + i] >> 8; in sbusfb_ioctl_helper()
181 if (put_user(red, &ured[i]) || in sbusfb_ioctl_helper()
214 u16 red, green, blue; in sbusfb_compat_ioctl() local
223 ured = compat_ptr(c.red); in sbusfb_compat_ioctl()
228 cmap.red = &red; in sbusfb_compat_ioctl()
240 red = red8 << 8; in sbusfb_compat_ioctl()
258 u8 red, green, blue; in sbusfb_compat_ioctl() local
263 ured = compat_ptr(c.red); in sbusfb_compat_ioctl()
271 red = cmap->red[index + i] >> 8; in sbusfb_compat_ioctl()
274 if (put_user(red, &ured[i]) || in sbusfb_compat_ioctl()