Searched refs:upstream_ep (Results 1 – 1 of 1) sorted by relevance
104 struct v4l2_fwnode_endpoint upstream_ep; member421 passthrough = requires_passthrough(&priv->upstream_ep, infmt, incc); in csi_idmac_setup_channel()674 mbus_cfg.type = priv->upstream_ep.bus_type; in csi_setup()675 mbus_cfg.flags = is_parallel_bus(&priv->upstream_ep) ? in csi_setup()676 priv->upstream_ep.bus.parallel.flags : in csi_setup()677 priv->upstream_ep.bus.mipi_csi2.flags; in csi_setup()691 if (is_parallel_bus(&priv->upstream_ep) && incc->cycles) { in csi_setup()1053 struct v4l2_fwnode_endpoint upstream_ep = {}; in csi_link_validate() local1062 ret = csi_get_upstream_endpoint(priv, &upstream_ep); in csi_link_validate()1070 priv->upstream_ep = upstream_ep; in csi_link_validate()[all …]