Lines Matching refs:common_flags
485 unsigned long common_flags; in soc_mbus_config_compatible() local
489 common_flags = cfg->flags & flags; in soc_mbus_config_compatible()
493 hsync = common_flags & (V4L2_MBUS_HSYNC_ACTIVE_HIGH | in soc_mbus_config_compatible()
495 vsync = common_flags & (V4L2_MBUS_VSYNC_ACTIVE_HIGH | in soc_mbus_config_compatible()
498 pclk = common_flags & (V4L2_MBUS_PCLK_SAMPLE_RISING | in soc_mbus_config_compatible()
500 data = common_flags & (V4L2_MBUS_DATA_ACTIVE_HIGH | in soc_mbus_config_compatible()
502 mode = common_flags & (V4L2_MBUS_MASTER | V4L2_MBUS_SLAVE); in soc_mbus_config_compatible()
504 0 : common_flags; in soc_mbus_config_compatible()
506 mipi_lanes = common_flags & V4L2_MBUS_CSI2_LANES; in soc_mbus_config_compatible()
507 mipi_clock = common_flags & (V4L2_MBUS_CSI2_NONCONTINUOUS_CLOCK | in soc_mbus_config_compatible()
509 return (!mipi_lanes || !mipi_clock) ? 0 : common_flags; in soc_mbus_config_compatible()