Home
last modified time | relevance | path

Searched refs:MRQ_THERMAL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/tegra/
H A Dtegra-bpmp-thermal.c46 msg.mrq = MRQ_THERMAL; in tegra_bpmp_thermal_get_temp()
75 msg.mrq = MRQ_THERMAL; in tegra_bpmp_thermal_set_trips()
134 msg.mrq = MRQ_THERMAL; in tegra_bpmp_thermal_get_num_zones()
214 err = tegra_bpmp_request_mrq(bpmp, MRQ_THERMAL, bpmp_mrq_thermal, in tegra_bpmp_thermal_probe()
231 tegra_bpmp_free_mrq(tegra->bpmp, MRQ_THERMAL, tegra); in tegra_bpmp_thermal_remove()
/kernel/linux/linux-6.6/drivers/thermal/tegra/
H A Dtegra-bpmp-thermal.c46 msg.mrq = MRQ_THERMAL; in __tegra_bpmp_thermal_get_temp()
87 msg.mrq = MRQ_THERMAL; in tegra_bpmp_thermal_set_trips()
153 msg.mrq = MRQ_THERMAL; in tegra_bpmp_thermal_get_num_zones()
182 msg.mrq = MRQ_THERMAL; in tegra_bpmp_thermal_trips_supported()
290 err = tegra_bpmp_request_mrq(bpmp, MRQ_THERMAL, bpmp_mrq_thermal, in tegra_bpmp_thermal_probe()
307 tegra_bpmp_free_mrq(tegra->bpmp, MRQ_THERMAL, tegra); in tegra_bpmp_thermal_remove()
/kernel/linux/linux-5.10/include/soc/tegra/
H A Dbpmp-abi.h68 * CPU. For example, when the CPU uses an #MRQ_THERMAL message to set
70 * #MRQ_THERMAL message of its own to the CPU indicating that the trip
147 #define MRQ_THERMAL 27U macro
1650 * @def MRQ_THERMAL
1671 * Software on the CPU can use #MRQ_THERMAL (with payload @ref
1677 * an IPC to the CPU having mrq_request::mrq = #MRQ_THERMAL and a
1713 * to the CPU having MRQ=MRQ_THERMAL and
/kernel/linux/linux-6.6/include/soc/tegra/
H A Dbpmp-abi.h68 * CPU. For example, when the CPU uses an #MRQ_THERMAL message to set
70 * #MRQ_THERMAL message of its own to the CPU indicating that the trip
166 * | MRQ_THERMAL | CMD_THERMAL_QUERY_ABI | 8 |
167 * | MRQ_THERMAL | CMD_THERMAL_GET_TEMP | 8 |
168 * | MRQ_THERMAL | CMD_THERMAL_SET_TRIP | 20 |
169 * | MRQ_THERMAL | CMD_THERMAL_GET_NUM_ZONES | 4 |
170 * | MRQ_THERMAL | CMD_THERMAL_GET_THERMTRIP | 8 |
321 #define MRQ_THERMAL 27U macro
1658 * @def MRQ_THERMAL
1679 * Software on the CPU can use #MRQ_THERMAL (wit
[all...]

Completed in 10 milliseconds