Home
last modified time | relevance | path

Searched refs:MRQ_THERMAL (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/thermal/tegra/
Dtegra-bpmp-thermal.c55 msg.mrq = MRQ_THERMAL; in tegra_bpmp_thermal_get_temp()
84 msg.mrq = MRQ_THERMAL; in tegra_bpmp_thermal_set_trips()
143 msg.mrq = MRQ_THERMAL; in tegra_bpmp_thermal_get_num_zones()
223 err = tegra_bpmp_request_mrq(bpmp, MRQ_THERMAL, bpmp_mrq_thermal, in tegra_bpmp_thermal_probe()
240 tegra_bpmp_free_mrq(tegra->bpmp, MRQ_THERMAL, tegra); in tegra_bpmp_thermal_remove()
/Linux-v4.19/include/soc/tegra/
Dbpmp-abi.h148 #define MRQ_THERMAL 27 macro