Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-media-csi.c101 struct v4l2_fwnode_endpoint upstream_ep; member
433 passthrough = requires_passthrough(&priv->upstream_ep, infmt, incc); in csi_idmac_setup_channel()
718 mbus_cfg.type = priv->upstream_ep.bus_type; in csi_setup()
719 mbus_cfg.flags = is_parallel_bus(&priv->upstream_ep) ? in csi_setup()
720 priv->upstream_ep.bus.parallel.flags : in csi_setup()
721 priv->upstream_ep.bus.mipi_csi2.flags; in csi_setup()
730 if (is_parallel_bus(&priv->upstream_ep) && incc->cycles) { in csi_setup()
769 if (priv->upstream_ep.bus_type == V4L2_MBUS_BT656) { in csi_start()
1118 struct v4l2_fwnode_endpoint upstream_ep = { .bus_type = 0 }; in csi_link_validate() local
1127 ret = csi_get_upstream_endpoint(priv, &upstream_ep); in csi_link_validate()
[all …]