Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/broadcom/
H A Dsr-thermal.c31 struct sr_tmon tmon[SR_TMON_MAX_LIST]; member
36 struct sr_tmon *tmon = data; in sr_get_temp() local
37 struct sr_thermal *sr_thermal = tmon->priv; in sr_get_temp()
39 *temp = readl(sr_thermal->regs + SR_TMON_TEMP_BASE(tmon->tmon_id)); in sr_get_temp()
52 struct sr_tmon *tmon; in sr_thermal_probe() local
74 ret = device_property_read_u32(dev, "brcm,tmon-mask", &sr_tmon_list); in sr_thermal_probe()
78 tmon = sr_thermal->tmon; in sr_thermal_probe()
79 for (i = 0; i < SR_TMON_MAX_LIST; i++, tmon++) { in sr_thermal_probe()
85 tmon in sr_thermal_probe()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/broadcom/
H A Dsr-thermal.c30 struct sr_tmon tmon[SR_TMON_MAX_LIST]; member
35 struct sr_tmon *tmon = thermal_zone_device_priv(tz); in sr_get_temp() local
36 struct sr_thermal *sr_thermal = tmon->priv; in sr_get_temp()
38 *temp = readl(sr_thermal->regs + SR_TMON_TEMP_BASE(tmon->tmon_id)); in sr_get_temp()
52 struct sr_tmon *tmon; in sr_thermal_probe() local
74 ret = device_property_read_u32(dev, "brcm,tmon-mask", &sr_tmon_list); in sr_thermal_probe()
78 tmon = sr_thermal->tmon; in sr_thermal_probe()
79 for (i = 0; i < SR_TMON_MAX_LIST; i++, tmon++) { in sr_thermal_probe()
85 tmon in sr_thermal_probe()
[all...]
/kernel/linux/linux-5.10/tools/
H A DMakefile33 @echo ' tmon - thermal monitoring and tuning tool'
93 tmon: FORCE
105 tmon freefall iio objtool kvm_stat wmi \
174 $(call descend,thermal/tmon,clean)
/kernel/linux/linux-6.6/tools/
H A DMakefile34 @echo ' tmon - thermal monitoring and tuning tool'
104 tmon: FORCE
122 tmon freefall iio objtool kvm_stat wmi \
204 $(call descend,thermal/tmon,clean)

Completed in 2 milliseconds