Home
last modified time | relevance | path

Searched refs:V4L2_MBUS_HSYNC_ACTIVE_LOW (Results 1 – 13 of 13) sorted by relevance

/linux/include/media/
H A Dv4l2-mediabus.h22 * V4L2_MBUS_HSYNC_ACTIVE_LOW flag at the same time. Instead either flag
23 * V4L2_MBUS_HSYNC_ACTIVE_HIGH or flag V4L2_MBUS_HSYNC_ACTIVE_LOW shall be set.
30 * #define V4L2_MBUS_HSYNC_ACTIVE_LOW BIT(3)
52 #define V4L2_MBUS_HSYNC_ACTIVE_LOW BIT(3) macro
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-reg.c571 if (cam->flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in fimc_hw_set_camera_polarity()
574 if (cam->flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in fimc_hw_set_camera_polarity()
H A Dfimc-lite-reg.c206 if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in flite_hw_set_camera_bus()
/linux/drivers/media/platform/microchip/
H A Dmicrochip-sama5d2-isc.c384 if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in isc_parse_dt()
H A Dmicrochip-sama7g5-isc.c370 if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in xisc_parse_dt()
/linux/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_bridge.c268 if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in sun6i_csi_bridge_configure_parallel()
/linux/drivers/gpu/ipu-v3/
H A Dipu-csi.c363 V4L2_MBUS_HSYNC_ACTIVE_LOW) ? 1 : 0; in fill_csi_bus_cfg()
/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-isp.c281 if (mbus_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in rkisp1_config_isp()
/linux/drivers/media/i2c/
H A Dov6650.c1016 | ((comf & COMF_HREF_LOW) ? V4L2_MBUS_HSYNC_ACTIVE_LOW in ov6650_get_mbus_config()
H A Dov7670.c1054 if (info->mbus_config & V4L2_MBUS_HSYNC_ACTIVE_LOW) in ov7670_apply_fmt()
H A Dtda1997x.c2327 if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in tda1997x_parse_dt()
/linux/drivers/media/platform/atmel/
H A Datmel-isi.c862 if (ep.bus.parallel.flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in atmel_isi_parse_dt()
/linux/drivers/media/platform/ti/omap3isp/
H A Disp.c2072 !!(vep->bus.parallel.flags & V4L2_MBUS_HSYNC_ACTIVE_LOW); in isp_parse_of_parallel_endpoint()