Searched refs:tegra_bpmp_channel (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/firmware/tegra/ |
D | bpmp.c | 74 tegra_bpmp_channel_get_thread_index(struct tegra_bpmp_channel *channel) in tegra_bpmp_channel_get_thread_index() 97 static bool tegra_bpmp_master_acked(struct tegra_bpmp_channel *channel) in tegra_bpmp_master_acked() 112 static int tegra_bpmp_wait_ack(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_ack() 127 static bool tegra_bpmp_master_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_master_free() 142 static int tegra_bpmp_wait_master_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_master_free() 159 static ssize_t __tegra_bpmp_channel_read(struct tegra_bpmp_channel *channel, in __tegra_bpmp_channel_read() 176 static ssize_t tegra_bpmp_channel_read(struct tegra_bpmp_channel *channel, in tegra_bpmp_channel_read() 201 static ssize_t __tegra_bpmp_channel_write(struct tegra_bpmp_channel *channel, in __tegra_bpmp_channel_write() 214 static struct tegra_bpmp_channel * 220 struct tegra_bpmp_channel *channel; in tegra_bpmp_write_threaded() [all …]
|
/Linux-v4.19/include/soc/tegra/ |
D | bpmp.h | 44 struct tegra_bpmp_channel { struct 53 struct tegra_bpmp_channel *channel, argument 79 struct tegra_bpmp_channel *tx_channel, *rx_channel, *threaded_channels; 125 void tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel, int code, 150 static inline void tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel, in tegra_bpmp_mrq_return()
|
/Linux-v4.19/drivers/thermal/tegra/ |
D | tegra-bpmp-thermal.c | 101 static void bpmp_mrq_thermal(unsigned int mrq, struct tegra_bpmp_channel *ch, in bpmp_mrq_thermal()
|