tegra_bpmp_channel
bool (*is_response_ready)(struct tegra_bpmp_channel *channel);
bool (*is_request_ready)(struct tegra_bpmp_channel *channel);
int (*ack_response)(struct tegra_bpmp_channel *channel);
int (*ack_request)(struct tegra_bpmp_channel *channel);
bool (*is_response_channel_free)(struct tegra_bpmp_channel *channel);
bool (*is_request_channel_free)(struct tegra_bpmp_channel *channel);
int (*post_response)(struct tegra_bpmp_channel *channel);
int (*post_request)(struct tegra_bpmp_channel *channel);
static int tegra186_bpmp_channel_init(struct tegra_bpmp_channel *channel,
static void tegra186_bpmp_channel_reset(struct tegra_bpmp_channel *channel)
static void tegra186_bpmp_channel_cleanup(struct tegra_bpmp_channel *channel)
static bool tegra186_bpmp_is_message_ready(struct tegra_bpmp_channel *channel)
static bool tegra186_bpmp_is_channel_free(struct tegra_bpmp_channel *channel)
static int tegra186_bpmp_ack_message(struct tegra_bpmp_channel *channel)
static int tegra186_bpmp_post_message(struct tegra_bpmp_channel *channel)
static int tegra210_bpmp_ack_request(struct tegra_bpmp_channel *channel)
static int tegra210_bpmp_channel_init(struct tegra_bpmp_channel *channel,
static bool tegra210_bpmp_is_response_ready(struct tegra_bpmp_channel *channel)
static bool tegra210_bpmp_is_request_ready(struct tegra_bpmp_channel *channel)
tegra210_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel)
tegra210_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel)
static int tegra210_bpmp_post_request(struct tegra_bpmp_channel *channel)
static int tegra210_bpmp_post_response(struct tegra_bpmp_channel *channel)
static int tegra210_bpmp_ack_response(struct tegra_bpmp_channel *channel)
static bool tegra_bpmp_is_request_ready(struct tegra_bpmp_channel *channel)
static int tegra_bpmp_wait_response(struct tegra_bpmp_channel *channel)
static int tegra_bpmp_ack_response(struct tegra_bpmp_channel *channel)
static int tegra_bpmp_ack_request(struct tegra_bpmp_channel *channel)
tegra_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel)
tegra_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel)
tegra_bpmp_wait_request_channel_free(struct tegra_bpmp_channel *channel)
static int tegra_bpmp_post_request(struct tegra_bpmp_channel *channel)
static int tegra_bpmp_post_response(struct tegra_bpmp_channel *channel)
static ssize_t __tegra_bpmp_channel_read(struct tegra_bpmp_channel *channel,
static ssize_t tegra_bpmp_channel_read(struct tegra_bpmp_channel *channel,
static ssize_t __tegra_bpmp_channel_write(struct tegra_bpmp_channel *channel,
static struct tegra_bpmp_channel *
struct tegra_bpmp_channel *channel;
channel_to_ops(struct tegra_bpmp_channel *channel)
static ssize_t tegra_bpmp_channel_write(struct tegra_bpmp_channel *channel,
struct tegra_bpmp_channel *channel;
struct tegra_bpmp_channel *channel;
void tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel, int code,
struct tegra_bpmp_channel *channel)
struct tegra_bpmp_channel *channel,
static void tegra_bpmp_channel_signal(struct tegra_bpmp_channel *channel)
struct tegra_bpmp_channel *channel;
struct tegra_bpmp_channel *channel;
tegra_bpmp_channel_get_thread_index(struct tegra_bpmp_channel *channel)
static bool tegra_bpmp_is_response_ready(struct tegra_bpmp_channel *channel)
static void bpmp_mrq_thermal(unsigned int mrq, struct tegra_bpmp_channel *ch,
void tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel, int code,
static inline void tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel,
struct tegra_bpmp_channel *channel,
struct tegra_bpmp_channel *tx_channel, *rx_channel, *threaded_channels;