Lines Matching full:green
120 u16 red, green, blue; in sbusfb_ioctl_helper() local
130 get_user(ugreen, &c->green) || in sbusfb_ioctl_helper()
136 cmap.green = &green; in sbusfb_ioctl_helper()
148 green = green8 << 8; in sbusfb_ioctl_helper()
165 u8 red, green, blue; in sbusfb_ioctl_helper() local
170 get_user(ugreen, &c->green) || in sbusfb_ioctl_helper()
179 green = cmap->green[index + i] >> 8; in sbusfb_ioctl_helper()
182 put_user(green, &ugreen[i]) || in sbusfb_ioctl_helper()
214 u16 red, green, blue; in sbusfb_compat_ioctl() local
224 ugreen = compat_ptr(c.green); in sbusfb_compat_ioctl()
229 cmap.green = &green; in sbusfb_compat_ioctl()
241 green = green8 << 8; in sbusfb_compat_ioctl()
258 u8 red, green, blue; in sbusfb_compat_ioctl() local
264 ugreen = compat_ptr(c.green); in sbusfb_compat_ioctl()
272 green = cmap->green[index + i] >> 8; in sbusfb_compat_ioctl()
275 put_user(green, &ugreen[i]) || in sbusfb_compat_ioctl()