Home
last modified time | relevance | path

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

/linux/drivers/mailbox/
H A Dtegra-hsp.c52 struct tegra_hsp_channel;
55 struct tegra_hsp_channel { struct
62 struct tegra_hsp_channel channel; argument
70 void (*send)(struct tegra_hsp_channel *channel, void *data);
71 void (*recv)(struct tegra_hsp_channel *channel);
75 struct tegra_hsp_channel channel;
143 static inline u32 tegra_hsp_channel_readl(struct tegra_hsp_channel *channel, in tegra_hsp_channel_readl()
149 static inline void tegra_hsp_channel_writel(struct tegra_hsp_channel *channel, in tegra_hsp_channel_writel()
275 static struct tegra_hsp_channel *
378 static void tegra_hsp_sm_send32(struct tegra_hsp_channel *channel, void *data) in tegra_hsp_sm_send32()
[all …]