Lines Matching refs:tegra_ivc_header

53 struct tegra_ivc_header {  struct
90 struct tegra_ivc_header *header) in tegra_ivc_empty() argument
117 struct tegra_ivc_header *header) in tegra_ivc_full()
130 struct tegra_ivc_header *header) in tegra_ivc_available()
168 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_check_read()
201 unsigned int offset = offsetof(struct tegra_ivc_header, rx.count); in tegra_ivc_check_write()
218 struct tegra_ivc_header *header, in tegra_ivc_frame_virt()
233 offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame; in tegra_ivc_frame_phys()
293 unsigned int rx = offsetof(struct tegra_ivc_header, rx.count); in tegra_ivc_read_advance()
294 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_read_advance()
346 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_write_advance()
347 unsigned int rx = offsetof(struct tegra_ivc_header, rx.count); in tegra_ivc_write_advance()
388 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_reset()
418 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_notified()
426 offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_notified()
465 offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_notified()
504 offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_notified()
557 return queue_size + sizeof(struct tegra_ivc_header); in tegra_ivc_total_queue_size()
564 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct tegra_ivc_header, tx.count), in tegra_ivc_check_params()
566 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct tegra_ivc_header, rx.count), in tegra_ivc_check_params()
568 BUILD_BUG_ON(!IS_ALIGNED(sizeof(struct tegra_ivc_header), in tegra_ivc_check_params()