Home
last modified time | relevance | path

Searched refs:V4L2_MBUS_MASTER (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/include/media/
Dv4l2-mediabus.h21 #define V4L2_MBUS_MASTER BIT(0) macro
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-fwnode.c326 flags &= ~V4L2_MBUS_MASTER; in v4l2_fwnode_endpoint_parse_parallel_bus()
330 flags |= V4L2_MBUS_MASTER; in v4l2_fwnode_endpoint_parse_parallel_bus()
/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_mediabus.c499 mode = common_flags & (V4L2_MBUS_MASTER | V4L2_MBUS_SLAVE); in soc_mbus_config_compatible()
Dsoc_mt9v022.c796 cfg->flags = V4L2_MBUS_MASTER | V4L2_MBUS_SLAVE | in mt9v022_g_mbus_config()
843 if (!(flags & V4L2_MBUS_MASTER)) in mt9v022_s_mbus_config()
Dsoc_ov9740.c880 cfg->flags = V4L2_MBUS_PCLK_SAMPLE_RISING | V4L2_MBUS_MASTER | in ov9740_g_mbus_config()
Dmt9t031.c702 cfg->flags = V4L2_MBUS_MASTER | V4L2_MBUS_PCLK_SAMPLE_RISING | in mt9t031_g_mbus_config()
/Linux-v5.4/drivers/media/i2c/
Dml86v7667.c225 cfg->flags = V4L2_MBUS_MASTER | V4L2_MBUS_PCLK_SAMPLE_RISING | in ml86v7667_g_mbus_config()
Dov9640.c654 cfg->flags = V4L2_MBUS_PCLK_SAMPLE_RISING | V4L2_MBUS_MASTER | in ov9640_g_mbus_config()
Dmt9m001.c698 V4L2_MBUS_DATA_ACTIVE_HIGH | V4L2_MBUS_MASTER; in mt9m001_g_mbus_config()
Dov6650.c883 cfg->flags = V4L2_MBUS_MASTER | in ov6650_g_mbus_config()
Dmt9m111.c1145 cfg->flags = V4L2_MBUS_MASTER | in mt9m111_g_mbus_config()
Dadv7180.c767 cfg->flags = V4L2_MBUS_MASTER | V4L2_MBUS_PCLK_SAMPLE_RISING | in adv7180_g_mbus_config()
Dtvp5150.c1113 cfg->flags = V4L2_MBUS_MASTER | V4L2_MBUS_PCLK_SAMPLE_RISING in tvp5150_g_mbus_config()
/Linux-v5.4/drivers/media/platform/
Dpxa_camera.c629 mode = common_flags & (V4L2_MBUS_MASTER | V4L2_MBUS_SLAVE); in pxa_mbus_config_compatible()
1243 V4L2_MBUS_MASTER : V4L2_MBUS_SLAVE) | in test_platform_param()
2334 if (ep.bus.parallel.flags & V4L2_MBUS_MASTER) in pxa_camera_pdata_from_dt()