Lines Matching defs:header
90 struct tegra_ivc_header *header)
97 u32 tx = READ_ONCE(header->tx.count);
98 u32 rx = READ_ONCE(header->rx.count);
117 struct tegra_ivc_header *header)
119 u32 tx = READ_ONCE(header->tx.count);
120 u32 rx = READ_ONCE(header->rx.count);
130 struct tegra_ivc_header *header)
132 u32 tx = READ_ONCE(header->tx.count);
133 u32 rx = READ_ONCE(header->rx.count);
218 struct tegra_ivc_header *header,
224 return (void *)(header + 1) + ivc->frame_size * frame;