Lines Matching refs:tegra_ivc
14 struct tegra_ivc { struct
23 void (*notify)(struct tegra_ivc *ivc, void *data); argument
39 void *tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc); argument
49 int tegra_ivc_read_advance(struct tegra_ivc *ivc);
59 void *tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc);
69 int tegra_ivc_write_advance(struct tegra_ivc *ivc);
80 int tegra_ivc_notified(struct tegra_ivc *ivc);
90 void tegra_ivc_reset(struct tegra_ivc *ivc);
94 int tegra_ivc_init(struct tegra_ivc *ivc, struct device *peer, void *rx,
97 void (*notify)(struct tegra_ivc *ivc, void *data),
99 void tegra_ivc_cleanup(struct tegra_ivc *ivc);