Lines Matching refs:blue
119 u16 red, green, blue; in sbusfb_ioctl_helper() local
130 __get_user(ublue, &c->blue)) in sbusfb_ioctl_helper()
136 cmap.blue = &blue; in sbusfb_ioctl_helper()
148 blue = blue8 << 8; in sbusfb_ioctl_helper()
164 u8 red, green, blue; in sbusfb_ioctl_helper() local
170 __get_user(ublue, &c->blue)) in sbusfb_ioctl_helper()
179 blue = cmap->blue[index + i] >> 8; in sbusfb_ioctl_helper()
182 put_user(blue, &ublue[i])) in sbusfb_ioctl_helper()
206 ret |= get_user(addr, &argp->blue); in fbiogetputcmap()
207 ret |= put_user(compat_ptr(addr), &p->blue); in fbiogetputcmap()
231 ret |= get_user(addr, &argp->cmap.blue); in fbiogscursor()
232 ret |= put_user(compat_ptr(addr), &p->cmap.blue); in fbiogscursor()