Lines Matching refs:tmon
30 struct sr_tmon tmon[SR_TMON_MAX_LIST];
35 struct sr_tmon *tmon = thermal_zone_device_priv(tz);
36 struct sr_thermal *sr_thermal = tmon->priv;
38 *temp = readl(sr_thermal->regs + SR_TMON_TEMP_BASE(tmon->tmon_id));
52 struct sr_tmon *tmon;
74 ret = device_property_read_u32(dev, "brcm,tmon-mask", &sr_tmon_list);
78 tmon = sr_thermal->tmon;
79 for (i = 0; i < SR_TMON_MAX_LIST; i++, tmon++) {
85 tmon->tmon_id = i;
86 tmon->priv = sr_thermal;
87 tz = devm_thermal_of_zone_register(dev, i, tmon,