Home
last modified time | relevance | path

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

/Linux-v5.4/include/media/
Dv4l2-mediabus.h32 #define V4L2_MBUS_VSYNC_ACTIVE_LOW BIT(5) macro
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-fwnode.c268 V4L2_MBUS_VSYNC_ACTIVE_LOW | \
294 V4L2_MBUS_VSYNC_ACTIVE_LOW); in v4l2_fwnode_endpoint_parse_parallel_bus()
296 V4L2_MBUS_VSYNC_ACTIVE_LOW; in v4l2_fwnode_endpoint_parse_parallel_bus()
/Linux-v5.4/drivers/media/platform/atmel/
Datmel-sama5d2-isc.c114 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in isc_parse_dt()
Datmel-isi.c826 if (ep.bus.parallel.flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in atmel_isi_parse_dt()
/Linux-v5.4/drivers/media/platform/
Dpxa_camera.c622 V4L2_MBUS_VSYNC_ACTIVE_LOW); in pxa_mbus_config_compatible()
1247 V4L2_MBUS_VSYNC_ACTIVE_LOW | in test_platform_param()
1300 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in pxa_camera_setup_cicr()
1640 (common_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW)) { in pxa_camera_set_bus_param()
1644 common_flags &= ~V4L2_MBUS_VSYNC_ACTIVE_LOW; in pxa_camera_set_bus_param()
Drenesas-ceu.c437 camcr |= mbus_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW ? 1 << 1 : 0; in ceu_hw_config()
/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_mediabus.c492 V4L2_MBUS_VSYNC_ACTIVE_LOW); in soc_mbus_config_compatible()
Dsoc_camera.c226 f = flags & (V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW); in soc_camera_apply_board_flags()
227 if (f == V4L2_MBUS_VSYNC_ACTIVE_HIGH || f == V4L2_MBUS_VSYNC_ACTIVE_LOW) in soc_camera_apply_board_flags()
228 flags ^= V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW; in soc_camera_apply_board_flags()
Dsoc_mt9v022.c799 V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW | in mt9v022_g_mbus_config()
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-lite-reg.c203 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in flite_hw_set_camera_bus()
Dfimc-reg.c568 if (cam->flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in fimc_hw_set_camera_polarity()
/Linux-v5.4/drivers/gpu/ipu-v3/
Dipu-csi.c347 V4L2_MBUS_VSYNC_ACTIVE_LOW) ? 1 : 0; in fill_csi_bus_cfg()
/Linux-v5.4/drivers/media/platform/s3c-camif/
Dcamif-regs.c179 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in camif_hw_set_camera_bus()
/Linux-v5.4/drivers/media/platform/sunxi/sun6i-csi/
Dsun6i_csi.c414 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in sun6i_csi_setup_bus()
/Linux-v5.4/drivers/media/platform/rcar-vin/
Drcar-dma.c701 if (!(vin->parallel->mbus_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW)) in rvin_setup()
/Linux-v5.4/drivers/media/i2c/
Dov6650.c886 V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW | in ov6650_g_mbus_config()
Dov7670.c1045 if (info->mbus_config & V4L2_MBUS_VSYNC_ACTIVE_LOW) in ov7670_apply_fmt()
Dov5640.c1241 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in ov5640_set_stream_dvp()
Dtda1997x.c2308 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in tda1997x_parse_dt()
/Linux-v5.4/drivers/media/platform/omap3isp/
Disp.c2063 !!(vep->bus.parallel.flags & V4L2_MBUS_VSYNC_ACTIVE_LOW); in isp_parse_of_parallel_endpoint()