Searched refs:red8 (Results 1 – 2 of 2) sorted by relevance
123 u8 red8, green8, blue8; in sbusfb_ioctl_helper() local144 if (get_user(red8, &ured[i]) || in sbusfb_ioctl_helper()149 red = red8 << 8; in sbusfb_ioctl_helper()217 u8 red8, green8, blue8; in sbusfb_compat_ioctl() local237 if (get_user(red8, &ured[i]) || in sbusfb_compat_ioctl()242 red = red8 << 8; in sbusfb_compat_ioctl()
41 static u16 red8[] __read_mostly = { variable68 .len=8, .red=red8, .green=green8, .blue=blue8341 for (i = 0; i < ARRAY_SIZE(red8); i++) { in fb_invert_cmaps()342 red8[i] = ~red8[i]; in fb_invert_cmaps()
Completed in 7 milliseconds