Lines Matching defs:ivc
14 #include <soc/tegra/ivc.h>
50 err = tegra_ivc_read_get_next_frame(channel->ivc, &channel->ib);
63 err = tegra_ivc_write_get_next_frame(channel->ivc, &channel->ob);
74 return tegra_ivc_read_advance(channel->ivc);
79 return tegra_ivc_write_advance(channel->ivc);
96 static void tegra186_bpmp_ivc_notify(struct tegra_ivc *ivc, void *data)
117 channel->ivc = devm_kzalloc(bpmp->dev, sizeof(*channel->ivc),
119 if (!channel->ivc)
134 err = tegra_ivc_init(channel->ivc, NULL, &rx, priv->rx.phys + offset, &tx,
152 tegra_ivc_reset(channel->ivc);
155 while (tegra_ivc_notified(channel->ivc))
161 tegra_ivc_cleanup(channel->ivc);