Searched refs:vs_pol (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/media/platform/ti/omap3isp/
H A Domap3isp.h35 * @vs_pol: Vertical synchronization polarity
47 unsigned int vs_pol:1; member in struct:isp_parallel_cfg
H A Disp.c2071 buscfg->bus.parallel.vs_pol =
H A Dispccdc.c1010 if ((parcfg && parcfg->vs_pol) || ccdc->bt656)
/linux-master/drivers/media/i2c/
H A Dadv7842.c1399 u8 hs_pol, vs_pol; member in struct:stdi_readback
1435 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0),
1440 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0),
1447 stdi->hs_pol, stdi->vs_pol);
1468 stdi->vs_pol = ((cp_read(sd, 0xb5) & 0x40) ?
1472 stdi->vs_pol = 'x';
1484 stdi->hs_pol, stdi->vs_pol,
2774 char vs_pol = ((cp_read(sd, 0xb5) & 0x40) ? local
2781 hs_pol, vs_pol);
H A Dadv7604.c1371 u8 hs_pol, vs_pol; member in struct:stdi_readback
1407 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0),
1412 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0),
1419 stdi->hs_pol, stdi->vs_pol);
1447 stdi->vs_pol = polarity & 0x40
1451 stdi->vs_pol = 'x';
1456 stdi->vs_pol = polarity & 0x10 ? '+' : '-';
1474 stdi->hs_pol, stdi->vs_pol,
2609 stdi.hs_pol, stdi.vs_pol);

Completed in 392 milliseconds