Symbol: fb_bitfield
drivers/staging/fbtft/fbtft-core.c
347
static unsigned int chan_to_field(unsigned int chan, struct fb_bitfield *bf)
drivers/staging/sm750fb/sm750.c
390
struct fb_bitfield *bf)
drivers/video/fbdev/atmel_lcdfb.c
669
static inline unsigned int chan_to_field(unsigned int chan, const struct fb_bitfield *bf)
drivers/video/fbdev/au1100fb.c
402
struct fb_bitfield rgb_bitfields[][4] =
drivers/video/fbdev/au1200fb.c
968
static struct fb_bitfield rgb_bitfields[][4] = {
drivers/video/fbdev/core/fbcon.h
52
struct fb_bitfield red;
drivers/video/fbdev/core/fbcon.h
53
struct fb_bitfield green;
drivers/video/fbdev/core/fbcon.h
54
struct fb_bitfield blue;
drivers/video/fbdev/core/fbcon.h
55
struct fb_bitfield transp;
drivers/video/fbdev/cyber2000fb.c
253
static inline u32 convert_bitfield(u_int val, struct fb_bitfield *bf)
drivers/video/fbdev/geode/gx1fb_core.c
147
static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
drivers/video/fbdev/geode/gxfb_core.c
173
static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
drivers/video/fbdev/geode/lxfb_core.c
283
static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
drivers/video/fbdev/goldfishfb.c
64
static inline u32 convert_bitfield(int val, struct fb_bitfield *bf)
drivers/video/fbdev/grvga.c
118
var->red = (struct fb_bitfield) {0, 8, 0}; /* offset, length, msb-right */
drivers/video/fbdev/grvga.c
119
var->green = (struct fb_bitfield) {0, 8, 0};
drivers/video/fbdev/grvga.c
120
var->blue = (struct fb_bitfield) {0, 8, 0};
drivers/video/fbdev/grvga.c
121
var->transp = (struct fb_bitfield) {0, 0, 0};
drivers/video/fbdev/grvga.c
124
var->red = (struct fb_bitfield) {11, 5, 0};
drivers/video/fbdev/grvga.c
125
var->green = (struct fb_bitfield) {5, 6, 0};
drivers/video/fbdev/grvga.c
126
var->blue = (struct fb_bitfield) {0, 5, 0};
drivers/video/fbdev/grvga.c
127
var->transp = (struct fb_bitfield) {0, 0, 0};
drivers/video/fbdev/grvga.c
131
var->red = (struct fb_bitfield) {16, 8, 0};
drivers/video/fbdev/grvga.c
132
var->green = (struct fb_bitfield) {8, 8, 0};
drivers/video/fbdev/grvga.c
133
var->blue = (struct fb_bitfield) {0, 8, 0};
drivers/video/fbdev/grvga.c
134
var->transp = (struct fb_bitfield) {24, 8, 0};
drivers/video/fbdev/gxt4500.c
323
static const struct fb_bitfield eightbits = {0, 8};
drivers/video/fbdev/gxt4500.c
324
static const struct fb_bitfield nobits = {0, 0};
drivers/video/fbdev/imxfb.c
141
struct fb_bitfield red;
drivers/video/fbdev/imxfb.c
142
struct fb_bitfield green;
drivers/video/fbdev/imxfb.c
143
struct fb_bitfield blue;
drivers/video/fbdev/imxfb.c
144
struct fb_bitfield transp;
drivers/video/fbdev/imxfb.c
269
static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
drivers/video/fbdev/matrox/matroxfb_base.c
1232
static struct { struct fb_bitfield red, green, blue, transp; int bits_per_pixel; } colors[] = {
drivers/video/fbdev/mb862xx/mb862xxfbdrv.c
64
struct fb_bitfield *bf)
drivers/video/fbdev/mmp/fb/mmpfb.c
297
static unsigned int chan_to_field(unsigned int chan, struct fb_bitfield *bf)
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
265
static bool cmp_component(struct fb_bitfield *f1, struct fb_bitfield *f2)
drivers/video/fbdev/omap2/omapfb/omapfb.h
104
struct fb_bitfield red;
drivers/video/fbdev/omap2/omapfb/omapfb.h
105
struct fb_bitfield green;
drivers/video/fbdev/omap2/omapfb/omapfb.h
106
struct fb_bitfield blue;
drivers/video/fbdev/omap2/omapfb/omapfb.h
107
struct fb_bitfield transp;
drivers/video/fbdev/pxa168fb.c
470
static unsigned int chan_to_field(unsigned int chan, struct fb_bitfield *bf)
drivers/video/fbdev/pxafb.c
135
static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
drivers/video/fbdev/s3c-fb.c
148
struct fb_bitfield r;
drivers/video/fbdev/s3c-fb.c
149
struct fb_bitfield g;
drivers/video/fbdev/s3c-fb.c
150
struct fb_bitfield b;
drivers/video/fbdev/s3c-fb.c
151
struct fb_bitfield a;
drivers/video/fbdev/s3c-fb.c
724
struct fb_bitfield *bf)
drivers/video/fbdev/sa1100fb.c
246
static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
drivers/video/fbdev/sm501fb.c
908
struct fb_bitfield *bf)
drivers/video/fbdev/sm712fb.c
886
struct fb_bitfield *bf)
drivers/video/fbdev/smscufx.c
1166
const struct fb_bitfield red = { 11, 5, 0 };
drivers/video/fbdev/smscufx.c
1167
const struct fb_bitfield green = { 5, 6, 0 };
drivers/video/fbdev/smscufx.c
1168
const struct fb_bitfield blue = { 0, 5, 0 };
drivers/video/fbdev/udlfb.c
1028
const struct fb_bitfield red = { 11, 5, 0 };
drivers/video/fbdev/udlfb.c
1029
const struct fb_bitfield green = { 5, 6, 0 };
drivers/video/fbdev/udlfb.c
1030
const struct fb_bitfield blue = { 0, 5, 0 };
drivers/video/fbdev/vt8500lcdfb.c
132
static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
drivers/video/fbdev/wm8505fb.c
185
static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf)
drivers/video/fbdev/xen-fbfront.c
419
fb_info->var.red = (struct fb_bitfield){16, 8, 0};
drivers/video/fbdev/xen-fbfront.c
420
fb_info->var.green = (struct fb_bitfield){8, 8, 0};
drivers/video/fbdev/xen-fbfront.c
421
fb_info->var.blue = (struct fb_bitfield){0, 8, 0};
include/linux/platform_data/simplefb.h
41
struct fb_bitfield red;
include/linux/platform_data/simplefb.h
42
struct fb_bitfield green;
include/linux/platform_data/simplefb.h
43
struct fb_bitfield blue;
include/linux/platform_data/simplefb.h
44
struct fb_bitfield transp;
include/linux/svga.h
27
struct fb_bitfield red;
include/linux/svga.h
28
struct fb_bitfield green;
include/linux/svga.h
29
struct fb_bitfield blue;
include/linux/svga.h
30
struct fb_bitfield transp;
include/uapi/linux/fb.h
254
struct fb_bitfield red; /* bitfield in fb mem if true color, */
include/uapi/linux/fb.h
255
struct fb_bitfield green; /* else only length is significant */
include/uapi/linux/fb.h
256
struct fb_bitfield blue;
include/uapi/linux/fb.h
257
struct fb_bitfield transp; /* transparency */
include/uapi/linux/omapfb.h
194
struct fb_bitfield red;
include/uapi/linux/omapfb.h
195
struct fb_bitfield green;
include/uapi/linux/omapfb.h
196
struct fb_bitfield blue;
include/uapi/linux/omapfb.h
197
struct fb_bitfield transp;
include/video/imx-ipu-v3.h
238
struct fb_bitfield red;
include/video/imx-ipu-v3.h
239
struct fb_bitfield green;
include/video/imx-ipu-v3.h
240
struct fb_bitfield blue;
include/video/imx-ipu-v3.h
241
struct fb_bitfield transp;
include/video/sa1100fb.h
24
struct fb_bitfield red;
include/video/sa1100fb.h
25
struct fb_bitfield green;
include/video/sa1100fb.h
26
struct fb_bitfield blue;
include/video/sa1100fb.h
27
struct fb_bitfield transp;