Lines Matching defs:pix_fmt
1154 ad->pix_fmt = diu_ops.get_pixel_format(data->monitor_port,
1157 ad->pix_fmt = fsl_diu_get_pixel_format(var->bits_per_pixel);
1274 __u32 pix_fmt;
1292 if (copy_from_user(&pix_fmt, buf, sizeof(pix_fmt)))
1294 ad->pix_fmt = pix_fmt;
1302 pix_fmt = ad->pix_fmt;
1303 if (copy_to_user(buf, &pix_fmt, sizeof(pix_fmt)))
1763 data->dummy_ad.pix_fmt = 0x88882317;