Home
last modified time | relevance | path

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

/linux-4.1.27/include/media/
Domap3isp.h69 unsigned int vs_pol:1; member
/linux-4.1.27/drivers/media/i2c/
Dadv7842.c1299 u8 hs_pol, vs_pol; member
1335 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings()
1340 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings()
1347 stdi->hs_pol, stdi->vs_pol); in stdi2dv_timings()
1368 stdi->vs_pol = ((cp_read(sd, 0xb5) & 0x40) ? in read_stdi()
1372 stdi->vs_pol = 'x'; in read_stdi()
1384 stdi->hs_pol, stdi->vs_pol, in read_stdi()
2311 char vs_pol = ((cp_read(sd, 0xb5) & 0x40) ? in adv7842_cp_log_status() local
2318 hs_pol, vs_pol); in adv7842_cp_log_status()
Dadv7604.c1276 u8 hs_pol, vs_pol; member
1306 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings()
1311 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings()
1318 stdi->hs_pol, stdi->vs_pol); in stdi2dv_timings()
1346 stdi->vs_pol = polarity & 0x40 in read_stdi()
1350 stdi->vs_pol = 'x'; in read_stdi()
1355 stdi->vs_pol = polarity & 0x10 ? '+' : '-'; in read_stdi()
1373 stdi->hs_pol, stdi->vs_pol, in read_stdi()
2220 stdi.hs_pol, stdi.vs_pol); in adv76xx_log_status()
/linux-4.1.27/drivers/media/platform/omap3isp/
Disp.c2261 buscfg->bus.parallel.vs_pol = in isp_of_parse_node()
Dispccdc.c1012 if ((parcfg && parcfg->vs_pol) || ccdc->bt656) in ccdc_config_sync_if()