Home
last modified time | relevance | path

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

/linux/include/media/
H A Dv4l2-mediabus.h43 #define V4L2_MBUS_MASTER BIT(0) macro
/linux/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c375 flags &= ~V4L2_MBUS_MASTER; in v4l2_fwnode_endpoint_parse_parallel_bus()
379 flags |= V4L2_MBUS_MASTER; in v4l2_fwnode_endpoint_parse_parallel_bus()
/linux/drivers/media/i2c/
H A Dml86v7667.c227 cfg->bus.parallel.flags = V4L2_MBUS_MASTER | in ml86v7667_get_mbus_config()
H A Dov9640.c655 V4L2_MBUS_MASTER | in ov9640_get_mbus_config()
H A Dmt9m001.c697 V4L2_MBUS_MASTER; in mt9m001_get_mbus_config()
H A Dmt9m111.c1156 cfg->bus.parallel.flags = V4L2_MBUS_MASTER | in mt9m111_get_mbus_config()
H A Dtvp5150.c1201 cfg->bus.parallel.flags = V4L2_MBUS_MASTER in tvp5150_get_mbus_config()
/linux/drivers/media/platform/intel/
H A Dpxa_camera.c1555 mbus_config |= V4L2_MBUS_MASTER; in pxa_camera_set_bus_param()
1590 unsigned int pxa_mbus_role = mbus_config & (V4L2_MBUS_MASTER | in pxa_camera_set_bus_param()
1594 if (pxa_mbus_role != (flags & (V4L2_MBUS_MASTER | in pxa_camera_set_bus_param()
2241 if (ep.bus.parallel.flags & V4L2_MBUS_MASTER) in pxa_camera_pdata_from_dt()