Searched refs:vs_pol (Results 1 – 5 of 5) sorted by relevance
/drivers/media/platform/omap3isp/ |
D | omap3isp.h | 47 unsigned int vs_pol:1; member
|
D | isp.c | 2076 buscfg->bus.parallel.vs_pol = in isp_parse_of_parallel_endpoint()
|
D | ispccdc.c | 1010 if ((parcfg && parcfg->vs_pol) || ccdc->bt656) in ccdc_config_sync_if()
|
/drivers/media/i2c/ |
D | adv7842.c | 1409 u8 hs_pol, vs_pol; member 1445 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() 1450 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() 1457 stdi->hs_pol, stdi->vs_pol); in stdi2dv_timings() 1478 stdi->vs_pol = ((cp_read(sd, 0xb5) & 0x40) ? in read_stdi() 1482 stdi->vs_pol = 'x'; in read_stdi() 1494 stdi->hs_pol, stdi->vs_pol, in read_stdi() 2784 char vs_pol = ((cp_read(sd, 0xb5) & 0x40) ? in adv7842_cp_log_status() local 2791 hs_pol, vs_pol); in adv7842_cp_log_status()
|
D | adv7604.c | 1371 u8 hs_pol, vs_pol; member 1407 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() 1412 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), in stdi2dv_timings() 1419 stdi->hs_pol, stdi->vs_pol); in stdi2dv_timings() 1447 stdi->vs_pol = polarity & 0x40 in read_stdi() 1451 stdi->vs_pol = 'x'; in read_stdi() 1456 stdi->vs_pol = polarity & 0x10 ? '+' : '-'; in read_stdi() 1474 stdi->hs_pol, stdi->vs_pol, in read_stdi() 2607 stdi.hs_pol, stdi.vs_pol); in adv76xx_log_status()
|