Lines Matching refs: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()
207 ret |= get_user(addr, &argp->blue); in fbiogetputcmap()
208 ret |= put_user(compat_ptr(addr), &p->blue); in fbiogetputcmap()
232 ret |= get_user(addr, &argp->cmap.blue); in fbiogscursor()
233 ret |= put_user(compat_ptr(addr), &p->cmap.blue); in fbiogscursor()