Lines Matching refs:tegra_ivc_channel_header

56 struct tegra_ivc_channel_header {  struct
73 struct tegra_ivc_channel_header *h, in tegra_ivc_invalidate_counter() argument
81 struct tegra_ivc_channel_header *h, in tegra_ivc_flush_counter()
89 struct tegra_ivc_channel_header *h, in tegra_ivc_frame_addr()
94 return ((ulong)h) + sizeof(struct tegra_ivc_channel_header) + in tegra_ivc_frame_addr()
99 struct tegra_ivc_channel_header *ch, in tegra_ivc_frame_pointer()
106 struct tegra_ivc_channel_header *h, in tegra_ivc_invalidate_frame()
114 struct tegra_ivc_channel_header *h, in tegra_ivc_flush_frame()
122 struct tegra_ivc_channel_header *ch) in tegra_ivc_channel_empty()
149 struct tegra_ivc_channel_header *ch) in tegra_ivc_channel_full()
205 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_check_read()
220 offset = offsetof(struct tegra_ivc_channel_header, r_count); in tegra_ivc_check_write()
226 struct tegra_ivc_channel_header *ch) in tegra_ivc_channel_avail_count()
270 offset = offsetof(struct tegra_ivc_channel_header, r_count); in tegra_ivc_read_advance()
278 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_read_advance()
316 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_write_advance()
324 offset = offsetof(struct tegra_ivc_channel_header, r_count); in tegra_ivc_write_advance()
358 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_channel_notified()
391 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_channel_notified()
429 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_channel_notified()
451 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_channel_notified()
478 offset = offsetof(struct tegra_ivc_channel_header, w_count); in tegra_ivc_channel_reset()
488 BUG_ON(offsetof(struct tegra_ivc_channel_header, w_count) & in check_ivc_params()
490 BUG_ON(offsetof(struct tegra_ivc_channel_header, r_count) & in check_ivc_params()
492 BUG_ON(sizeof(struct tegra_ivc_channel_header) & in check_ivc_params()
544 ivc->rx_channel = (struct tegra_ivc_channel_header *)rx_base; in tegra_ivc_init()
545 ivc->tx_channel = (struct tegra_ivc_channel_header *)tx_base; in tegra_ivc_init()