• Home
  • Raw
  • Download

Lines Matching defs:ivc

79 static inline void tegra_ivc_invalidate(struct tegra_ivc *ivc, dma_addr_t phys)  in tegra_ivc_invalidate()
88 static inline void tegra_ivc_flush(struct tegra_ivc *ivc, dma_addr_t phys) in tegra_ivc_flush()
97 static inline bool tegra_ivc_empty(struct tegra_ivc *ivc, in tegra_ivc_empty()
124 static inline bool tegra_ivc_full(struct tegra_ivc *ivc, in tegra_ivc_full()
137 static inline u32 tegra_ivc_available(struct tegra_ivc *ivc, in tegra_ivc_available()
152 static inline void tegra_ivc_advance_tx(struct tegra_ivc *ivc) in tegra_ivc_advance_tx()
163 static inline void tegra_ivc_advance_rx(struct tegra_ivc *ivc) in tegra_ivc_advance_rx()
174 static inline int tegra_ivc_check_read(struct tegra_ivc *ivc) in tegra_ivc_check_read()
207 static inline int tegra_ivc_check_write(struct tegra_ivc *ivc) in tegra_ivc_check_write()
225 static void *tegra_ivc_frame_virt(struct tegra_ivc *ivc, in tegra_ivc_frame_virt()
235 static inline dma_addr_t tegra_ivc_frame_phys(struct tegra_ivc *ivc, in tegra_ivc_frame_phys()
246 static inline void tegra_ivc_invalidate_frame(struct tegra_ivc *ivc, in tegra_ivc_invalidate_frame()
260 static inline void tegra_ivc_flush_frame(struct tegra_ivc *ivc, in tegra_ivc_flush_frame()
275 void *tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc) in tegra_ivc_read_get_next_frame()
299 int tegra_ivc_read_advance(struct tegra_ivc *ivc) in tegra_ivc_read_advance()
339 void *tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc) in tegra_ivc_write_get_next_frame()
352 int tegra_ivc_write_advance(struct tegra_ivc *ivc) in tegra_ivc_write_advance()
394 void tegra_ivc_reset(struct tegra_ivc *ivc) in tegra_ivc_reset()
424 int tegra_ivc_notified(struct tegra_ivc *ivc) in tegra_ivc_notified()
620 int tegra_ivc_init(struct tegra_ivc *ivc, struct device *peer, void *rx, in tegra_ivc_init()
623 void (*notify)(struct tegra_ivc *ivc, void *data), in tegra_ivc_init()
683 void tegra_ivc_cleanup(struct tegra_ivc *ivc) in tegra_ivc_cleanup()