Lines Matching full:red
120 u16 red, green, blue; in sbusfb_ioctl_helper() local
129 get_user(ured, &c->red) || in sbusfb_ioctl_helper()
135 cmap.red = &red; in sbusfb_ioctl_helper()
147 red = red8 << 8; in sbusfb_ioctl_helper()
165 u8 red, green, blue; in sbusfb_ioctl_helper() local
169 get_user(ured, &c->red) || in sbusfb_ioctl_helper()
178 red = cmap->red[index + i] >> 8; in sbusfb_ioctl_helper()
181 if (put_user(red, &ured[i]) || in sbusfb_ioctl_helper()
203 ret |= get_user(addr, &argp->red); in fbiogetputcmap()
204 ret |= put_user(compat_ptr(addr), &p->red); in fbiogetputcmap()
228 ret |= get_user(addr, &argp->cmap.red); in fbiogscursor()
229 ret |= put_user(compat_ptr(addr), &p->cmap.red); in fbiogscursor()