Home
last modified time | relevance | path

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

/linux-4.4.14/include/media/
Dv4l2-mediabus.h32 #define V4L2_MBUS_HSYNC_ACTIVE_LOW (1 << 3) macro
/linux-4.4.14/drivers/media/platform/soc_camera/
Datmel-isi.c634 V4L2_MBUS_HSYNC_ACTIVE_LOW | \
801 (common_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW)) { in isi_camera_set_bus_param()
805 common_flags &= ~V4L2_MBUS_HSYNC_ACTIVE_LOW; in isi_camera_set_bus_param()
833 if (common_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in isi_camera_set_bus_param()
842 common_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW ? "low" : "high", in isi_camera_set_bus_param()
932 if (ep.bus.parallel.flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in atmel_isi_parse_dt()
Dmx3_camera.c572 V4L2_MBUS_HSYNC_ACTIVE_LOW | in test_platform_param()
1050 (common_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW)) { in mx3_camera_set_bus_param()
1054 common_flags &= ~V4L2_MBUS_HSYNC_ACTIVE_LOW; in mx3_camera_set_bus_param()
1110 if (common_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in mx3_camera_set_bus_param()
Drcar_vin.c1175 V4L2_MBUS_HSYNC_ACTIVE_LOW | \
1210 (common_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW)) { in rcar_vin_set_bus_param()
1214 common_flags &= ~V4L2_MBUS_HSYNC_ACTIVE_LOW; in rcar_vin_set_bus_param()
1233 if (!(common_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW)) in rcar_vin_set_bus_param()
1896 if (ep.bus.parallel.flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in rcar_vin_probe()
Dsoc_mediabus.c494 V4L2_MBUS_HSYNC_ACTIVE_LOW); in soc_mbus_config_compatible()
Dpxa_camera.c1014 V4L2_MBUS_HSYNC_ACTIVE_LOW | in test_platform_param()
1070 if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in pxa_camera_setup_cicr()
1160 (common_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW)) { in pxa_camera_set_bus_param()
1164 common_flags &= ~V4L2_MBUS_HSYNC_ACTIVE_LOW; in pxa_camera_set_bus_param()
Dsh_mobile_ceu_camera.c801 V4L2_MBUS_HSYNC_ACTIVE_LOW | \
835 (common_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW)) { in sh_mobile_ceu_set_bus_param()
839 common_flags &= ~V4L2_MBUS_HSYNC_ACTIVE_LOW; in sh_mobile_ceu_set_bus_param()
897 value |= common_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW ? 1 << 0 : 0; in sh_mobile_ceu_set_bus_param()
Dmx2_camera.c804 V4L2_MBUS_HSYNC_ACTIVE_LOW | \
853 (common_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW)) { in mx2_camera_set_bus_param()
855 common_flags &= ~V4L2_MBUS_HSYNC_ACTIVE_LOW; in mx2_camera_set_bus_param()
Dsoc_camera.c229 f = flags & (V4L2_MBUS_HSYNC_ACTIVE_HIGH | V4L2_MBUS_HSYNC_ACTIVE_LOW); in soc_camera_apply_board_flags()
230 if (f == V4L2_MBUS_HSYNC_ACTIVE_HIGH || f == V4L2_MBUS_HSYNC_ACTIVE_LOW) in soc_camera_apply_board_flags()
231 flags ^= V4L2_MBUS_HSYNC_ACTIVE_HIGH | V4L2_MBUS_HSYNC_ACTIVE_LOW; in soc_camera_apply_board_flags()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-of.c90 V4L2_MBUS_HSYNC_ACTIVE_LOW; in v4l2_of_parse_parallel_bus()
/linux-4.4.14/drivers/media/i2c/soc_camera/
Dtw9910.c883 V4L2_MBUS_HSYNC_ACTIVE_HIGH | V4L2_MBUS_HSYNC_ACTIVE_LOW | in tw9910_g_mbus_config()
905 if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in tw9910_s_mbus_config()
Dov6650.c904 V4L2_MBUS_HSYNC_ACTIVE_HIGH | V4L2_MBUS_HSYNC_ACTIVE_LOW | in ov6650_g_mbus_config()
929 if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in ov6650_s_mbus_config()
Dmt9v022.c796 V4L2_MBUS_HSYNC_ACTIVE_HIGH | V4L2_MBUS_HSYNC_ACTIVE_LOW | in mt9v022_g_mbus_config()
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-lite-reg.c209 if (flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in flite_hw_set_camera_bus()
Dfimc-reg.c574 if (cam->flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in fimc_hw_set_camera_polarity()
577 if (cam->flags & V4L2_MBUS_HSYNC_ACTIVE_LOW) in fimc_hw_set_camera_polarity()
/linux-4.4.14/drivers/gpu/ipu-v3/
Dipu-csi.c337 V4L2_MBUS_HSYNC_ACTIVE_LOW) ? 1 : 0; in fill_csi_bus_cfg()
/linux-4.4.14/drivers/media/platform/omap3isp/
Disp.c2184 !!(vep.bus.parallel.flags & V4L2_MBUS_HSYNC_ACTIVE_LOW); in isp_of_parse_node()