Home
last modified time | relevance | path

Searched refs:V4L2_MBUS_VSYNC_ACTIVE_LOW (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/include/media/
Dv4l2-mediabus.h36 #define V4L2_MBUS_VSYNC_ACTIVE_LOW BIT(5) macro
/Linux-v4.19/drivers/media/i2c/soc_camera/
Dtw9910.c866 V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW | in tw9910_g_mbus_config()
892 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in tw9910_s_mbus_config()
Dmt9v022.c804 V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW | in mt9v022_g_mbus_config()
/Linux-v4.19/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c701 V4L2_MBUS_VSYNC_ACTIVE_LOW | \
741 (common_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW)) { in sh_mobile_ceu_set_bus_param()
745 common_flags &= ~V4L2_MBUS_VSYNC_ACTIVE_LOW; in sh_mobile_ceu_set_bus_param()
794 value |= common_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW ? 1 << 1 : 0; in sh_mobile_ceu_set_bus_param()
Dsoc_mediabus.c496 V4L2_MBUS_VSYNC_ACTIVE_LOW); in soc_mbus_config_compatible()
Dsoc_camera.c230 f = flags & (V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW); in soc_camera_apply_board_flags()
231 if (f == V4L2_MBUS_VSYNC_ACTIVE_HIGH || f == V4L2_MBUS_VSYNC_ACTIVE_LOW) in soc_camera_apply_board_flags()
232 flags ^= V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW; in soc_camera_apply_board_flags()
/Linux-v4.19/drivers/media/platform/
Dpxa_camera.c626 V4L2_MBUS_VSYNC_ACTIVE_LOW); in pxa_mbus_config_compatible()
1252 V4L2_MBUS_VSYNC_ACTIVE_LOW | in test_platform_param()
1305 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in pxa_camera_setup_cicr()
1645 (common_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW)) { in pxa_camera_set_bus_param()
1649 common_flags &= ~V4L2_MBUS_VSYNC_ACTIVE_LOW; in pxa_camera_set_bus_param()
Drenesas-ceu.c439 camcr |= mbus_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW ? 1 << 1 : 0; in ceu_hw_config()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-lite-reg.c206 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in flite_hw_set_camera_bus()
Dfimc-reg.c571 if (cam->flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in fimc_hw_set_camera_polarity()
/Linux-v4.19/drivers/gpu/ipu-v3/
Dipu-csi.c347 V4L2_MBUS_VSYNC_ACTIVE_LOW) ? 1 : 0; in fill_csi_bus_cfg()
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-fwnode.c124 V4L2_MBUS_VSYNC_ACTIVE_LOW; in v4l2_fwnode_endpoint_parse_parallel_bus()
/Linux-v4.19/drivers/media/platform/s3c-camif/
Dcamif-regs.c182 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in camif_hw_set_camera_bus()
/Linux-v4.19/drivers/media/platform/rcar-vin/
Drcar-dma.c696 if (!(vin->parallel->mbus_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW)) in rvin_setup()
/Linux-v4.19/drivers/media/i2c/
Dov6650.c875 V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW | in ov6650_g_mbus_config()
Dov7670.c1056 if (info->mbus_config & V4L2_MBUS_VSYNC_ACTIVE_LOW) in ov7670_set_fmt()
Dov5640.c1048 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in ov5640_set_stream_dvp()
Dtda1997x.c2304 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in tda1997x_parse_dt()
/Linux-v4.19/drivers/media/platform/atmel/
Datmel-isi.c829 if (ep.bus.parallel.flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in atmel_isi_parse_dt()
Datmel-isc.c2078 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in isc_parse_dt()
/Linux-v4.19/drivers/media/platform/omap3isp/
Disp.c2039 !!(vep->bus.parallel.flags & V4L2_MBUS_VSYNC_ACTIVE_LOW); in isp_fwnode_parse()