[go: nahoru, domu]

Searched defs:temp_data (Results 1 - 8 of 8) sorted by relevance

/drivers/thermal/st/
H A Dst_thermal.h92 struct regmap_field *temp_data; member in struct:st_thermal_sensor
/drivers/input/touchscreen/
H A Dsun4i-ts.c113 int temp_data; member in struct:sun4i_ts_data
154 ts->temp_data = readl(ts->base + TEMP_DATA);
188 /* No temp_data until the first irq */
189 if (ts->temp_data == -1)
192 return sprintf(buf, "%d\n", (ts->temp_data - 1447) * 100);
226 ts->temp_data = -1;
/drivers/hwmon/
H A Dcoretemp.c80 * @is_pkg_data: If this is 1, the temp_data holds pkgtemp data.
81 * Otherwise, temp_data holds coretemp data.
84 struct temp_data { struct
106 struct temp_data *core_data[MAX_CORE_DATA];
124 struct temp_data *tdata = pdata->core_data[attr->index];
138 struct temp_data *tdata = pdata->core_data[attr->index];
169 struct temp_data *tdata = pdata->core_data[attr->index];
392 static int create_core_attrs(struct temp_data *tdata, struct device *dev,
453 static struct temp_data *init_temp_data(unsigned int cpu, int pkg_flag)
455 struct temp_data *tdat
[all...]
/drivers/power/
H A Dmax17042_battery.c327 u32 *temp_data; local
329 temp_data = kcalloc(table_size, sizeof(*temp_data), GFP_KERNEL);
330 if (!temp_data)
336 max17042_read_model_data(chip, MAX17042_MODELChrTbl, temp_data,
342 (u16 *)temp_data,
346 kfree(temp_data);
355 u32 *temp_data; local
358 temp_data = kcalloc(table_size, sizeof(*temp_data), GFP_KERNE
[all...]
/drivers/acpi/
H A Dec.c441 u8 temp_data; local
446 err = acpi_ec_read(first_ec, addr, &temp_data);
449 *val = temp_data;
/drivers/net/wireless/rtlwifi/rtl8723be/
H A Dphy.c384 u32 temp_data = 0; local
399 temp_data <<= 8;
400 temp_data |= temp_value;
402 *data = temp_data;
/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Dphy.c552 u32 temp_data = 0; local
565 temp_data <<= 8;
566 temp_data |= tmp;
568 *data = temp_data;
/drivers/net/wireless/rtlwifi/rtl8821ae/
H A Dphy.c964 u32 temp_data = 0; local
978 temp_data <<= 8;
979 temp_data |= temp_value;
981 *data = temp_data;

Completed in 206 milliseconds