Lines Matching full:bpmp
12 #include <soc/tegra/bpmp.h>
13 #include <soc/tegra/bpmp-abi.h>
130 struct platform_device *pdev, struct tegra_bpmp *bpmp, in init_vhint_table() argument
141 virt = dma_alloc_coherent(bpmp->dev, sizeof(*data), &phys, in init_vhint_table()
157 err = tegra_bpmp_transfer(bpmp, &msg); in init_vhint_table()
209 dma_free_coherent(bpmp->dev, sizeof(*data), virt, phys); in init_vhint_table()
217 struct tegra_bpmp *bpmp; in tegra186_cpufreq_probe() local
231 bpmp = tegra_bpmp_get(&pdev->dev); in tegra186_cpufreq_probe()
232 if (IS_ERR(bpmp)) in tegra186_cpufreq_probe()
233 return PTR_ERR(bpmp); in tegra186_cpufreq_probe()
244 cluster->table = init_vhint_table(pdev, bpmp, cluster, i); in tegra186_cpufreq_probe()
256 tegra_bpmp_put(bpmp); in tegra186_cpufreq_probe()