Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mailbox/
Dtegra-hsp.c61 struct tegra_hsp_channel;
64 struct tegra_hsp_channel { struct
71 struct tegra_hsp_channel channel; argument
79 void (*send)(struct tegra_hsp_channel *channel, void *data);
80 void (*recv)(struct tegra_hsp_channel *channel);
84 struct tegra_hsp_channel channel;
137 static inline u32 tegra_hsp_channel_readl(struct tegra_hsp_channel *channel, in tegra_hsp_channel_readl()
143 static inline void tegra_hsp_channel_writel(struct tegra_hsp_channel *channel, in tegra_hsp_channel_writel()
269 static struct tegra_hsp_channel *
372 static void tegra_hsp_sm_send32(struct tegra_hsp_channel *channel, void *data) in tegra_hsp_sm_send32()
[all …]