Home
last modified time | relevance | path

Searched refs:tegra_ivc_header (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/firmware/tegra/
Divc.c53 struct tegra_ivc_header { struct
90 struct tegra_ivc_header *header) in tegra_ivc_empty() argument
117 struct tegra_ivc_header *header) in tegra_ivc_full()
130 struct tegra_ivc_header *header) in tegra_ivc_available()
168 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_check_read()
201 unsigned int offset = offsetof(struct tegra_ivc_header, rx.count); in tegra_ivc_check_write()
218 struct tegra_ivc_header *header, in tegra_ivc_frame_virt()
233 offset = sizeof(struct tegra_ivc_header) + ivc->frame_size * frame; in tegra_ivc_frame_phys()
293 unsigned int rx = offsetof(struct tegra_ivc_header, rx.count); in tegra_ivc_read_advance()
294 unsigned int tx = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_read_advance()
[all …]
/Linux-v5.4/include/soc/tegra/
Divc.h12 struct tegra_ivc_header;
18 struct tegra_ivc_header *channel;