Lines Matching refs:tegra_ivc_header

53 struct tegra_ivc_header {  struct
72 iosys_map_rd_field(hdr, 0, struct tegra_ivc_header, field) argument
75 iosys_map_wr_field(hdr, 0, struct tegra_ivc_header, field, value)
173 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_check_read()
208 unsigned int offset = offsetof(struct tegra_ivc_header, rx.count); in tegra_ivc_check_write()
229 size_t offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame; in tegra_ivc_frame_virt()
245 offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame; in tegra_ivc_frame_phys()
305 unsigned int rx = offsetof(struct tegra_ivc_header, rx.count); in tegra_ivc_read_advance()
306 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_read_advance()
358 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_write_advance()
359 unsigned int rx = offsetof(struct tegra_ivc_header, rx.count); in tegra_ivc_write_advance()
400 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_reset()
430 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_notified()
439 offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_notified()
478 offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_notified()
517 offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_notified()
570 return queue_size + sizeof(struct tegra_ivc_header); in tegra_ivc_total_queue_size()
577 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct tegra_ivc_header, tx.count), in tegra_ivc_check_params()
579 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct tegra_ivc_header, rx.count), in tegra_ivc_check_params()
581 BUILD_BUG_ON(!IS_ALIGNED(sizeof(struct tegra_ivc_header), in tegra_ivc_check_params()