temp_data         894 drivers/acpi/ec.c 	u8 temp_data;
temp_data         899 drivers/acpi/ec.c 	err = acpi_ec_read(first_ec, addr, &temp_data);
temp_data         902 drivers/acpi/ec.c 		*val = temp_data;
temp_data          95 drivers/hwmon/coretemp.c 	struct temp_data	*core_data[MAX_CORE_DATA];
temp_data         109 drivers/hwmon/coretemp.c 	struct temp_data *tdata = pdata->core_data[attr->index];
temp_data         123 drivers/hwmon/coretemp.c 	struct temp_data *tdata = pdata->core_data[attr->index];
temp_data         156 drivers/hwmon/coretemp.c 	struct temp_data *tdata = pdata->core_data[attr->index];
temp_data         380 drivers/hwmon/coretemp.c static int create_core_attrs(struct temp_data *tdata, struct device *dev,
temp_data         432 drivers/hwmon/coretemp.c static struct temp_data *init_temp_data(unsigned int cpu, int pkg_flag)
temp_data         434 drivers/hwmon/coretemp.c 	struct temp_data *tdata;
temp_data         436 drivers/hwmon/coretemp.c 	tdata = kzalloc(sizeof(struct temp_data), GFP_KERNEL);
temp_data         453 drivers/hwmon/coretemp.c 	struct temp_data *tdata;
temp_data         520 drivers/hwmon/coretemp.c 	struct temp_data *tdata = pdata->core_data[indx];
temp_data         649 drivers/hwmon/coretemp.c 	struct temp_data *tdata;
temp_data          94 drivers/iio/adc/sun4i-gpadc-iio.c 	int				temp_data;
temp_data         249 drivers/iio/adc/sun4i-gpadc-iio.c 		*val = info->temp_data;
temp_data         361 drivers/iio/adc/sun4i-gpadc-iio.c 	if (!regmap_read(info->regmap, SUN4I_GPADC_TEMP_DATA, &info->temp_data))
temp_data          41 drivers/iio/humidity/am2315.c 	s16 temp_data;
temp_data         144 drivers/iio/humidity/am2315.c 	sensor_data->temp_data = (rx_buf[AM2315_TEMP_OFFSET] << 8) |
temp_data         171 drivers/iio/humidity/am2315.c 		data->buffer[1] = sensor_data.temp_data;
temp_data         176 drivers/iio/humidity/am2315.c 			data->buffer[i] = (bit ? sensor_data.temp_data :
temp_data         204 drivers/iio/humidity/am2315.c 				sensor_data.hum_data : sensor_data.temp_data;
temp_data         112 drivers/input/touchscreen/sun4i-ts.c 	int temp_data;
temp_data         155 drivers/input/touchscreen/sun4i-ts.c 		ts->temp_data = readl(ts->base + TEMP_DATA);
temp_data         187 drivers/input/touchscreen/sun4i-ts.c 	if (ts->temp_data == -1)
temp_data         190 drivers/input/touchscreen/sun4i-ts.c 	*temp = ts->temp_data * ts->temp_step - ts->temp_offset;
temp_data         253 drivers/input/touchscreen/sun4i-ts.c 	ts->temp_data = -1;
temp_data         530 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/phy.c 	u32 temp_data = 0;
temp_data         543 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/phy.c 		temp_data <<= 8;
temp_data         544 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/phy.c 		temp_data |= tmp;
temp_data         546 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/phy.c 	*data = temp_data;
temp_data         416 drivers/net/wireless/realtek/rtlwifi/rtl8723be/phy.c 	u32 temp_data = 0;
temp_data         431 drivers/net/wireless/realtek/rtlwifi/rtl8723be/phy.c 		temp_data <<= 8;
temp_data         432 drivers/net/wireless/realtek/rtlwifi/rtl8723be/phy.c 		temp_data |= temp_value;
temp_data         434 drivers/net/wireless/realtek/rtlwifi/rtl8723be/phy.c 	*data = temp_data;
temp_data        1114 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c 	u32 temp_data = 0;
temp_data        1128 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c 		temp_data <<= 8;
temp_data        1129 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c 		temp_data |= temp_value;
temp_data        1131 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c 	*data = temp_data;
temp_data         726 drivers/net/wireless/rsi/rsi_91x_sdio.c 		u32 temp_data = data & 0xFF;
temp_data         728 drivers/net/wireless/rsi/rsi_91x_sdio.c 		*data_aligned = ((temp_data << 24) | (temp_data << 16) |
temp_data         729 drivers/net/wireless/rsi/rsi_91x_sdio.c 				 (temp_data << 8) | temp_data);
temp_data         574 drivers/power/supply/max17042_battery.c 	u16 *temp_data;
temp_data         576 drivers/power/supply/max17042_battery.c 	temp_data = kcalloc(table_size, sizeof(*temp_data), GFP_KERNEL);
temp_data         577 drivers/power/supply/max17042_battery.c 	if (!temp_data)
temp_data         583 drivers/power/supply/max17042_battery.c 	max17042_read_model_data(chip, MAX17042_MODELChrTbl, temp_data,
temp_data         589 drivers/power/supply/max17042_battery.c 		temp_data,
temp_data         593 drivers/power/supply/max17042_battery.c 	kfree(temp_data);
temp_data         602 drivers/power/supply/max17042_battery.c 	u16 *temp_data;
temp_data         605 drivers/power/supply/max17042_battery.c 	temp_data = kcalloc(table_size, sizeof(*temp_data), GFP_KERNEL);
temp_data         606 drivers/power/supply/max17042_battery.c 	if (!temp_data)
temp_data         609 drivers/power/supply/max17042_battery.c 	max17042_read_model_data(chip, MAX17042_MODELChrTbl, temp_data,
temp_data         612 drivers/power/supply/max17042_battery.c 		if (temp_data[i])
temp_data         615 drivers/power/supply/max17042_battery.c 	kfree(temp_data);
temp_data         106 drivers/thermal/imx_thermal.c 	u32 temp_data;
temp_data         135 drivers/thermal/imx_thermal.c 	.temp_data = IMX6_TEMPSENSE0,
temp_data         156 drivers/thermal/imx_thermal.c 	.temp_data = IMX6_TEMPSENSE0,
temp_data         185 drivers/thermal/imx_thermal.c 	.temp_data = IMX7_TEMPSENSE1,
temp_data         268 drivers/thermal/imx_thermal.c 		regmap_read(map, soc_data->temp_data, &val);
temp_data         291 drivers/thermal/imx_thermal.c 	regmap_read(map, soc_data->temp_data, &val);
temp_data          35 drivers/thermal/st/st_thermal.c 	sensor->temp_data = devm_regmap_field_alloc(dev, regmap,
temp_data          40 drivers/thermal/st/st_thermal.c 	    IS_ERR(sensor->temp_data)) {
temp_data         123 drivers/thermal/st/st_thermal.c 	ret = regmap_field_read(sensor->temp_data, &temp);
temp_data          88 drivers/thermal/st/st_thermal.h 	struct regmap_field *temp_data;