Home
last modified time | relevance | path

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

/openbmc/linux/include/media/
H A Dv4l2-mediabus.h43 #define V4L2_MBUS_MASTER BIT(0) macro
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c334 flags &= ~V4L2_MBUS_MASTER; in v4l2_fwnode_endpoint_parse_parallel_bus()
338 flags |= V4L2_MBUS_MASTER; in v4l2_fwnode_endpoint_parse_parallel_bus()
/openbmc/linux/drivers/media/i2c/
H A Dml86v7667.c227 cfg->bus.parallel.flags = V4L2_MBUS_MASTER | in ml86v7667_get_mbus_config()
H A Dov9640.c657 V4L2_MBUS_MASTER | in ov9640_get_mbus_config()
H A Dmt9m001.c703 V4L2_MBUS_MASTER; in mt9m001_get_mbus_config()
H A Dov6650.c989 cfg->bus.parallel.flags = V4L2_MBUS_MASTER | V4L2_MBUS_DATA_ACTIVE_HIGH in ov6650_get_mbus_config()
H A Dadv7180.c841 cfg->bus.parallel.flags = V4L2_MBUS_MASTER | in adv7180_get_mbus_config()
H A Dmt9m111.c1147 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()
/openbmc/linux/drivers/media/platform/intel/
H A Dpxa_camera.c1556 mbus_config |= V4L2_MBUS_MASTER; in pxa_camera_set_bus_param()
1591 unsigned int pxa_mbus_role = mbus_config & (V4L2_MBUS_MASTER | in pxa_camera_set_bus_param()
1595 if (pxa_mbus_role != (flags & (V4L2_MBUS_MASTER | in pxa_camera_set_bus_param()
2242 if (ep.bus.parallel.flags & V4L2_MBUS_MASTER) in pxa_camera_pdata_from_dt()