Symbol: tegra_ivc_header
drivers/firmware/tegra/ivc.c
173
unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
drivers/firmware/tegra/ivc.c
208
unsigned int offset = offsetof(struct tegra_ivc_header, rx.count);
drivers/firmware/tegra/ivc.c
229
size_t offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame;
drivers/firmware/tegra/ivc.c
245
offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame;
drivers/firmware/tegra/ivc.c
305
unsigned int rx = offsetof(struct tegra_ivc_header, rx.count);
drivers/firmware/tegra/ivc.c
306
unsigned int tx = offsetof(struct tegra_ivc_header, tx.count);
drivers/firmware/tegra/ivc.c
358
unsigned int tx = offsetof(struct tegra_ivc_header, tx.count);
drivers/firmware/tegra/ivc.c
359
unsigned int rx = offsetof(struct tegra_ivc_header, rx.count);
drivers/firmware/tegra/ivc.c
400
unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
drivers/firmware/tegra/ivc.c
430
unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
drivers/firmware/tegra/ivc.c
439
offset = offsetof(struct tegra_ivc_header, tx.count);
drivers/firmware/tegra/ivc.c
478
offset = offsetof(struct tegra_ivc_header, tx.count);
drivers/firmware/tegra/ivc.c
517
offset = offsetof(struct tegra_ivc_header, tx.count);
drivers/firmware/tegra/ivc.c
570
return queue_size + sizeof(struct tegra_ivc_header);
drivers/firmware/tegra/ivc.c
577
BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct tegra_ivc_header, tx.count),
drivers/firmware/tegra/ivc.c
579
BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct tegra_ivc_header, rx.count),
drivers/firmware/tegra/ivc.c
581
BUILD_BUG_ON(!IS_ALIGNED(sizeof(struct tegra_ivc_header),
drivers/firmware/tegra/ivc.c
72
iosys_map_rd_field(hdr, 0, struct tegra_ivc_header, field)
drivers/firmware/tegra/ivc.c
75
iosys_map_wr_field(hdr, 0, struct tegra_ivc_header, field, value)
include/soc/tegra/ivc.h
14
struct tegra_ivc_header;