Home
last modified time | relevance | path

Searched refs:tegra_bpmp (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/soc/tegra/
Dbpmp.h45 struct tegra_bpmp *bpmp;
63 struct tegra_bpmp { struct
119 struct tegra_bpmp *tegra_bpmp_get(struct device *dev); argument
120 void tegra_bpmp_put(struct tegra_bpmp *bpmp);
121 int tegra_bpmp_transfer_atomic(struct tegra_bpmp *bpmp,
123 int tegra_bpmp_transfer(struct tegra_bpmp *bpmp,
128 int tegra_bpmp_request_mrq(struct tegra_bpmp *bpmp, unsigned int mrq,
130 void tegra_bpmp_free_mrq(struct tegra_bpmp *bpmp, unsigned int mrq,
133 static inline struct tegra_bpmp *tegra_bpmp_get(struct device *dev) in tegra_bpmp_get()
137 static inline void tegra_bpmp_put(struct tegra_bpmp *bpmp) in tegra_bpmp_put()
[all …]
/linux-4.19.296/drivers/reset/tegra/
Dreset-bpmp.c14 static struct tegra_bpmp *to_tegra_bpmp(struct reset_controller_dev *rstc) in to_tegra_bpmp()
16 return container_of(rstc, struct tegra_bpmp, rstc); in to_tegra_bpmp()
23 struct tegra_bpmp *bpmp = to_tegra_bpmp(rstc); in tegra_bpmp_reset_common()
70 int tegra_bpmp_init_resets(struct tegra_bpmp *bpmp) in tegra_bpmp_init_resets()
/linux-4.19.296/drivers/clk/tegra/
Dclk-bpmp.c34 struct tegra_bpmp *bpmp;
62 static int tegra_bpmp_clk_transfer(struct tegra_bpmp *bpmp, in tegra_bpmp_clk_transfer()
311 static int tegra_bpmp_clk_get_max_id(struct tegra_bpmp *bpmp) in tegra_bpmp_clk_get_max_id()
332 static int tegra_bpmp_clk_get_info(struct tegra_bpmp *bpmp, unsigned int id, in tegra_bpmp_clk_get_info()
361 static void tegra_bpmp_clk_info_dump(struct tegra_bpmp *bpmp, in tegra_bpmp_clk_info_dump()
401 static int tegra_bpmp_probe_clocks(struct tegra_bpmp *bpmp, in tegra_bpmp_probe_clocks()
468 tegra_bpmp_clk_register(struct tegra_bpmp *bpmp, in tegra_bpmp_clk_register()
545 static int tegra_bpmp_register_clocks(struct tegra_bpmp *bpmp, in tegra_bpmp_register_clocks()
575 static void tegra_bpmp_unregister_clocks(struct tegra_bpmp *bpmp) in tegra_bpmp_unregister_clocks()
587 struct tegra_bpmp *bpmp = data; in tegra_bpmp_clk_of_xlate()
[all …]
/linux-4.19.296/drivers/cpufreq/
Dtegra186-cpufreq.c112 struct platform_device *pdev, struct tegra_bpmp *bpmp, in init_vhint_table()
197 struct tegra_bpmp *bpmp; in tegra186_cpufreq_probe()
/linux-4.19.296/drivers/i2c/busses/
Di2c-tegra-bpmp.c43 struct tegra_bpmp *bpmp;