Searched refs:hs_pol (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/media/platform/omap3isp/ |
H A D | omap3isp.h | 41 * @hs_pol: Horizontal synchronization polarity 53 unsigned int hs_pol:1; member in struct:isp_parallel_cfg
|
H A D | isp.c | 2181 buscfg->bus.parallel.hs_pol = isp_of_parse_node()
|
H A D | ispccdc.c | 1006 if (parcfg && parcfg->hs_pol) 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 1349 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | stdi2dv_timings() 1354 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | stdi2dv_timings() 1362 stdi->hs_pol, stdi->vs_pol); stdi2dv_timings() 1388 stdi->hs_pol = polarity & 0x10 read_stdi() 1393 stdi->hs_pol = 'x'; read_stdi() 1398 stdi->hs_pol = polarity & 0x20 ? '+' : '-'; 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 1447 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | stdi2dv_timings() 1452 (stdi->hs_pol == '+' ? V4L2_DV_HSYNC_POS_POL : 0) | stdi2dv_timings() 1460 stdi->hs_pol, stdi->vs_pol); stdi2dv_timings() 1479 stdi->hs_pol = ((cp_read(sd, 0xb5) & 0x10) ? read_stdi() 1484 stdi->hs_pol = 'x'; read_stdi() 1497 stdi->hs_pol, stdi->vs_pol, read_stdi() 2532 char hs_pol = ((cp_read(sd, 0xb5) & 0x10) ? adv7842_cp_log_status() local 2541 hs_pol, vs_pol); adv7842_cp_log_status()
|
Completed in 121 milliseconds