Searched defs:tegra_bpmp_ops (Results 1 – 1 of 1) sorted by relevance
71742 struct tegra_bpmp_ops { struct71743 int (*init)(struct tegra_bpmp *);71744 void (*deinit)(struct tegra_bpmp *);71745 bool (*is_response_ready)(struct tegra_bpmp_channel *);71746 bool (*is_request_ready)(struct tegra_bpmp_channel *);71747 int (*ack_response)(struct tegra_bpmp_channel *);71748 int (*ack_request)(struct tegra_bpmp_channel *);71749 bool (*is_response_channel_free)(struct tegra_bpmp_channel *);71750 bool (*is_request_channel_free)(struct tegra_bpmp_channel *);71751 int (*post_response)(struct tegra_bpmp_channel *);[all …]