Searched refs:vs_pol (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/media/platform/omap3isp/ |
H A D | omap3isp.h | 43 * @vs_pol: Vertical synchronization polarity 54 unsigned int vs_pol:1; member in struct:isp_parallel_cfg
|
H A D | isp.c | 2183 buscfg->bus.parallel.vs_pol = isp_of_parse_node()
|
H A D | ispccdc.c | 1012 if ((parcfg && parcfg->vs_pol) || ccdc->bt656) ccdc_config_sync_if()
|
/linux-4.4.14/drivers/media/i2c/ |
H A D | adv7604.c | 1320 u8 hs_pol, vs_pol; member in struct:stdi_readback 1350 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), stdi2dv_timings() 1355 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), stdi2dv_timings() 1362 stdi->hs_pol, stdi->vs_pol); stdi2dv_timings() 1390 stdi->vs_pol = polarity & 0x40 read_stdi() 1394 stdi->vs_pol = 'x'; read_stdi() 1399 stdi->vs_pol = polarity & 0x10 ? '+' : '-'; read_stdi() 1417 stdi->hs_pol, stdi->vs_pol, read_stdi() 2298 stdi.hs_pol, stdi.vs_pol); adv76xx_log_status()
|
H A D | adv7842.c | 1412 u8 hs_pol, vs_pol; member in struct:stdi_readback 1448 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), stdi2dv_timings() 1453 (stdi->vs_pol == '+' ? V4L2_DV_VSYNC_POS_POL : 0), stdi2dv_timings() 1460 stdi->hs_pol, stdi->vs_pol); stdi2dv_timings() 1481 stdi->vs_pol = ((cp_read(sd, 0xb5) & 0x40) ? read_stdi() 1485 stdi->vs_pol = 'x'; read_stdi() 1497 stdi->hs_pol, stdi->vs_pol, read_stdi() 2534 char vs_pol = ((cp_read(sd, 0xb5) & 0x40) ? adv7842_cp_log_status() local 2541 hs_pol, vs_pol); adv7842_cp_log_status()
|
Completed in 343 milliseconds