Searched refs:mbus_type (Results 1 – 10 of 10) sorted by relevance
33 enum v4l2_mbus_type mbus_type; member85 return conv ? conv->mbus_type : V4L2_MBUS_INVALID; in v4l2_fwnode_bus_type_to_mbus()103 if (buses[i].mbus_type == type) in get_v4l2_fwnode_bus_conv_by_mbus()405 enum v4l2_mbus_type mbus_type; in __v4l2_fwnode_endpoint_parse() local415 mbus_type = v4l2_fwnode_bus_type_to_mbus(bus_type); in __v4l2_fwnode_endpoint_parse()416 if (mbus_type == V4L2_MBUS_INVALID) { in __v4l2_fwnode_endpoint_parse()422 if (mbus_type != V4L2_MBUS_UNKNOWN && in __v4l2_fwnode_endpoint_parse()423 vep->bus_type != mbus_type) { in __v4l2_fwnode_endpoint_parse()429 vep->bus_type = mbus_type; in __v4l2_fwnode_endpoint_parse()468 pr_warn("unsupported bus type %u\n", mbus_type); in __v4l2_fwnode_endpoint_parse()
294 if (sensor->mbus_type == V4L2_MBUS_BT656) in rkisp1_config_isp()302 if (sensor->mbus_type == V4L2_MBUS_BT656) in rkisp1_config_isp()309 if (sensor->mbus_type == V4L2_MBUS_CSI2_DPHY) { in rkisp1_config_isp()312 if (sensor->mbus_type == V4L2_MBUS_BT656) in rkisp1_config_isp()322 if (sensor->mbus_type == V4L2_MBUS_BT656 || in rkisp1_config_isp()323 sensor->mbus_type == V4L2_MBUS_PARALLEL) { in rkisp1_config_isp()328 if (sensor->mbus_type == V4L2_MBUS_PARALLEL) { in rkisp1_config_isp()459 if (sensor->mbus_type == V4L2_MBUS_BT656 || in rkisp1_config_path()460 sensor->mbus_type == V4L2_MBUS_PARALLEL) { in rkisp1_config_path()463 } else if (sensor->mbus_type == V4L2_MBUS_CSI2_DPHY) { in rkisp1_config_path()[all …]
107 enum v4l2_mbus_type mbus_type; member
283 rk_asd->mbus_type = vep.bus_type; in rkisp1_subdev_notifier()
26 enum v4l2_mbus_type mbus_type; member
219 enum v4l2_mbus_type mbus_type) in mbus_code_to_bus_cfg() argument226 if (mbus_type == V4L2_MBUS_CSI2_DPHY) in mbus_code_to_bus_cfg()262 if (mbus_type == V4L2_MBUS_BT656) { in mbus_code_to_bus_cfg()272 if (mbus_type == V4L2_MBUS_BT656) { in mbus_code_to_bus_cfg()
120 enum v4l2_mbus_type mbus_type; member
676 vin->parallel.mbus_type == V4L2_MBUS_BT656) in rvin_setup()689 vin->parallel.mbus_type == V4L2_MBUS_BT656) in rvin_setup()
686 vin->parallel.mbus_type = vep.bus_type; in rvin_parallel_parse_of()
95 enum v4l2_mbus_type mbus_type; member969 switch (decoder->mbus_type) { in tvp5150_enable()1200 cfg->type = decoder->mbus_type; in tvp5150_get_mbus_config()2091 decoder->mbus_type = bus_cfg.bus_type; in tvp5150_parse_dt()2149 core->mbus_type = V4L2_MBUS_BT656; in tvp5150_probe()
Completed in 39 milliseconds