Home
last modified time | relevance | path

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

/Linux-v5.4/include/media/
Dv4l2-mediabus.h30 #define V4L2_MBUS_HSYNC_ACTIVE_LOW BIT(3) macro
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-fwnode.c266 V4L2_MBUS_HSYNC_ACTIVE_LOW | \
286 V4L2_MBUS_HSYNC_ACTIVE_LOW); in v4l2_fwnode_endpoint_parse_parallel_bus()
288 V4L2_MBUS_HSYNC_ACTIVE_LOW; in v4l2_fwnode_endpoint_parse_parallel_bus()
/Linux-v5.4/drivers/media/platform/atmel/
Datmel-sama5d2-isc.c111 if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in isc_parse_dt()
Datmel-isi.c824 if (ep.bus.parallel.flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in atmel_isi_parse_dt()
/Linux-v5.4/drivers/media/platform/
Dpxa_camera.c620 V4L2_MBUS_HSYNC_ACTIVE_LOW); in pxa_mbus_config_compatible()
1245 V4L2_MBUS_HSYNC_ACTIVE_LOW | in test_platform_param()
1298 if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in pxa_camera_setup_cicr()
1632 (common_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW)) { in pxa_camera_set_bus_param()
1636 common_flags &= ~V4L2_MBUS_HSYNC_ACTIVE_LOW; in pxa_camera_set_bus_param()
Drenesas-ceu.c438 camcr |= mbus_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW ? 1 << 0 : 0; in ceu_hw_config()
/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_mediabus.c490 V4L2_MBUS_HSYNC_ACTIVE_LOW); in soc_mbus_config_compatible()
Dsoc_camera.c220 f = flags & (V4L2_MBUS_HSYNC_ACTIVE_HIGH | V4L2_MBUS_HSYNC_ACTIVE_LOW); in soc_camera_apply_board_flags()
221 if (f == V4L2_MBUS_HSYNC_ACTIVE_HIGH || f == V4L2_MBUS_HSYNC_ACTIVE_LOW) in soc_camera_apply_board_flags()
222 flags ^= V4L2_MBUS_HSYNC_ACTIVE_HIGH | V4L2_MBUS_HSYNC_ACTIVE_LOW; in soc_camera_apply_board_flags()
Dsoc_mt9v022.c798 V4L2_MBUS_HSYNC_ACTIVE_HIGH | V4L2_MBUS_HSYNC_ACTIVE_LOW | in mt9v022_g_mbus_config()
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-lite-reg.c206 if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in flite_hw_set_camera_bus()
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()
/Linux-v5.4/drivers/media/i2c/
Dov6650.c885 V4L2_MBUS_HSYNC_ACTIVE_HIGH | V4L2_MBUS_HSYNC_ACTIVE_LOW | in ov6650_g_mbus_config()
907 if (cfg->flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in ov6650_s_mbus_config()
Dov7670.c1047 if (info->mbus_config & V4L2_MBUS_HSYNC_ACTIVE_LOW) in ov7670_apply_fmt()
Dtda1997x.c2306 if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in tda1997x_parse_dt()
/Linux-v5.4/drivers/gpu/ipu-v3/
Dipu-csi.c349 V4L2_MBUS_HSYNC_ACTIVE_LOW) ? 1 : 0; in fill_csi_bus_cfg()
/Linux-v5.4/drivers/media/platform/sunxi/sun6i-csi/
Dsun6i_csi.c416 if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in sun6i_csi_setup_bus()
/Linux-v5.4/drivers/media/platform/rcar-vin/
Drcar-dma.c697 if (!(vin->parallel->mbus_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW)) in rvin_setup()
/Linux-v5.4/drivers/media/platform/omap3isp/
Disp.c2065 !!(vep->bus.parallel.flags & V4L2_MBUS_HSYNC_ACTIVE_LOW); in isp_parse_of_parallel_endpoint()