Symbol: tegra_bpmp_channel
drivers/firmware/tegra/bpmp-private.h
14
bool (*is_response_ready)(struct tegra_bpmp_channel *channel);
drivers/firmware/tegra/bpmp-private.h
15
bool (*is_request_ready)(struct tegra_bpmp_channel *channel);
drivers/firmware/tegra/bpmp-private.h
16
int (*ack_response)(struct tegra_bpmp_channel *channel);
drivers/firmware/tegra/bpmp-private.h
17
int (*ack_request)(struct tegra_bpmp_channel *channel);
drivers/firmware/tegra/bpmp-private.h
18
bool (*is_response_channel_free)(struct tegra_bpmp_channel *channel);
drivers/firmware/tegra/bpmp-private.h
19
bool (*is_request_channel_free)(struct tegra_bpmp_channel *channel);
drivers/firmware/tegra/bpmp-private.h
20
int (*post_response)(struct tegra_bpmp_channel *channel);
drivers/firmware/tegra/bpmp-private.h
21
int (*post_request)(struct tegra_bpmp_channel *channel);
drivers/firmware/tegra/bpmp-tegra186.c
107
static int tegra186_bpmp_channel_init(struct tegra_bpmp_channel *channel,
drivers/firmware/tegra/bpmp-tegra186.c
149
static void tegra186_bpmp_channel_reset(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp-tegra186.c
159
static void tegra186_bpmp_channel_cleanup(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp-tegra186.c
46
static bool tegra186_bpmp_is_message_ready(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp-tegra186.c
59
static bool tegra186_bpmp_is_channel_free(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp-tegra186.c
72
static int tegra186_bpmp_ack_message(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp-tegra186.c
77
static int tegra186_bpmp_post_message(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp-tegra210.c
102
static int tegra210_bpmp_ack_request(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp-tegra210.c
135
static int tegra210_bpmp_channel_init(struct tegra_bpmp_channel *channel,
drivers/firmware/tegra/bpmp-tegra210.c
44
static bool tegra210_bpmp_is_response_ready(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp-tegra210.c
51
static bool tegra210_bpmp_is_request_ready(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp-tegra210.c
59
tegra210_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp-tegra210.c
67
tegra210_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp-tegra210.c
74
static int tegra210_bpmp_post_request(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp-tegra210.c
83
static int tegra210_bpmp_post_response(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp-tegra210.c
92
static int tegra210_bpmp_ack_response(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp.c
102
static bool tegra_bpmp_is_request_ready(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp.c
109
static int tegra_bpmp_wait_response(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp.c
124
static int tegra_bpmp_ack_response(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp.c
131
static int tegra_bpmp_ack_request(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp.c
139
tegra_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp.c
147
tegra_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp.c
155
tegra_bpmp_wait_request_channel_free(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp.c
172
static int tegra_bpmp_post_request(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp.c
179
static int tegra_bpmp_post_response(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp.c
191
static ssize_t __tegra_bpmp_channel_read(struct tegra_bpmp_channel *channel,
drivers/firmware/tegra/bpmp.c
208
static ssize_t tegra_bpmp_channel_read(struct tegra_bpmp_channel *channel,
drivers/firmware/tegra/bpmp.c
233
static ssize_t __tegra_bpmp_channel_write(struct tegra_bpmp_channel *channel,
drivers/firmware/tegra/bpmp.c
246
static struct tegra_bpmp_channel *
drivers/firmware/tegra/bpmp.c
252
struct tegra_bpmp_channel *channel;
drivers/firmware/tegra/bpmp.c
28
channel_to_ops(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp.c
297
static ssize_t tegra_bpmp_channel_write(struct tegra_bpmp_channel *channel,
drivers/firmware/tegra/bpmp.c
315
struct tegra_bpmp_channel *channel;
drivers/firmware/tegra/bpmp.c
361
struct tegra_bpmp_channel *channel;
drivers/firmware/tegra/bpmp.c
411
void tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel, int code,
drivers/firmware/tegra/bpmp.c
450
struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp.c
540
struct tegra_bpmp_channel *channel,
drivers/firmware/tegra/bpmp.c
660
static void tegra_bpmp_channel_signal(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp.c
672
struct tegra_bpmp_channel *channel;
drivers/firmware/tegra/bpmp.c
689
struct tegra_bpmp_channel *channel;
drivers/firmware/tegra/bpmp.c
72
tegra_bpmp_channel_get_thread_index(struct tegra_bpmp_channel *channel)
drivers/firmware/tegra/bpmp.c
95
static bool tegra_bpmp_is_response_ready(struct tegra_bpmp_channel *channel)
drivers/thermal/tegra/tegra-bpmp-thermal.c
110
static void bpmp_mrq_thermal(unsigned int mrq, struct tegra_bpmp_channel *ch,
include/soc/tegra/bpmp.h
135
void tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel, int code,
include/soc/tegra/bpmp.h
161
static inline void tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel,
include/soc/tegra/bpmp.h
62
struct tegra_bpmp_channel *channel,
include/soc/tegra/bpmp.h
83
struct tegra_bpmp_channel *tx_channel, *rx_channel, *threaded_channels;