Searched refs:tegra_bpmp_ops (Results 1 – 4 of 4) sorted by relevance
11 struct tegra_bpmp_ops { struct26 extern const struct tegra_bpmp_ops tegra186_bpmp_ops; argument27 extern const struct tegra_bpmp_ops tegra210_bpmp_ops;
27 static inline const struct tegra_bpmp_ops *97 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_is_response_ready()104 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_is_request_ready()126 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_ack_response()133 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_ack_request()141 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_is_request_channel_free()149 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_is_response_channel_free()174 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_post_request()181 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_post_response()
226 const struct tegra_bpmp_ops tegra210_bpmp_ops = {
371 const struct tegra_bpmp_ops tegra186_bpmp_ops = {
Completed in 10 milliseconds