Home
last modified time | relevance | path

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

/linux-4.1.27/include/media/
Dv4l2-mediabus.h34 #define V4L2_MBUS_VSYNC_ACTIVE_LOW (1 << 5) macro
/linux-4.1.27/drivers/media/platform/soc_camera/
Datmel-isi.c609 V4L2_MBUS_VSYNC_ACTIVE_LOW | \
810 (common_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW)) { in isi_camera_set_bus_param()
814 common_flags &= ~V4L2_MBUS_VSYNC_ACTIVE_LOW; in isi_camera_set_bus_param()
836 if (common_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in isi_camera_set_bus_param()
Dmx3_camera.c570 V4L2_MBUS_VSYNC_ACTIVE_LOW | in test_platform_param()
1041 (common_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW)) { in mx3_camera_set_bus_param()
1045 common_flags &= ~V4L2_MBUS_VSYNC_ACTIVE_LOW; in mx3_camera_set_bus_param()
1095 if (common_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in mx3_camera_set_bus_param()
Drcar_vin.c1163 V4L2_MBUS_VSYNC_ACTIVE_LOW | \
1204 (common_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW)) { in rcar_vin_set_bus_param()
1208 common_flags &= ~V4L2_MBUS_VSYNC_ACTIVE_LOW; in rcar_vin_set_bus_param()
1217 if (!(common_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW)) in rcar_vin_set_bus_param()
1867 if (ep.bus.parallel.flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in rcar_vin_probe()
Dpxa_camera.c1016 V4L2_MBUS_VSYNC_ACTIVE_LOW | in test_platform_param()
1072 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in pxa_camera_setup_cicr()
1168 (common_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW)) { in pxa_camera_set_bus_param()
1172 common_flags &= ~V4L2_MBUS_VSYNC_ACTIVE_LOW; in pxa_camera_set_bus_param()
Dsoc_mediabus.c496 V4L2_MBUS_VSYNC_ACTIVE_LOW); in soc_mbus_config_compatible()
Dsh_mobile_ceu_camera.c792 V4L2_MBUS_VSYNC_ACTIVE_LOW | \
832 (common_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW)) { in sh_mobile_ceu_set_bus_param()
836 common_flags &= ~V4L2_MBUS_VSYNC_ACTIVE_LOW; in sh_mobile_ceu_set_bus_param()
885 value |= common_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW ? 1 << 1 : 0; in sh_mobile_ceu_set_bus_param()
Dsoc_camera.c235 f = flags & (V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW); in soc_camera_apply_board_flags()
236 if (f == V4L2_MBUS_VSYNC_ACTIVE_HIGH || f == V4L2_MBUS_VSYNC_ACTIVE_LOW) in soc_camera_apply_board_flags()
237 flags ^= V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW; in soc_camera_apply_board_flags()
Dmx2_camera.c800 V4L2_MBUS_VSYNC_ACTIVE_LOW | \
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-of.c93 V4L2_MBUS_VSYNC_ACTIVE_LOW; in v4l2_of_parse_parallel_bus()
/linux-4.1.27/drivers/media/i2c/soc_camera/
Dtw9910.c841 V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW | in tw9910_g_mbus_config()
867 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in tw9910_s_mbus_config()
Dmt9v022.c783 V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW | in mt9v022_g_mbus_config()
Dov6650.c891 V4L2_MBUS_VSYNC_ACTIVE_HIGH | V4L2_MBUS_VSYNC_ACTIVE_LOW | in ov6650_g_mbus_config()
/linux-4.1.27/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-4.1.27/drivers/gpu/ipu-v3/
Dipu-csi.c334 V4L2_MBUS_VSYNC_ACTIVE_LOW) ? 1 : 0; in fill_csi_bus_cfg()
/linux-4.1.27/drivers/media/platform/s3c-camif/
Dcamif-regs.c182 if (flags & V4L2_MBUS_VSYNC_ACTIVE_LOW) in camif_hw_set_camera_bus()
/linux-4.1.27/drivers/media/platform/omap3isp/
Disp.c2260 !!(vep.bus.parallel.flags & V4L2_MBUS_VSYNC_ACTIVE_LOW); in isp_of_parse_node()