Lines Matching refs:green
121 u16 red, green, blue; in sbusfb_ioctl_helper() local
131 get_user(ugreen, &c->green) || in sbusfb_ioctl_helper()
137 cmap.green = &green; in sbusfb_ioctl_helper()
149 green = green8 << 8; in sbusfb_ioctl_helper()
166 u8 red, green, blue; in sbusfb_ioctl_helper() local
171 get_user(ugreen, &c->green) || in sbusfb_ioctl_helper()
180 green = cmap->green[index + i] >> 8; in sbusfb_ioctl_helper()
183 put_user(green, &ugreen[i]) || in sbusfb_ioctl_helper()
215 u16 red, green, blue; in sbusfb_compat_ioctl() local
225 ugreen = compat_ptr(c.green); in sbusfb_compat_ioctl()
230 cmap.green = &green; in sbusfb_compat_ioctl()
242 green = green8 << 8; in sbusfb_compat_ioctl()
259 u8 red, green, blue; in sbusfb_compat_ioctl() local
265 ugreen = compat_ptr(c.green); in sbusfb_compat_ioctl()
273 green = cmap->green[index + i] >> 8; in sbusfb_compat_ioctl()
276 put_user(green, &ugreen[i]) || in sbusfb_compat_ioctl()