Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-fwnode.c44 enum v4l2_mbus_type mbus_type; member
96 return conv ? conv->mbus_type : V4L2_MBUS_INVALID; in v4l2_fwnode_bus_type_to_mbus()
114 if (buses[i].mbus_type == type) in get_v4l2_fwnode_bus_conv_by_mbus()
416 enum v4l2_mbus_type mbus_type; in __v4l2_fwnode_endpoint_parse() local
438 mbus_type = v4l2_fwnode_bus_type_to_mbus(bus_type); in __v4l2_fwnode_endpoint_parse()
439 if (mbus_type == V4L2_MBUS_INVALID) { in __v4l2_fwnode_endpoint_parse()
445 if (mbus_type != V4L2_MBUS_UNKNOWN && in __v4l2_fwnode_endpoint_parse()
446 vep->bus_type != mbus_type) { in __v4l2_fwnode_endpoint_parse()
452 vep->bus_type = mbus_type; in __v4l2_fwnode_endpoint_parse()
491 pr_warn("unsupported bus type %u\n", mbus_type); in __v4l2_fwnode_endpoint_parse()
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
Drkisp1-isp.c288 if (sensor->mbus_type == V4L2_MBUS_BT656) in rkisp1_config_isp()
296 if (sensor->mbus_type == V4L2_MBUS_BT656) in rkisp1_config_isp()
303 if (sensor->mbus_type == V4L2_MBUS_CSI2_DPHY) { in rkisp1_config_isp()
306 if (sensor->mbus_type == V4L2_MBUS_BT656) in rkisp1_config_isp()
316 if (sensor->mbus_type == V4L2_MBUS_BT656 || in rkisp1_config_isp()
317 sensor->mbus_type == V4L2_MBUS_PARALLEL) { in rkisp1_config_isp()
322 if (sensor->mbus_type == V4L2_MBUS_PARALLEL) { in rkisp1_config_isp()
449 if (sensor->mbus_type == V4L2_MBUS_BT656 || in rkisp1_config_path()
450 sensor->mbus_type == V4L2_MBUS_PARALLEL) { in rkisp1_config_path()
453 } else if (sensor->mbus_type == V4L2_MBUS_CSI2_DPHY) { in rkisp1_config_path()
[all …]
Drkisp1-common.h106 enum v4l2_mbus_type mbus_type; member
Drkisp1-dev.c275 rk_asd->mbus_type = vep.bus_type; in rkisp1_subdev_notifier()
/kernel/linux/linux-5.10/include/media/drv-intf/
Ds3c_camif.h26 enum v4l2_mbus_type mbus_type; member
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/
Drcar-vin.h105 enum v4l2_mbus_type mbus_type; member
Drcar-dma.c675 vin->parallel->mbus_type == V4L2_MBUS_BT656) in rvin_setup()
688 vin->parallel->mbus_type == V4L2_MBUS_BT656) in rvin_setup()
Drcar-core.c619 vin->parallel->mbus_type = vep->bus_type; in rvin_parallel_parse_v4l2()
621 switch (vin->parallel->mbus_type) { in rvin_parallel_parse_v4l2()
625 vin->parallel->mbus_type == V4L2_MBUS_PARALLEL ? in rvin_parallel_parse_v4l2()
/kernel/linux/linux-5.10/drivers/media/i2c/
Dtvp5150.c95 enum v4l2_mbus_type mbus_type; member
969 switch (decoder->mbus_type) { in tvp5150_enable()
1200 cfg->type = decoder->mbus_type; in tvp5150_get_mbus_config()
2103 decoder->mbus_type = bus_cfg.bus_type; in tvp5150_parse_dt()
2161 core->mbus_type = V4L2_MBUS_BT656; in tvp5150_probe()
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
Dipu-csi.c219 enum v4l2_mbus_type mbus_type) in mbus_code_to_bus_cfg() argument
226 if (mbus_type == V4L2_MBUS_CSI2_DPHY) in mbus_code_to_bus_cfg()