Lines Matching full:blue
120 u16 red, green, blue; in sbusfb_ioctl_helper() local
131 get_user(ublue, &c->blue)) in sbusfb_ioctl_helper()
137 cmap.blue = &blue; in sbusfb_ioctl_helper()
149 blue = blue8 << 8; in sbusfb_ioctl_helper()
165 u8 red, green, blue; in sbusfb_ioctl_helper() local
171 get_user(ublue, &c->blue)) in sbusfb_ioctl_helper()
180 blue = cmap->blue[index + i] >> 8; in sbusfb_ioctl_helper()
183 put_user(blue, &ublue[i])) in sbusfb_ioctl_helper()
214 u16 red, green, blue; in sbusfb_compat_ioctl() local
225 ublue = compat_ptr(c.blue); in sbusfb_compat_ioctl()
230 cmap.blue = &blue; in sbusfb_compat_ioctl()
242 blue = blue8 << 8; in sbusfb_compat_ioctl()
258 u8 red, green, blue; in sbusfb_compat_ioctl() local
265 ublue = compat_ptr(c.blue); in sbusfb_compat_ioctl()
273 blue = cmap->blue[index + i] >> 8; in sbusfb_compat_ioctl()
276 put_user(blue, &ublue[i])) in sbusfb_compat_ioctl()