Home
last modified time | relevance | path

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

/arch/arm/include/asm/arch-tegra/
A Divc.h44 struct tegra_ivc { struct
78 void (*notify)(struct tegra_ivc *); argument
93 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,
174 void (*notify)(struct tegra_ivc *));
/arch/arm/mach-tegra/
A Divc.c90 static inline ulong tegra_ivc_frame_addr(struct tegra_ivc *ivc, in tegra_ivc_frame_addr()
115 static inline void tegra_ivc_flush_frame(struct tegra_ivc *ivc, in tegra_ivc_flush_frame()
161 static inline void tegra_ivc_advance_rx(struct tegra_ivc *ivc) in tegra_ivc_advance_rx()
172 static inline void tegra_ivc_advance_tx(struct tegra_ivc *ivc) in tegra_ivc_advance_tx()
183 static inline int tegra_ivc_check_read(struct tegra_ivc *ivc) in tegra_ivc_check_read()
212 static inline int tegra_ivc_check_write(struct tegra_ivc *ivc) in tegra_ivc_check_write()
257 int tegra_ivc_read_advance(struct tegra_ivc *ivc) in tegra_ivc_read_advance()
301 int tegra_ivc_write_advance(struct tegra_ivc *ivc) in tegra_ivc_write_advance()
354 int tegra_ivc_channel_notified(struct tegra_ivc *ivc) in tegra_ivc_channel_notified()
475 void tegra_ivc_channel_reset(struct tegra_ivc *ivc) in tegra_ivc_channel_reset()
[all …]

Completed in 23 milliseconds