Searched refs:raw_temp (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/acpi/pmic/
H A Dintel_pmic.c82 int raw_temp, temp; pmic_read_temp() local
87 raw_temp = opregion->data->get_raw_temp(opregion->regmap, reg); pmic_read_temp()
88 if (raw_temp < 0) pmic_read_temp()
89 return raw_temp; pmic_read_temp()
92 *value = raw_temp; pmic_read_temp()
96 temp = acpi_lpat_raw_to_temp(opregion->lpat_table, raw_temp); pmic_read_temp()
114 int raw_temp; pmic_thermal_aux() local
123 raw_temp = acpi_lpat_temp_to_raw(opregion->lpat_table, *value); pmic_thermal_aux()
124 if (raw_temp < 0) pmic_thermal_aux()
125 return raw_temp; pmic_thermal_aux()
127 raw_temp = *value; pmic_thermal_aux()
130 return opregion->data->update_aux(opregion->regmap, reg, raw_temp); pmic_thermal_aux()
H A Dintel_pmic.h14 int (*update_aux)(struct regmap *r, int reg, int raw_temp);
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
H A Ddebugfs.c163 debugfs_create_u8("temperature", S_IRUSR, dir, &dev->raw_temp); mt7601u_init_debugfs()
H A Dphy.c729 temp = (dev->raw_temp - dev->ee->ref_temp) * MT_EE_TEMPERATURE_SLOPE; mt7601u_temp_comp()
819 dev->raw_temp = mt7601u_bbp_r47_get(dev, bbp_r47, BBP_R47_F_TEMP); mt7601u_tssi_params_get()
868 p.tssi0, p.trgt_power, dev->raw_temp, pkt_type); mt7601u_tssi_params_get()
1007 dev->raw_temp = mt7601u_read_temp(dev); mt7601u_phy_calibrate()
1120 dev->raw_temp = mt7601u_read_bootup_temp(dev); mt7601u_init_cal()
1121 dev->curr_temp = (dev->raw_temp - dev->ee->ref_temp) * mt7601u_init_cal()
H A Dmt7601u.h239 s8 raw_temp; member in struct:mt7601u_dev

Completed in 214 milliseconds