Searched refs:blue8 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | sbuslib.c | 121 u8 red8, green8, blue8; in sbusfb_ioctl_helper() local 144 get_user(blue8, &ublue[i])) in sbusfb_ioctl_helper() 149 blue = blue8 << 8; in sbusfb_ioctl_helper() 215 u8 red8, green8, blue8; in sbusfb_compat_ioctl() local 237 get_user(blue8, &ublue[i])) in sbusfb_compat_ioctl() 242 blue = blue8 << 8; in sbusfb_compat_ioctl()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | sbuslib.c | 121 u8 red8, green8, blue8; in sbusfb_ioctl_helper() local 144 get_user(blue8, &ublue[i])) in sbusfb_ioctl_helper() 149 blue = blue8 << 8; in sbusfb_ioctl_helper()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbcmap.c | 46 static u16 blue8[] __read_mostly = { 67 .len=8, .red=red8, .green=green8, .blue=blue8 343 blue8[i] = ~blue8[i]; in fb_invert_cmaps()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbcmap.c | 46 static u16 blue8[] __read_mostly = { 67 .len=8, .red=red8, .green=green8, .blue=blue8 343 blue8[i] = ~blue8[i]; in fb_invert_cmaps()
|
Completed in 3 milliseconds