Lines Matching full:blue
121 u16 red, green, blue; in sbusfb_ioctl_helper() local
132 get_user(ublue, &c->blue)) in sbusfb_ioctl_helper()
138 cmap.blue = &blue; in sbusfb_ioctl_helper()
150 blue = blue8 << 8; in sbusfb_ioctl_helper()
166 u8 red, green, blue; in sbusfb_ioctl_helper() local
172 get_user(ublue, &c->blue)) in sbusfb_ioctl_helper()
181 blue = cmap->blue[index + i] >> 8; in sbusfb_ioctl_helper()
184 put_user(blue, &ublue[i])) in sbusfb_ioctl_helper()
215 u16 red, green, blue; in sbusfb_compat_ioctl() local
226 ublue = compat_ptr(c.blue); in sbusfb_compat_ioctl()
231 cmap.blue = &blue; in sbusfb_compat_ioctl()
243 blue = blue8 << 8; in sbusfb_compat_ioctl()
259 u8 red, green, blue; in sbusfb_compat_ioctl() local
266 ublue = compat_ptr(c.blue); in sbusfb_compat_ioctl()
274 blue = cmap->blue[index + i] >> 8; in sbusfb_compat_ioctl()
277 put_user(blue, &ublue[i])) in sbusfb_compat_ioctl()