Lines Matching defs:tegra_ivc_header
53 struct tegra_ivc_header {
90 struct tegra_ivc_header *header)
117 struct tegra_ivc_header *header)
130 struct tegra_ivc_header *header)
168 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
201 unsigned int offset = offsetof(struct tegra_ivc_header, rx.count);
218 struct tegra_ivc_header *header,
233 offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame;
293 unsigned int rx = offsetof(struct tegra_ivc_header, rx.count);
294 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count);
346 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count);
347 unsigned int rx = offsetof(struct tegra_ivc_header, rx.count);
388 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
418 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
426 offset = offsetof(struct tegra_ivc_header, tx.count);
465 offset = offsetof(struct tegra_ivc_header, tx.count);
504 offset = offsetof(struct tegra_ivc_header, tx.count);
557 return queue_size + sizeof(struct tegra_ivc_header);
564 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct tegra_ivc_header, tx.count),
566 BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct tegra_ivc_header, rx.count),
568 BUILD_BUG_ON(!IS_ALIGNED(sizeof(struct tegra_ivc_header),