Lines Matching full:ivc
25 void (*notify)(struct tegra_ivc *ivc, void *data);
34 * @ivc pointer of the IVC channel
41 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map);
45 * @ivc pointer of the IVC channel
51 int tegra_ivc_read_advance(struct tegra_ivc *ivc);
55 * @ivc pointer of the IVC channel
61 int tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map);
65 * @ivc pointer of the IVC channel
71 int tegra_ivc_write_advance(struct tegra_ivc *ivc);
75 * @ivc pointer of the IVC channel
82 int tegra_ivc_notified(struct tegra_ivc *ivc);
86 * @ivc pointer of the IVC channel
92 void tegra_ivc_reset(struct tegra_ivc *ivc);
96 int tegra_ivc_init(struct tegra_ivc *ivc, struct device *peer, const struct iosys_map *rx,
99 void (*notify)(struct tegra_ivc *ivc, void *data),
101 void tegra_ivc_cleanup(struct tegra_ivc *ivc);