Home
last modified time | relevance | path

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

/arch/arm/mach-tegra/
A Divc.c166 if (ivc->r_pos == ivc->nframes - 1) in tegra_ivc_advance_rx()
177 if (ivc->w_pos == ivc->nframes - 1) in tegra_ivc_advance_tx()
251 tegra_ivc_invalidate_frame(ivc, ivc->rx_channel, ivc->r_pos); in tegra_ivc_read_get_next_frame()
252 *frame = tegra_ivc_frame_pointer(ivc, ivc->rx_channel, ivc->r_pos); in tegra_ivc_read_get_next_frame()
285 ivc->notify(ivc); in tegra_ivc_read_advance()
310 tegra_ivc_flush_frame(ivc, ivc->tx_channel, ivc->w_pos); in tegra_ivc_write_advance()
330 ivc->notify(ivc); in tegra_ivc_write_advance()
399 ivc->notify(ivc); in tegra_ivc_channel_notified()
437 ivc->notify(ivc); in tegra_ivc_channel_notified()
459 ivc->notify(ivc); in tegra_ivc_channel_notified()
[all …]
A DMakefile27 obj-$(CONFIG_TEGRA_IVC) += ivc.o
/arch/arm/include/asm/arch-tegra/
A Divc.h93 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, void **frame);
107 int tegra_ivc_read_advance(struct tegra_ivc *ivc);
121 int tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc, void **frame);
135 int tegra_ivc_write_advance(struct tegra_ivc *ivc);
147 int tegra_ivc_channel_notified(struct tegra_ivc *ivc);
159 void tegra_ivc_channel_reset(struct tegra_ivc *ivc);
172 int tegra_ivc_init(struct tegra_ivc *ivc, ulong rx_base, ulong tx_base,

Completed in 6 milliseconds