tegra_bpmp_ops     28 drivers/firmware/tegra/bpmp-private.h extern const struct tegra_bpmp_ops tegra186_bpmp_ops;
tegra_bpmp_ops     31 drivers/firmware/tegra/bpmp-private.h extern const struct tegra_bpmp_ops tegra210_bpmp_ops;
tegra_bpmp_ops    292 drivers/firmware/tegra/bpmp-tegra186.c const struct tegra_bpmp_ops tegra186_bpmp_ops = {
tegra_bpmp_ops    232 drivers/firmware/tegra/bpmp-tegra210.c const struct tegra_bpmp_ops tegra210_bpmp_ops = {
tegra_bpmp_ops     33 drivers/firmware/tegra/bpmp.c static inline const struct tegra_bpmp_ops *
tegra_bpmp_ops    103 drivers/firmware/tegra/bpmp.c 	const struct tegra_bpmp_ops *ops = channel_to_ops(channel);
tegra_bpmp_ops    110 drivers/firmware/tegra/bpmp.c 	const struct tegra_bpmp_ops *ops = channel_to_ops(channel);
tegra_bpmp_ops    132 drivers/firmware/tegra/bpmp.c 	const struct tegra_bpmp_ops *ops = channel_to_ops(channel);
tegra_bpmp_ops    139 drivers/firmware/tegra/bpmp.c 	const struct tegra_bpmp_ops *ops = channel_to_ops(channel);
tegra_bpmp_ops    147 drivers/firmware/tegra/bpmp.c 	const struct tegra_bpmp_ops *ops = channel_to_ops(channel);
tegra_bpmp_ops    155 drivers/firmware/tegra/bpmp.c 	const struct tegra_bpmp_ops *ops = channel_to_ops(channel);
tegra_bpmp_ops    180 drivers/firmware/tegra/bpmp.c 	const struct tegra_bpmp_ops *ops = channel_to_ops(channel);
tegra_bpmp_ops    187 drivers/firmware/tegra/bpmp.c 	const struct tegra_bpmp_ops *ops = channel_to_ops(channel);
tegra_bpmp_ops     18 include/soc/tegra/bpmp.h struct tegra_bpmp_ops;
tegra_bpmp_ops     29 include/soc/tegra/bpmp.h 	const struct tegra_bpmp_ops *ops;