Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/firmware/tegra/
A Dbpmp-private.h11 struct tegra_bpmp_ops { struct
29 extern const struct tegra_bpmp_ops tegra186_bpmp_ops; argument
32 extern const struct tegra_bpmp_ops tegra210_bpmp_ops;
A Dbpmp.c34 static inline const struct tegra_bpmp_ops *
104 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_is_response_ready()
111 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_is_request_ready()
133 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_ack_response()
140 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_ack_request()
148 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_is_request_channel_free()
156 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_is_response_channel_free()
181 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_post_request()
188 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_post_response()
A Dbpmp-tegra210.c226 const struct tegra_bpmp_ops tegra210_bpmp_ops = {
A Dbpmp-tegra186.c290 const struct tegra_bpmp_ops tegra186_bpmp_ops = {
/linux-6.3-rc2/include/soc/tegra/
A Dbpmp.h19 struct tegra_bpmp_ops;
30 const struct tegra_bpmp_ops *ops;

Completed in 10 milliseconds