Lines Matching refs:tegra_ivc_channel_header

57 struct tegra_ivc_channel_header {  struct
74 struct tegra_ivc_channel_header *h, in tegra_ivc_invalidate_counter() argument
82 struct tegra_ivc_channel_header *h, in tegra_ivc_flush_counter()
90 struct tegra_ivc_channel_header *h, in tegra_ivc_frame_addr()
95 return ((ulong)h) + sizeof(struct tegra_ivc_channel_header) + in tegra_ivc_frame_addr()
100 struct tegra_ivc_channel_header *ch, in tegra_ivc_frame_pointer()
107 struct tegra_ivc_channel_header *h, in tegra_ivc_invalidate_frame()
115 struct tegra_ivc_channel_header *h, in tegra_ivc_flush_frame()
123 struct tegra_ivc_channel_header *ch) in tegra_ivc_channel_empty()
150 struct tegra_ivc_channel_header *ch) in tegra_ivc_channel_full()
206 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_check_read()
221 offset = offsetof(struct tegra_ivc_channel_header, r_count); in tegra_ivc_check_write()
227 struct tegra_ivc_channel_header *ch) in tegra_ivc_channel_avail_count()
271 offset = offsetof(struct tegra_ivc_channel_header, r_count); in tegra_ivc_read_advance()
279 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_read_advance()
317 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_write_advance()
325 offset = offsetof(struct tegra_ivc_channel_header, r_count); in tegra_ivc_write_advance()
359 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_channel_notified()
392 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_channel_notified()
430 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_channel_notified()
452 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_channel_notified()
479 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_channel_reset()
489 BUG_ON(offsetof(struct tegra_ivc_channel_header, w_count) & in check_ivc_params()
491 BUG_ON(offsetof(struct tegra_ivc_channel_header, r_count) & in check_ivc_params()
493 BUG_ON(sizeof(struct tegra_ivc_channel_header) & in check_ivc_params()
545 ivc->rx_channel = (struct tegra_ivc_channel_header *)rx_base; in tegra_ivc_init()
546 ivc->tx_channel = (struct tegra_ivc_channel_header *)tx_base; in tegra_ivc_init()