Searched refs:chan_to_field (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/geode/
H A Dgx1fb_core.c153 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) function
179 v = chan_to_field(red, &info->var.red);
180 v |= chan_to_field(green, &info->var.green);
181 v |= chan_to_field(blue, &info->var.blue);
H A Dgxfb_core.c158 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) function
184 v = chan_to_field(red, &info->var.red);
185 v |= chan_to_field(green, &info->var.green);
186 v |= chan_to_field(blue, &info->var.blue);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Datmel_lcdfb.c350 static inline unsigned int chan_to_field(unsigned int chan, const struct fb_bitfield *bf) function
400 val = chan_to_field(red, &info->var.red);
401 val |= chan_to_field(green, &info->var.green);
402 val |= chan_to_field(blue, &info->var.blue);
H A Dimxfb.c63 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) function
127 val = chan_to_field(red, &info->var.red);
128 val |= chan_to_field(green, &info->var.green);
129 val |= chan_to_field(blue, &info->var.blue);
H A Ds3c2410fb.c495 static inline unsigned int chan_to_field(unsigned int chan, struct fb_bitfield *bf) function
518 val = chan_to_field(red, &fbi->fb->var.red);
519 val |= chan_to_field(green, &fbi->fb->var.green);
520 val |= chan_to_field(blue, &fbi->fb->var.blue);
H A Dsa1100fb.c496 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) function
575 val = chan_to_field(red, &fbi->fb.var.red);
576 val |= chan_to_field(green, &fbi->fb.var.green);
577 val |= chan_to_field(blue, &fbi->fb.var.blue);
H A Dpxafb.c97 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) function
162 val = chan_to_field(red, &fbi->fb.var.red);
163 val |= chan_to_field(green, &fbi->fb.var.green);
164 val |= chan_to_field(blue, &fbi->fb.var.blue);
H A Dsm501fb.c783 /* chan_to_field
790 static inline unsigned int chan_to_field(unsigned int chan, function
824 val = chan_to_field(red, &info->var.red);
825 val |= chan_to_field(green, &info->var.green);
826 val |= chan_to_field(blue, &info->var.blue);

Completed in 126 milliseconds