Home
last modified time | relevance | path

Searched refs:red8 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dsbuslib.c121 u8 red8, green8, blue8; in sbusfb_ioctl_helper() local
142 if (get_user(red8, &ured[i]) || in sbusfb_ioctl_helper()
147 red = red8 << 8; in sbusfb_ioctl_helper()
215 u8 red8, green8, blue8; in sbusfb_compat_ioctl() local
235 if (get_user(red8, &ured[i]) || in sbusfb_compat_ioctl()
240 red = red8 << 8; in sbusfb_compat_ioctl()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcmap.c40 static u16 red8[] __read_mostly = { variable
67 .len=8, .red=red8, .green=green8, .blue=blue8
340 for (i = 0; i < ARRAY_SIZE(red8); i++) { in fb_invert_cmaps()
341 red8[i] = ~red8[i]; in fb_invert_cmaps()