Searched refs:tegra186_bpmp (Results 1 – 2 of 2) sorted by relevance
24 struct tegra186_bpmp { struct32 struct tegra186_bpmp *priv = dev_get_priv(dev); in tegra186_bpmp_call() argument163 struct tegra186_bpmp *priv = in tegra186_bpmp_ivc_notify()164 container_of(ivc, struct tegra186_bpmp, ivc); in tegra186_bpmp_ivc_notify()174 struct tegra186_bpmp *priv = dev_get_priv(dev); in tegra186_bpmp_probe()230 struct tegra186_bpmp *priv = dev_get_priv(dev); in tegra186_bpmp_remove()248 U_BOOT_DRIVER(tegra186_bpmp) = {256 .priv_auto_alloc_size = sizeof(struct tegra186_bpmp),
48 obj-$(CONFIG_TEGRA186_BPMP) += tegra186_bpmp.o