| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | simplefb.h | 39 struct fb_bitfield red; 40 struct fb_bitfield green; 41 struct fb_bitfield blue; 42 struct fb_bitfield transp;
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | sa1100fb.h | 24 struct fb_bitfield red; 25 struct fb_bitfield green; 26 struct fb_bitfield blue; 27 struct fb_bitfield transp;
|
| H A D | imx-ipu-v3.h | 237 struct fb_bitfield red; 238 struct fb_bitfield green; 239 struct fb_bitfield blue; 240 struct fb_bitfield transp;
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | grvga.c | 119 var->red = (struct fb_bitfield) {0, 8, 0}; /* offset, length, msb-right */ in grvga_check_var() 120 var->green = (struct fb_bitfield) {0, 8, 0}; in grvga_check_var() 121 var->blue = (struct fb_bitfield) {0, 8, 0}; in grvga_check_var() 122 var->transp = (struct fb_bitfield) {0, 0, 0}; in grvga_check_var() 125 var->red = (struct fb_bitfield) {11, 5, 0}; in grvga_check_var() 126 var->green = (struct fb_bitfield) {5, 6, 0}; in grvga_check_var() 127 var->blue = (struct fb_bitfield) {0, 5, 0}; in grvga_check_var() 128 var->transp = (struct fb_bitfield) {0, 0, 0}; in grvga_check_var() 132 var->red = (struct fb_bitfield) {16, 8, 0}; in grvga_check_var() 133 var->green = (struct fb_bitfield) {8, 8, 0}; in grvga_check_var() [all …]
|
| H A D | hyperv_fb.c | 837 static inline u32 chan_to_field(u32 chan, struct fb_bitfield *bf) in chan_to_field() 1186 info->var.red = (struct fb_bitfield){11, 5, 0}; in hvfb_probe() 1187 info->var.green = (struct fb_bitfield){5, 6, 0}; in hvfb_probe() 1188 info->var.blue = (struct fb_bitfield){0, 5, 0}; in hvfb_probe() 1189 info->var.transp = (struct fb_bitfield){0, 0, 0}; in hvfb_probe() 1191 info->var.red = (struct fb_bitfield){16, 8, 0}; in hvfb_probe() 1192 info->var.green = (struct fb_bitfield){8, 8, 0}; in hvfb_probe() 1193 info->var.blue = (struct fb_bitfield){0, 8, 0}; in hvfb_probe() 1194 info->var.transp = (struct fb_bitfield){24, 8, 0}; in hvfb_probe()
|
| H A D | imxfb.c | 131 struct fb_bitfield red; 132 struct fb_bitfield green; 133 struct fb_bitfield blue; 134 struct fb_bitfield transp; 252 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
| H A D | xen-fbfront.c | 440 fb_info->var.red = (struct fb_bitfield){16, 8, 0}; in xenfb_probe() 441 fb_info->var.green = (struct fb_bitfield){8, 8, 0}; in xenfb_probe() 442 fb_info->var.blue = (struct fb_bitfield){0, 8, 0}; in xenfb_probe()
|
| H A D | s3c-fb.c | 147 struct fb_bitfield r; 148 struct fb_bitfield g; 149 struct fb_bitfield b; 150 struct fb_bitfield a; 723 struct fb_bitfield *bf) in chan_to_field()
|
| H A D | gxt4500.c | 322 static const struct fb_bitfield eightbits = {0, 8}; 323 static const struct fb_bitfield nobits = {0, 0};
|
| H A D | goldfishfb.c | 64 static inline u32 convert_bitfield(int val, struct fb_bitfield *bf) in convert_bitfield()
|
| H A D | wm8505fb.c | 185 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/ |
| H A D | fbpriv.h | 117 struct fb_bitfield { struct 166 struct fb_bitfield red; /* bitfield in fb mem if true color, */ 167 struct fb_bitfield green; /* else only length is significant */ 168 struct fb_bitfield blue; 169 struct fb_bitfield transp; /* transparency */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | fb.h | 186 struct fb_bitfield { struct 250 struct fb_bitfield red; /* bitfield in fb mem if true color, */ 251 struct fb_bitfield green; /* else only length is significant */ 252 struct fb_bitfield blue; 253 struct fb_bitfield transp; /* transparency */
|
| H A D | omapfb.h | 194 struct fb_bitfield red; 195 struct fb_bitfield green; 196 struct fb_bitfield blue; 197 struct fb_bitfield transp;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | fb.h | 186 struct fb_bitfield { struct 250 struct fb_bitfield red; /* bitfield in fb mem if true color, */ 251 struct fb_bitfield green; /* else only length is significant */ 252 struct fb_bitfield blue; 253 struct fb_bitfield transp; /* transparency */
|
| H A D | omapfb.h | 194 struct fb_bitfield red; 195 struct fb_bitfield green; 196 struct fb_bitfield blue; 197 struct fb_bitfield transp;
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fb.h | 188 struct fb_bitfield { struct 253 struct fb_bitfield red; /* bitfield in fb mem if true color, */ 254 struct fb_bitfield green; /* else only length is significant */ 255 struct fb_bitfield blue; 256 struct fb_bitfield transp; /* transparency */
|
| H A D | omapfb.h | 194 struct fb_bitfield red; 195 struct fb_bitfield green; 196 struct fb_bitfield blue; 197 struct fb_bitfield transp;
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb.h | 104 struct fb_bitfield red; 105 struct fb_bitfield green; 106 struct fb_bitfield blue; 107 struct fb_bitfield transp;
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | svga.h | 27 struct fb_bitfield red; 28 struct fb_bitfield green; 29 struct fb_bitfield blue; 30 struct fb_bitfield transp;
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | fbcon.h | 49 struct fb_bitfield red; 50 struct fb_bitfield green; 51 struct fb_bitfield blue; 52 struct fb_bitfield transp;
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | fb.h | 53 struct fb_bitfield { struct 115 struct fb_bitfield red; /* bitfield in fb mem if true color, */ 116 struct fb_bitfield green; /* else only length is significant */ 117 struct fb_bitfield blue; 118 struct fb_bitfield transp; /* transparency */
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | api.rst | 193 struct fb_bitfield red; /* bitfield in fb mem if true color, */ 194 struct fb_bitfield green; /* else only length is significant */ 195 struct fb_bitfield blue; 196 struct fb_bitfield transp; /* transparency */ 261 struct fb_bitfield { 270 component in the pixel value are described by the fb_bitfield offset and
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/ |
| H A D | gx1fb_core.c | 146 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
| H A D | gxfb_core.c | 171 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|