Lines Matching defs:offset
173 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
198 tegra_ivc_invalidate(ivc, ivc->rx.phys + offset);
208 unsigned int offset = offsetof(struct tegra_ivc_header, rx.count);
218 tegra_ivc_invalidate(ivc, ivc->tx.phys + offset);
229 size_t offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame;
234 *map = IOSYS_MAP_INIT_OFFSET(header, offset);
243 unsigned long offset;
245 offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame;
247 return phys + offset;
253 unsigned int offset,
259 phys = tegra_ivc_frame_phys(ivc, phys, frame) + offset;
267 unsigned int offset,
273 phys = tegra_ivc_frame_phys(ivc, phys, frame) + offset;
400 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
403 tegra_ivc_flush(ivc, ivc->tx.phys + offset);
430 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
434 tegra_ivc_invalidate(ivc, ivc->rx.phys + offset);
439 offset = offsetof(struct tegra_ivc_header, tx.count);
469 tegra_ivc_flush(ivc, ivc->tx.phys + offset);
478 offset = offsetof(struct tegra_ivc_header, tx.count);
509 tegra_ivc_flush(ivc, ivc->tx.phys + offset);
517 offset = offsetof(struct tegra_ivc_header, tx.count);
533 tegra_ivc_flush(ivc, ivc->tx.phys + offset);