Searched refs:mbus_type (Results 1 – 10 of 10) sorted by relevance
228 if (mbus_type == V4L2_MBUS_BT656) in rkisp1_config_isp()236 if (mbus_type == V4L2_MBUS_BT656) in rkisp1_config_isp()246 if (mbus_type == V4L2_MBUS_BT656) in rkisp1_config_isp()256 if (mbus_type == V4L2_MBUS_BT656 || mbus_type == V4L2_MBUS_PARALLEL) { in rkisp1_config_isp()277 if (mbus_type == V4L2_MBUS_PARALLEL) { in rkisp1_config_isp()328 enum v4l2_mbus_type mbus_type) in rkisp1_config_path() argument333 if (mbus_type == V4L2_MBUS_BT656 || mbus_type == V4L2_MBUS_PARALLEL) in rkisp1_config_path()352 rkisp1_config_path(isp, mbus_type); in rkisp1_config_cif()926 enum v4l2_mbus_type mbus_type; in rkisp1_isp_s_stream() local951 mbus_type = V4L2_MBUS_CSI2_DPHY; in rkisp1_isp_s_stream()[all …]
272 rk_asd->mbus_type = vep.bus_type; in rkisp1_subdev_notifier_register()283 vep.base.id, rk_asd->mbus_type, rk_asd->lanes); in rkisp1_subdev_notifier_register()
184 enum v4l2_mbus_type mbus_type; member
387 if (source_asd->mbus_type != V4L2_MBUS_CSI2_DPHY) in rkisp1_csi_s_stream()
35 enum v4l2_mbus_type mbus_type; member91 return conv ? conv->mbus_type : V4L2_MBUS_INVALID; in v4l2_fwnode_bus_type_to_mbus()109 if (buses[i].mbus_type == type) in get_v4l2_fwnode_bus_conv_by_mbus()465 enum v4l2_mbus_type mbus_type; in __v4l2_fwnode_endpoint_parse() local475 mbus_type = v4l2_fwnode_bus_type_to_mbus(bus_type); in __v4l2_fwnode_endpoint_parse()476 if (mbus_type == V4L2_MBUS_INVALID) { in __v4l2_fwnode_endpoint_parse()482 if (mbus_type != V4L2_MBUS_UNKNOWN && in __v4l2_fwnode_endpoint_parse()483 vep->bus_type != mbus_type) { in __v4l2_fwnode_endpoint_parse()489 vep->bus_type = mbus_type; in __v4l2_fwnode_endpoint_parse()528 pr_warn("unsupported bus type %u\n", mbus_type); in __v4l2_fwnode_endpoint_parse()
193 enum v4l2_mbus_type mbus_type) in mbus_code_to_bus_cfg() argument200 if (mbus_type == V4L2_MBUS_CSI2_DPHY) in mbus_code_to_bus_cfg()236 if (mbus_type == V4L2_MBUS_BT656) { in mbus_code_to_bus_cfg()246 if (mbus_type == V4L2_MBUS_BT656) { in mbus_code_to_bus_cfg()
86 enum v4l2_mbus_type mbus_type; member
746 vin->parallel.mbus_type == V4L2_MBUS_BT656) in rvin_setup()759 vin->parallel.mbus_type == V4L2_MBUS_BT656) in rvin_setup()
385 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()2097 decoder->mbus_type = bus_cfg.bus_type; in tvp5150_parse_dt()2155 core->mbus_type = V4L2_MBUS_BT656; in tvp5150_probe()
Completed in 28 milliseconds