tegra_bpmp_channel 14 drivers/firmware/tegra/bpmp-private.h bool (*is_response_ready)(struct tegra_bpmp_channel *channel); tegra_bpmp_channel 15 drivers/firmware/tegra/bpmp-private.h bool (*is_request_ready)(struct tegra_bpmp_channel *channel); tegra_bpmp_channel 16 drivers/firmware/tegra/bpmp-private.h int (*ack_response)(struct tegra_bpmp_channel *channel); tegra_bpmp_channel 17 drivers/firmware/tegra/bpmp-private.h int (*ack_request)(struct tegra_bpmp_channel *channel); tegra_bpmp_channel 18 drivers/firmware/tegra/bpmp-private.h bool (*is_response_channel_free)(struct tegra_bpmp_channel *channel); tegra_bpmp_channel 19 drivers/firmware/tegra/bpmp-private.h bool (*is_request_channel_free)(struct tegra_bpmp_channel *channel); tegra_bpmp_channel 20 drivers/firmware/tegra/bpmp-private.h int (*post_response)(struct tegra_bpmp_channel *channel); tegra_bpmp_channel 21 drivers/firmware/tegra/bpmp-private.h int (*post_request)(struct tegra_bpmp_channel *channel); tegra_bpmp_channel 41 drivers/firmware/tegra/bpmp-tegra186.c static bool tegra186_bpmp_is_message_ready(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 56 drivers/firmware/tegra/bpmp-tegra186.c static bool tegra186_bpmp_is_channel_free(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 71 drivers/firmware/tegra/bpmp-tegra186.c static int tegra186_bpmp_ack_message(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 76 drivers/firmware/tegra/bpmp-tegra186.c static int tegra186_bpmp_post_message(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 106 drivers/firmware/tegra/bpmp-tegra186.c static int tegra186_bpmp_channel_init(struct tegra_bpmp_channel *channel, tegra_bpmp_channel 141 drivers/firmware/tegra/bpmp-tegra186.c static void tegra186_bpmp_channel_reset(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 151 drivers/firmware/tegra/bpmp-tegra186.c static void tegra186_bpmp_channel_cleanup(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 44 drivers/firmware/tegra/bpmp-tegra210.c static bool tegra210_bpmp_is_response_ready(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 51 drivers/firmware/tegra/bpmp-tegra210.c static bool tegra210_bpmp_is_request_ready(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 59 drivers/firmware/tegra/bpmp-tegra210.c tegra210_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 67 drivers/firmware/tegra/bpmp-tegra210.c tegra210_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 74 drivers/firmware/tegra/bpmp-tegra210.c static int tegra210_bpmp_post_request(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 83 drivers/firmware/tegra/bpmp-tegra210.c static int tegra210_bpmp_post_response(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 92 drivers/firmware/tegra/bpmp-tegra210.c static int tegra210_bpmp_ack_response(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 102 drivers/firmware/tegra/bpmp-tegra210.c static int tegra210_bpmp_ack_request(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 135 drivers/firmware/tegra/bpmp-tegra210.c static int tegra210_bpmp_channel_init(struct tegra_bpmp_channel *channel, tegra_bpmp_channel 34 drivers/firmware/tegra/bpmp.c channel_to_ops(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 78 drivers/firmware/tegra/bpmp.c tegra_bpmp_channel_get_thread_index(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 101 drivers/firmware/tegra/bpmp.c static bool tegra_bpmp_is_response_ready(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 108 drivers/firmware/tegra/bpmp.c static bool tegra_bpmp_is_request_ready(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 115 drivers/firmware/tegra/bpmp.c static int tegra_bpmp_wait_response(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 130 drivers/firmware/tegra/bpmp.c static int tegra_bpmp_ack_response(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 137 drivers/firmware/tegra/bpmp.c static int tegra_bpmp_ack_request(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 145 drivers/firmware/tegra/bpmp.c tegra_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 153 drivers/firmware/tegra/bpmp.c tegra_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 161 drivers/firmware/tegra/bpmp.c tegra_bpmp_wait_request_channel_free(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 178 drivers/firmware/tegra/bpmp.c static int tegra_bpmp_post_request(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 185 drivers/firmware/tegra/bpmp.c static int tegra_bpmp_post_response(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 197 drivers/firmware/tegra/bpmp.c static ssize_t __tegra_bpmp_channel_read(struct tegra_bpmp_channel *channel, tegra_bpmp_channel 214 drivers/firmware/tegra/bpmp.c static ssize_t tegra_bpmp_channel_read(struct tegra_bpmp_channel *channel, tegra_bpmp_channel 239 drivers/firmware/tegra/bpmp.c static ssize_t __tegra_bpmp_channel_write(struct tegra_bpmp_channel *channel, tegra_bpmp_channel 252 drivers/firmware/tegra/bpmp.c static struct tegra_bpmp_channel * tegra_bpmp_channel 258 drivers/firmware/tegra/bpmp.c struct tegra_bpmp_channel *channel; tegra_bpmp_channel 303 drivers/firmware/tegra/bpmp.c static ssize_t tegra_bpmp_channel_write(struct tegra_bpmp_channel *channel, tegra_bpmp_channel 319 drivers/firmware/tegra/bpmp.c struct tegra_bpmp_channel *channel; tegra_bpmp_channel 357 drivers/firmware/tegra/bpmp.c struct tegra_bpmp_channel *channel; tegra_bpmp_channel 399 drivers/firmware/tegra/bpmp.c void tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel, int code, tegra_bpmp_channel 438 drivers/firmware/tegra/bpmp.c struct tegra_bpmp_channel *channel) tegra_bpmp_channel 528 drivers/firmware/tegra/bpmp.c struct tegra_bpmp_channel *channel, tegra_bpmp_channel 648 drivers/firmware/tegra/bpmp.c static void tegra_bpmp_channel_signal(struct tegra_bpmp_channel *channel) tegra_bpmp_channel 660 drivers/firmware/tegra/bpmp.c struct tegra_bpmp_channel *channel; tegra_bpmp_channel 674 drivers/firmware/tegra/bpmp.c struct tegra_bpmp_channel *channel; tegra_bpmp_channel 92 drivers/thermal/tegra/tegra-bpmp-thermal.c static void bpmp_mrq_thermal(unsigned int mrq, struct tegra_bpmp_channel *ch, tegra_bpmp_channel 49 include/soc/tegra/bpmp.h struct tegra_bpmp_channel *channel, tegra_bpmp_channel 70 include/soc/tegra/bpmp.h struct tegra_bpmp_channel *tx_channel, *rx_channel, *threaded_channels; tegra_bpmp_channel 116 include/soc/tegra/bpmp.h void tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel, int code, tegra_bpmp_channel 142 include/soc/tegra/bpmp.h static inline void tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel,