Symbol: temp_data
drivers/acpi/ec.c
913
u8 temp_data;
drivers/acpi/ec.c
918
err = acpi_ec_read(first_ec, addr, &temp_data);
drivers/acpi/ec.c
921
*val = temp_data;
drivers/hwmon/coretemp.c
158
static bool is_pkg_temp_data(struct temp_data *tdata)
drivers/hwmon/coretemp.c
275
static int get_tjmax(struct temp_data *tdata, struct device *dev)
drivers/hwmon/coretemp.c
313
static int get_ttarget(struct temp_data *tdata, struct device *dev)
drivers/hwmon/coretemp.c
346
struct temp_data *tdata = container_of(devattr, struct temp_data, sd_attrs[ATTR_LABEL]);
drivers/hwmon/coretemp.c
358
struct temp_data *tdata = container_of(devattr, struct temp_data,
drivers/hwmon/coretemp.c
371
struct temp_data *tdata = container_of(devattr, struct temp_data, sd_attrs[ATTR_TJMAX]);
drivers/hwmon/coretemp.c
384
struct temp_data *tdata = container_of(devattr, struct temp_data, sd_attrs[ATTR_TTARGET]);
drivers/hwmon/coretemp.c
400
struct temp_data *tdata = container_of(devattr, struct temp_data, sd_attrs[ATTR_TEMP]);
drivers/hwmon/coretemp.c
423
static int create_core_attrs(struct temp_data *tdata, struct device *dev)
drivers/hwmon/coretemp.c
479
static struct temp_data *
drivers/hwmon/coretemp.c
482
struct temp_data *tdata;
drivers/hwmon/coretemp.c
486
pdata->core_data = kzalloc_objs(struct temp_data *,
drivers/hwmon/coretemp.c
492
tdata = kzalloc_obj(struct temp_data);
drivers/hwmon/coretemp.c
518
static void destroy_temp_data(struct platform_data *pdata, struct temp_data *tdata)
drivers/hwmon/coretemp.c
532
static struct temp_data *get_temp_data(struct platform_data *pdata, int cpu)
drivers/hwmon/coretemp.c
551
struct temp_data *tdata;
drivers/hwmon/coretemp.c
600
static void coretemp_remove_core(struct platform_data *pdata, struct temp_data *tdata)
drivers/hwmon/coretemp.c
721
struct temp_data *tdata;
drivers/hwmon/coretemp.c
96
struct temp_data *pkg_data;
drivers/hwmon/coretemp.c
97
struct temp_data **core_data;
drivers/iio/adc/sun4i-gpadc-iio.c
244
*val = info->temp_data;
drivers/iio/adc/sun4i-gpadc-iio.c
354
if (!regmap_read(info->regmap, SUN4I_GPADC_TEMP_DATA, &info->temp_data))
drivers/iio/adc/sun4i-gpadc-iio.c
93
int temp_data;
drivers/iio/humidity/am2315.c
147
sensor_data->temp_data = (rx_buf[AM2315_TEMP_OFFSET] << 8) |
drivers/iio/humidity/am2315.c
174
data->scan.chans[1] = sensor_data.temp_data;
drivers/iio/humidity/am2315.c
178
data->scan.chans[i] = (bit ? sensor_data.temp_data :
drivers/iio/humidity/am2315.c
206
sensor_data.hum_data : sensor_data.temp_data;
drivers/iio/humidity/am2315.c
44
s16 temp_data;
drivers/input/touchscreen/sun4i-ts.c
112
int temp_data;
drivers/input/touchscreen/sun4i-ts.c
155
ts->temp_data = readl(ts->base + TEMP_DATA);
drivers/input/touchscreen/sun4i-ts.c
187
if (ts->temp_data == -1)
drivers/input/touchscreen/sun4i-ts.c
190
*temp = ts->temp_data * ts->temp_step - ts->temp_offset;
drivers/input/touchscreen/sun4i-ts.c
253
ts->temp_data = -1;
drivers/mtd/nand/raw/nuvoton-ma35d1-nand-controller.c
287
u32 temp_data[24], temp_addr[24];
drivers/mtd/nand/raw/nuvoton-ma35d1-nand-controller.c
320
temp_data[i * 4 + 0] = err_data[i] & 0xff;
drivers/mtd/nand/raw/nuvoton-ma35d1-nand-controller.c
321
temp_data[i * 4 + 1] = (err_data[i] >> 8) & 0xff;
drivers/mtd/nand/raw/nuvoton-ma35d1-nand-controller.c
322
temp_data[i * 4 + 2] = (err_data[i] >> 16) & 0xff;
drivers/mtd/nand/raw/nuvoton-ma35d1-nand-controller.c
323
temp_data[i * 4 + 3] = (err_data[i] >> 24) & 0xff;
drivers/mtd/nand/raw/nuvoton-ma35d1-nand-controller.c
349
*(addr + corrected_index) ^= temp_data[i];
drivers/mtd/nand/raw/nuvoton-ma35d1-nand-controller.c
356
value ^= temp_data[i] << (8 * corrected_index);
drivers/mtd/nand/raw/nuvoton-ma35d1-nand-controller.c
381
value ^= temp_data[i] << (8 * remain);
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
65
u64 temp_data = 0;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
69
temp_data = (data[i / 64]);
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
70
temp_data = temp_data >> (i % 64);
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
71
temp_data &= 0x1;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
72
if (temp_data)
drivers/net/wireless/realtek/rtlwifi/rtl8192ee/phy.c
515
u32 temp_data = 0;
drivers/net/wireless/realtek/rtlwifi/rtl8192ee/phy.c
528
temp_data <<= 8;
drivers/net/wireless/realtek/rtlwifi/rtl8192ee/phy.c
529
temp_data |= tmp;
drivers/net/wireless/realtek/rtlwifi/rtl8192ee/phy.c
531
*data = temp_data;
drivers/net/wireless/realtek/rtlwifi/rtl8723be/phy.c
414
u32 temp_data = 0;
drivers/net/wireless/realtek/rtlwifi/rtl8723be/phy.c
429
temp_data <<= 8;
drivers/net/wireless/realtek/rtlwifi/rtl8723be/phy.c
430
temp_data |= temp_value;
drivers/net/wireless/realtek/rtlwifi/rtl8723be/phy.c
432
*data = temp_data;
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c
1099
u32 temp_data = 0;
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c
1113
temp_data <<= 8;
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c
1114
temp_data |= temp_value;
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c
1116
*data = temp_data;
drivers/net/wireless/rsi/rsi_91x_sdio.c
713
u32 temp_data = data & 0xFF;
drivers/net/wireless/rsi/rsi_91x_sdio.c
715
*data_aligned = ((temp_data << 24) | (temp_data << 16) |
drivers/net/wireless/rsi/rsi_91x_sdio.c
716
(temp_data << 8) | temp_data);
drivers/power/supply/max17042_battery.c
636
u16 *temp_data;
drivers/power/supply/max17042_battery.c
638
temp_data = kcalloc(table_size, sizeof(*temp_data), GFP_KERNEL);
drivers/power/supply/max17042_battery.c
639
if (!temp_data)
drivers/power/supply/max17042_battery.c
645
max17042_read_model_data(chip, MAX17042_MODELChrTbl, temp_data,
drivers/power/supply/max17042_battery.c
651
temp_data,
drivers/power/supply/max17042_battery.c
655
kfree(temp_data);
drivers/power/supply/max17042_battery.c
664
u16 *temp_data;
drivers/power/supply/max17042_battery.c
667
temp_data = kcalloc(table_size, sizeof(*temp_data), GFP_KERNEL);
drivers/power/supply/max17042_battery.c
668
if (!temp_data)
drivers/power/supply/max17042_battery.c
671
max17042_read_model_data(chip, MAX17042_MODELChrTbl, temp_data,
drivers/power/supply/max17042_battery.c
674
if (temp_data[i])
drivers/power/supply/max17042_battery.c
677
kfree(temp_data);
drivers/thermal/imx_thermal.c
134
.temp_data = IMX6_TEMPSENSE0,
drivers/thermal/imx_thermal.c
155
.temp_data = IMX6_TEMPSENSE0,
drivers/thermal/imx_thermal.c
184
.temp_data = IMX7_TEMPSENSE1,
drivers/thermal/imx_thermal.c
267
regmap_read(map, soc_data->temp_data, &val);
drivers/thermal/imx_thermal.c
99
u32 temp_data;
drivers/thermal/st/st_thermal.c
123
ret = regmap_field_read(sensor->temp_data, &temp);
drivers/thermal/st/st_thermal.c
36
sensor->temp_data = devm_regmap_field_alloc(dev, regmap,
drivers/thermal/st/st_thermal.c
41
IS_ERR(sensor->temp_data)) {
drivers/thermal/st/st_thermal.h
88
struct regmap_field *temp_data;
sound/soc/codecs/aw88395/aw88395_device.c
105
unsigned int temp_data;
sound/soc/codecs/aw88395/aw88395_device.c
114
ret = regmap_read(aw_dev->regmap, AW88395_DSPMDAT_REG, &temp_data);
sound/soc/codecs/aw88395/aw88395_device.c
119
*dsp_data = temp_data;
sound/soc/codecs/aw88395/aw88395_device.c
127
unsigned int temp_data;
sound/soc/codecs/aw88395/aw88395_device.c
136
ret = regmap_read(aw_dev->regmap, AW88395_DSPMDAT_REG, &temp_data);
sound/soc/codecs/aw88395/aw88395_device.c
141
*dsp_data = temp_data;
sound/soc/codecs/aw88395/aw88395_device.c
143
ret = regmap_read(aw_dev->regmap, AW88395_DSPMDAT_REG, &temp_data);
sound/soc/codecs/aw88395/aw88395_device.c
148
*dsp_data |= (temp_data << 16);
sound/soc/codecs/aw88395/aw88395_device.c
41
u16 temp_data;
sound/soc/codecs/aw88395/aw88395_device.c
50
temp_data = dsp_data & AW88395_DSP_16_DATA_MASK;
sound/soc/codecs/aw88395/aw88395_device.c
51
ret = regmap_write(aw_dev->regmap, AW88395_DSPMDAT_REG, (u16)temp_data);
sound/soc/codecs/aw88395/aw88395_device.c
57
temp_data = dsp_data >> 16;
sound/soc/codecs/aw88395/aw88395_device.c
58
ret = regmap_write(aw_dev->regmap, AW88395_DSPMDAT_REG, (u16)temp_data);
sound/soc/mediatek/mt8186/mt8186-afe-control.c
240
void *temp_data;
sound/soc/mediatek/mt8186/mt8186-afe-control.c
242
temp_data = devm_kzalloc(afe->dev,
sound/soc/mediatek/mt8186/mt8186-afe-control.c
245
if (!temp_data)
sound/soc/mediatek/mt8186/mt8186-afe-control.c
249
memcpy(temp_data, priv_data, priv_size);
sound/soc/mediatek/mt8186/mt8186-afe-control.c
251
afe_priv->dai_priv[id] = temp_data;
sound/soc/mediatek/mt8192/mt8192-afe-control.c
147
void *temp_data;
sound/soc/mediatek/mt8192/mt8192-afe-control.c
149
temp_data = devm_kzalloc(afe->dev,
sound/soc/mediatek/mt8192/mt8192-afe-control.c
152
if (!temp_data)
sound/soc/mediatek/mt8192/mt8192-afe-control.c
156
memcpy(temp_data, priv_data, priv_size);
sound/soc/mediatek/mt8192/mt8192-afe-control.c
158
afe_priv->dai_priv[id] = temp_data;
sound/soc/mediatek/mt8365/mt8365-afe-pcm.c
194
void *temp_data;
sound/soc/mediatek/mt8365/mt8365-afe-pcm.c
196
temp_data = devm_kzalloc(afe->dev, priv_size, GFP_KERNEL);
sound/soc/mediatek/mt8365/mt8365-afe-pcm.c
197
if (!temp_data)
sound/soc/mediatek/mt8365/mt8365-afe-pcm.c
201
memcpy(temp_data, priv_data, priv_size);
sound/soc/mediatek/mt8365/mt8365-afe-pcm.c
203
afe_priv->dai_priv[id] = temp_data;