Lines Matching full:bpmp
12 #include <soc/tegra/bpmp.h>
13 #include <soc/tegra/bpmp-abi.h>
143 struct platform_device *pdev, struct tegra_bpmp *bpmp, in init_vhint_table() argument
154 virt = dma_alloc_coherent(bpmp->dev, sizeof(*data), &phys, in init_vhint_table()
170 err = tegra_bpmp_transfer(bpmp, &msg); in init_vhint_table()
222 dma_free_coherent(bpmp->dev, sizeof(*data), virt, phys); in init_vhint_table()
230 struct tegra_bpmp *bpmp; in tegra186_cpufreq_probe() local
244 bpmp = tegra_bpmp_get(&pdev->dev); in tegra186_cpufreq_probe()
245 if (IS_ERR(bpmp)) in tegra186_cpufreq_probe()
246 return PTR_ERR(bpmp); in tegra186_cpufreq_probe()
258 cluster->table = init_vhint_table(pdev, bpmp, cluster); in tegra186_cpufreq_probe()
270 tegra_bpmp_put(bpmp); in tegra186_cpufreq_probe()