Searched defs:transp (Results 1 - 25 of 125) sorted by relevance

12345

/drivers/video/
H A Dq40fb.c55 unsigned blue, unsigned transp,
54 q40fb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Dmaxinefb.c89 unsigned blue, unsigned transp, struct fb_info *info)
88 maxinefb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A D68328fb.c100 u_int transp, struct fb_info *info);
204 var->transp.offset = 0;
205 var->transp.length = 0;
214 var->transp.offset = 0;
215 var->transp.length = 0;
218 if (var->transp.length) {
225 var->transp.offset = 15;
226 var->transp.length = 1;
234 var->transp.offset = 0;
235 var->transp
284 mc68x328fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, u_int transp, struct fb_info *info) argument
[all...]
H A Dfbcmap.c82 * @transp: boolean, 1 if there is transparency, 0 otherwise
92 int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags) argument
111 if (transp) {
112 cmap->transp = kmalloc(size, flags);
113 if (!cmap->transp)
116 cmap->transp = NULL;
131 int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp) argument
133 return fb_alloc_cmap_gfp(cmap, len, transp, GFP_ATOMIC);
150 kfree(cmap->transp);
152 cmap->red = cmap->green = cmap->blue = cmap->transp
230 u16 *red, *green, *blue, *transp; local
[all...]
H A Dfm2fb.c165 u_int transp, struct fb_info *info);
196 u_int transp, struct fb_info *info)
195 fm2fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, u_int transp, struct fb_info *info) argument
H A Dpmag-ba-fb.c96 unsigned int transp, struct fb_info *info)
94 pmagbafb_setcolreg(unsigned int regno, unsigned int red, unsigned int green, unsigned int blue, unsigned int transp, struct fb_info *info) argument
H A Dsunxvr1000.c45 unsigned transp, struct fb_info *info)
103 var->transp.offset = 0;
104 var->transp.length = 0;
43 gfb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Dsunxvr2500.c49 unsigned transp, struct fb_info *info)
107 var->transp.offset = 0;
108 var->transp.length = 0;
47 s3d_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Dvesafb.c126 unsigned blue, unsigned transp,
370 vesafb_defined.transp.offset = screen_info.rsvd_pos;
371 vesafb_defined.transp.length = screen_info.rsvd_size;
125 vesafb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Dvt8500lcdfb.c65 info->var.transp.offset = 0;
66 info->var.transp.length = 0;
67 info->var.transp.msb_right = 0;
74 info->var.transp.offset = 0;
75 info->var.transp.length = 0;
76 info->var.transp.msb_right = 0;
144 unsigned blue, unsigned transp,
143 vt8500lcd_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Damba-clcd.c140 memset(&var->transp, 0, sizeof(var->transp));
334 unsigned int blue, unsigned int transp, struct fb_info *info)
339 fb->cmap[regno] = convert_bitfield(transp, &fb->fb.var.transp) |
333 clcdfb_setcolreg(unsigned int regno, unsigned int red, unsigned int green, unsigned int blue, unsigned int transp, struct fb_info *info) argument
H A Dau1100fb.c176 info->var.transp.offset = 0;
177 info->var.transp.length = 0;
178 info->var.transp.msb_right = 0;
189 info->var.transp = rgb_bitfields[index][3];
248 int au1100fb_fb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *fbi) argument
H A Dchipsfb.c80 u_int transp, struct fb_info *info);
152 u_int transp, struct fb_info *info)
151 chipsfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, u_int transp, struct fb_info *info) argument
H A Dclps711xfb.c55 u_int transp, struct fb_info *info)
96 var->transp.msb_right = 0;
97 var->transp.offset = 0;
98 var->transp.length = 0;
54 clps7111fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, u_int transp, struct fb_info *info) argument
H A Dg364fb.c109 u_int blue, u_int transp,
176 u_int blue, u_int transp, struct fb_info *info)
175 g364fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, u_int transp, struct fb_info *info) argument
H A Dgrvga.c127 var->transp = (struct fb_bitfield) {0, 0, 0};
133 var->transp = (struct fb_bitfield) {0, 0, 0};
140 var->transp = (struct fb_bitfield) {24, 8, 0};
193 static int grvga_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
213 transp = CNVT_TOHW(transp, info->var.transp.length);
232 (transp << info->var.transp.offset);
H A Dhitfb.c208 unsigned blue, unsigned transp, struct fb_info *info)
271 var->transp.offset = 0;
272 var->transp.length = 0;
281 var->transp.offset = 0;
282 var->transp.length = 0;
370 hitfb_var.transp.offset = 0;
371 hitfb_var.transp.length = 0;
380 hitfb_var.transp.offset = 0;
381 hitfb_var.transp.length = 0;
207 hitfb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Digafb.c277 unsigned blue, unsigned transp,
276 igafb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Dpmagb-b-fb.c100 unsigned int transp, struct fb_info *info)
98 pmagbbfb_setcolreg(unsigned int regno, unsigned int red, unsigned int green, unsigned int blue, unsigned int transp, struct fb_info *info) argument
H A Dskeletonfb.c268 * @transp: If supported, the alpha value which can be up to 16 bits wide.
285 unsigned blue, unsigned transp,
291 * Program hardware... do anything you want with transp
338 * (transp << transp.offset)
366 transp = CNVT_TOHW(transp, info->var.transp.length);
378 write_{red|green|blue|transp}_to_clut();
405 (transp << inf
284 xxxfb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
[all...]
H A Dvalkyriefb.c114 u_int transp, struct fb_info *info);
228 u_int transp, struct fb_info *info)
227 valkyriefb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, u_int transp, struct fb_info *info) argument
/drivers/video/pnx4008/
H A Dpnxrgbfb.c70 u_int transp, struct fb_info *info)
69 rgbfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, u_int transp, struct fb_info *info) argument
/drivers/video/geode/
H A Dgx1fb_core.c116 var->transp.offset = 0; var->transp.length = 0;
121 var->transp.offset = 0; var->transp.length = 0;
158 unsigned blue, unsigned transp,
157 gx1fb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Dgxfb_core.c162 var->transp.offset = 0; var->transp.length = 0;
195 unsigned blue, unsigned transp,
194 gxfb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Dlxfb_core.c270 var->transp.offset = 0; var->transp.length = 0;
302 unsigned blue, unsigned transp,
301 lxfb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument

Completed in 279 milliseconds

12345