Searched refs:transp (Results 126 - 141 of 141) sorted by relevance

123456

/linux-master/sound/soc/fsl/
H A Dfsl_qmc_audio.c486 chan_param.transp.max_rx_buf_size = params_period_bytes(params);
/linux-master/drivers/hid/
H A Dhid-picolcd_fb.c82 .transp = {
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c80 unsigned blue, unsigned transp,
1145 var->transp.offset = 0;
1146 var->transp.length = 0;
1155 var->transp.offset = 24;
1156 var->transp.length = 8;
1376 unsigned transp, struct fb_info *info)
1617 var->transp.offset =
1618 var->transp.length =
1619 var->transp.msb_right = 0;
1375 sisfb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Dsis_main.h30 .transp = {0, 0, 0},
/linux-master/drivers/video/fbdev/
H A Dtridentfb.c1361 unsigned blue, unsigned transp,
1388 ((transp & 0xFF00) << 16) |
1360 tridentfb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Dbroadsheetfb.c115 .transp = { 0, 0, 0 },
H A Dcg6.c481 * @transp: If supported the alpha value which can be up to 16 bits wide.
486 unsigned transp, struct fb_info *info)
484 cg6_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Damifb.c1541 var->transp.offset = 0;
1542 var->transp.length = 0;
1543 var->transp.msb_right = 0;
2452 u_int transp, struct fb_info *info)
2451 amifb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, u_int transp, struct fb_info *info) argument
H A Dvt8623fb.c532 u_int transp, struct fb_info *fb)
574 /* ((transp & 0xFF00) << 16) */
531 vt8623fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, u_int transp, struct fb_info *fb) argument
H A Darkfb.c813 u_int transp, struct fb_info *fb)
812 arkfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, u_int transp, struct fb_info *fb) argument
H A Dudlfb.c869 unsigned blue, unsigned transp, struct fb_info *info)
868 dlfb_ops_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Dsmscufx.c982 unsigned blue, unsigned transp, struct fb_info *info)
981 ufx_ops_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Ds3fb.c928 u_int transp, struct fb_info *fb)
927 s3fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, u_int transp, struct fb_info *fb) argument
H A Dtgafb.c523 * @transp: If supported the alpha value which can be up to 16 bits wide.
528 unsigned transp, struct fb_info *info)
527 tgafb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c892 disp->transp = var->transp;
916 var->transp = disp->transp;
/linux-master/drivers/soc/fsl/qe/
H A Dqmc.c370 param->transp.max_rx_buf_size);

Completed in 448 milliseconds

123456