Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h105866 struct tegra_bpmp_ops { struct
105867 int (*init)(struct tegra_bpmp *);
105868 void (*deinit)(struct tegra_bpmp *);
105869 bool (*is_response_ready)(struct tegra_bpmp_channel *);
105870 bool (*is_request_ready)(struct tegra_bpmp_channel *);
105871 int (*ack_response)(struct tegra_bpmp_channel *);
105872 int (*ack_request)(struct tegra_bpmp_channel *);
105873 bool (*is_response_channel_free)(struct tegra_bpmp_channel *);
105874 bool (*is_request_channel_free)(struct tegra_bpmp_channel *);
105875 int (*post_response)(struct tegra_bpmp_channel *);
[all …]