Home
last modified time | relevance | path

Searched refs:tegra_bpmp_request_mrq (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/soc/tegra/
H A Dbpmp.h119 int tegra_bpmp_request_mrq(struct tegra_bpmp *bpmp, unsigned int mrq,
148 static inline int tegra_bpmp_request_mrq(struct tegra_bpmp *bpmp, in tegra_bpmp_request_mrq() function
/OK3568_Linux_fs/kernel/drivers/firmware/tegra/
H A Dbpmp.c458 int tegra_bpmp_request_mrq(struct tegra_bpmp *bpmp, unsigned int mrq, in tegra_bpmp_request_mrq() function
482 EXPORT_SYMBOL_GPL(tegra_bpmp_request_mrq);
739 err = tegra_bpmp_request_mrq(bpmp, MRQ_PING, in tegra_bpmp_probe()
/OK3568_Linux_fs/kernel/drivers/thermal/tegra/
H A Dtegra-bpmp-thermal.c214 err = tegra_bpmp_request_mrq(bpmp, MRQ_THERMAL, bpmp_mrq_thermal, in tegra_bpmp_thermal_probe()