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

/linux-master/drivers/media/platform/ti/omap3isp/
H A Domap3isp.h33 * @hs_pol: Horizontal synchronization polarity
46 unsigned int hs_pol:1; member in struct:isp_parallel_cfg
H A Disp.c2069 buscfg->bus.parallel.hs_pol =
H A Dispccdc.c1004 if (parcfg && parcfg->hs_pol)
/linux-master/drivers/media/i2c/
H A Dadv7842.c1399 u8 hs_pol, vs_pol; member in struct:stdi_readback
1434 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) |
1439 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) |
1447 stdi->hs_pol, stdi->vs_pol);
1466 stdi->hs_pol = ((cp_read(sd, 0xb5) & 0x10) ?
1471 stdi->hs_pol = 'x';
1484 stdi->hs_pol, stdi->vs_pol,
2772 char hs_pol = ((cp_read(sd, 0xb5) & 0x10) ? local
2781 hs_pol, vs_pol);
H A Dadv7604.c1371 u8 hs_pol, vs_pol; member in struct:stdi_readback
1406 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) |
1411 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) |
1419 stdi->hs_pol, stdi->vs_pol);
1445 stdi->hs_pol = polarity & 0x10
1450 stdi->hs_pol = 'x';
1455 stdi->hs_pol = polarity & 0x20 ? '+' : '-';
1474 stdi->hs_pol, stdi->vs_pol,
2609 stdi.hs_pol, stdi.vs_pol);

Completed in 142 milliseconds