temp_data
u8 temp_data;
err = acpi_ec_read(first_ec, addr, &temp_data);
*val = temp_data;
static bool is_pkg_temp_data(struct temp_data *tdata)
static int get_tjmax(struct temp_data *tdata, struct device *dev)
static int get_ttarget(struct temp_data *tdata, struct device *dev)
struct temp_data *tdata = container_of(devattr, struct temp_data, sd_attrs[ATTR_LABEL]);
struct temp_data *tdata = container_of(devattr, struct temp_data,
struct temp_data *tdata = container_of(devattr, struct temp_data, sd_attrs[ATTR_TJMAX]);
struct temp_data *tdata = container_of(devattr, struct temp_data, sd_attrs[ATTR_TTARGET]);
struct temp_data *tdata = container_of(devattr, struct temp_data, sd_attrs[ATTR_TEMP]);
static int create_core_attrs(struct temp_data *tdata, struct device *dev)
static struct temp_data *
struct temp_data *tdata;
pdata->core_data = kzalloc_objs(struct temp_data *,
tdata = kzalloc_obj(struct temp_data);
static void destroy_temp_data(struct platform_data *pdata, struct temp_data *tdata)
static struct temp_data *get_temp_data(struct platform_data *pdata, int cpu)
struct temp_data *tdata;
static void coretemp_remove_core(struct platform_data *pdata, struct temp_data *tdata)
struct temp_data *tdata;
struct temp_data *pkg_data;
struct temp_data **core_data;
*val = info->temp_data;
if (!regmap_read(info->regmap, SUN4I_GPADC_TEMP_DATA, &info->temp_data))
int temp_data;
sensor_data->temp_data = (rx_buf[AM2315_TEMP_OFFSET] << 8) |
data->scan.chans[1] = sensor_data.temp_data;
data->scan.chans[i] = (bit ? sensor_data.temp_data :
sensor_data.hum_data : sensor_data.temp_data;
s16 temp_data;
int temp_data;
ts->temp_data = readl(ts->base + TEMP_DATA);
if (ts->temp_data == -1)
*temp = ts->temp_data * ts->temp_step - ts->temp_offset;
ts->temp_data = -1;
u32 temp_data[24], temp_addr[24];
temp_data[i * 4 + 0] = err_data[i] & 0xff;
temp_data[i * 4 + 1] = (err_data[i] >> 8) & 0xff;
temp_data[i * 4 + 2] = (err_data[i] >> 16) & 0xff;
temp_data[i * 4 + 3] = (err_data[i] >> 24) & 0xff;
*(addr + corrected_index) ^= temp_data[i];
value ^= temp_data[i] << (8 * corrected_index);
value ^= temp_data[i] << (8 * remain);
u64 temp_data = 0;
temp_data = (data[i / 64]);
temp_data = temp_data >> (i % 64);
temp_data &= 0x1;
if (temp_data)
u32 temp_data = 0;
temp_data <<= 8;
temp_data |= tmp;
*data = temp_data;
u32 temp_data = 0;
temp_data <<= 8;
temp_data |= temp_value;
*data = temp_data;
u32 temp_data = 0;
temp_data <<= 8;
temp_data |= temp_value;
*data = temp_data;
u32 temp_data = data & 0xFF;
*data_aligned = ((temp_data << 24) | (temp_data << 16) |
(temp_data << 8) | temp_data);
u16 *temp_data;
temp_data = kcalloc(table_size, sizeof(*temp_data), GFP_KERNEL);
if (!temp_data)
max17042_read_model_data(chip, MAX17042_MODELChrTbl, temp_data,
temp_data,
kfree(temp_data);
u16 *temp_data;
temp_data = kcalloc(table_size, sizeof(*temp_data), GFP_KERNEL);
if (!temp_data)
max17042_read_model_data(chip, MAX17042_MODELChrTbl, temp_data,
if (temp_data[i])
kfree(temp_data);
.temp_data = IMX6_TEMPSENSE0,
.temp_data = IMX6_TEMPSENSE0,
.temp_data = IMX7_TEMPSENSE1,
regmap_read(map, soc_data->temp_data, &val);
u32 temp_data;
ret = regmap_field_read(sensor->temp_data, &temp);
sensor->temp_data = devm_regmap_field_alloc(dev, regmap,
IS_ERR(sensor->temp_data)) {
struct regmap_field *temp_data;
unsigned int temp_data;
ret = regmap_read(aw_dev->regmap, AW88395_DSPMDAT_REG, &temp_data);
*dsp_data = temp_data;
unsigned int temp_data;
ret = regmap_read(aw_dev->regmap, AW88395_DSPMDAT_REG, &temp_data);
*dsp_data = temp_data;
ret = regmap_read(aw_dev->regmap, AW88395_DSPMDAT_REG, &temp_data);
*dsp_data |= (temp_data << 16);
u16 temp_data;
temp_data = dsp_data & AW88395_DSP_16_DATA_MASK;
ret = regmap_write(aw_dev->regmap, AW88395_DSPMDAT_REG, (u16)temp_data);
temp_data = dsp_data >> 16;
ret = regmap_write(aw_dev->regmap, AW88395_DSPMDAT_REG, (u16)temp_data);
void *temp_data;
temp_data = devm_kzalloc(afe->dev,
if (!temp_data)
memcpy(temp_data, priv_data, priv_size);
afe_priv->dai_priv[id] = temp_data;
void *temp_data;
temp_data = devm_kzalloc(afe->dev,
if (!temp_data)
memcpy(temp_data, priv_data, priv_size);
afe_priv->dai_priv[id] = temp_data;
void *temp_data;
temp_data = devm_kzalloc(afe->dev, priv_size, GFP_KERNEL);
if (!temp_data)
memcpy(temp_data, priv_data, priv_size);
afe_priv->dai_priv[id] = temp_data;