Lines Matching defs:tegra_ivc_header
53 struct tegra_ivc_header {
72 iosys_map_rd_field(hdr, 0, struct tegra_ivc_header, field)
75 iosys_map_wr_field(hdr, 0, struct tegra_ivc_header, field, value)
173 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
208 unsigned int offset = offsetof(struct tegra_ivc_header, rx.count);
229 size_t offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame;
245 offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame;
305 unsigned int rx = offsetof(struct tegra_ivc_header, rx.count);
306 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count);
358 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count);
359 unsigned int rx = offsetof(struct tegra_ivc_header, rx.count);
400 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
430 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
439 offset = offsetof(struct tegra_ivc_header, tx.count);
478 offset = offsetof(struct tegra_ivc_header, tx.count);
517 offset = offsetof(struct tegra_ivc_header, tx.count);
570 return queue_size + sizeof(struct tegra_ivc_header);
577 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct tegra_ivc_header, tx.count),
579 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct tegra_ivc_header, rx.count),
581 BUILD_BUG_ON(!IS_ALIGNED(sizeof(struct tegra_ivc_header),