Lines Matching defs:count

57 			u32 count;
66 u32 count;
97 u32 tx = READ_ONCE(header->tx.count);
98 u32 rx = READ_ONCE(header->rx.count);
119 u32 tx = READ_ONCE(header->tx.count);
120 u32 rx = READ_ONCE(header->rx.count);
132 u32 tx = READ_ONCE(header->tx.count);
133 u32 rx = READ_ONCE(header->rx.count);
146 WRITE_ONCE(ivc->tx.channel->tx.count,
147 READ_ONCE(ivc->tx.channel->tx.count) + 1);
157 WRITE_ONCE(ivc->rx.channel->rx.count,
158 READ_ONCE(ivc->rx.channel->rx.count) + 1);
168 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
201 unsigned int offset = offsetof(struct tegra_ivc_header, rx.count);
293 unsigned int rx = offsetof(struct tegra_ivc_header, rx.count);
294 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count);
318 * count can only asynchronously increase, so the worst possible
346 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count);
347 unsigned int rx = offsetof(struct tegra_ivc_header, rx.count);
374 * count can only asynchronously decrease, so the worst possible
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);
439 ivc->tx.channel->tx.count = 0;
440 ivc->rx.channel->rx.count = 0;
465 offset = offsetof(struct tegra_ivc_header, tx.count);
478 ivc->tx.channel->tx.count = 0;
479 ivc->rx.channel->rx.count = 0;
504 offset = offsetof(struct tegra_ivc_header, tx.count);
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),