• Home
  • Raw
  • Download

Lines Matching refs:tegra_ivc

71 static inline void tegra_ivc_invalidate(struct tegra_ivc *ivc, dma_addr_t phys)  in tegra_ivc_invalidate()
80 static inline void tegra_ivc_flush(struct tegra_ivc *ivc, dma_addr_t phys) in tegra_ivc_flush()
89 static inline bool tegra_ivc_empty(struct tegra_ivc *ivc, in tegra_ivc_empty()
116 static inline bool tegra_ivc_full(struct tegra_ivc *ivc, in tegra_ivc_full()
129 static inline u32 tegra_ivc_available(struct tegra_ivc *ivc, in tegra_ivc_available()
144 static inline void tegra_ivc_advance_tx(struct tegra_ivc *ivc) in tegra_ivc_advance_tx()
155 static inline void tegra_ivc_advance_rx(struct tegra_ivc *ivc) in tegra_ivc_advance_rx()
166 static inline int tegra_ivc_check_read(struct tegra_ivc *ivc) in tegra_ivc_check_read()
199 static inline int tegra_ivc_check_write(struct tegra_ivc *ivc) in tegra_ivc_check_write()
217 static void *tegra_ivc_frame_virt(struct tegra_ivc *ivc, in tegra_ivc_frame_virt()
227 static inline dma_addr_t tegra_ivc_frame_phys(struct tegra_ivc *ivc, in tegra_ivc_frame_phys()
238 static inline void tegra_ivc_invalidate_frame(struct tegra_ivc *ivc, in tegra_ivc_invalidate_frame()
252 static inline void tegra_ivc_flush_frame(struct tegra_ivc *ivc, in tegra_ivc_flush_frame()
267 void *tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc) in tegra_ivc_read_get_next_frame()
291 int tegra_ivc_read_advance(struct tegra_ivc *ivc) in tegra_ivc_read_advance()
331 void *tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc) in tegra_ivc_write_get_next_frame()
344 int tegra_ivc_write_advance(struct tegra_ivc *ivc) in tegra_ivc_write_advance()
386 void tegra_ivc_reset(struct tegra_ivc *ivc) in tegra_ivc_reset()
416 int tegra_ivc_notified(struct tegra_ivc *ivc) in tegra_ivc_notified()
612 int tegra_ivc_init(struct tegra_ivc *ivc, struct device *peer, void *rx, in tegra_ivc_init()
615 void (*notify)(struct tegra_ivc *ivc, void *data), in tegra_ivc_init()
675 void tegra_ivc_cleanup(struct tegra_ivc *ivc) in tegra_ivc_cleanup()