/linux/drivers/hwmon/ |
H A D | smsc47m192.c | 98 s8 temp_offset[3]; /* Register value */ member 135 data->temp_offset[i] = i2c_smbus_read_byte_data(client, in smsc47m192_update_device() 142 data->temp_offset[0] = data->temp_offset[1]; in smsc47m192_update_device() 143 data->temp_offset[1] = 0; in smsc47m192_update_device() 145 data->temp_offset[0] = 0; in smsc47m192_update_device() 345 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_offset[nr])); in temp_offset_show() 365 data->temp_offset[nr] = TEMP_TO_REG(val); in temp_offset_store() 368 SMSC47M192_REG_TEMP_OFFSET(nr), data->temp_offset[nr]); in temp_offset_store() 369 else if (data->temp_offset[nr] != 0) { in temp_offset_store() 376 data->temp_offset[1-nr] = 0; in temp_offset_store() [all …]
|
H A D | max6697.c | 92 int temp_offset; /* in degrees C */ member 208 *val = (((regdata[0] - data->temp_offset) << 3) | (regdata[1] >> 5)) * 125; in max6697_read() 214 *val = ((int)regval - data->temp_offset) * 1000; in max6697_read() 220 *val = ((int)regval - data->temp_offset) * 1000; in max6697_read() 226 *val = ((int)regval - data->temp_offset) * 1000; in max6697_read() 291 val = DIV_ROUND_CLOSEST(val, 1000) + data->temp_offset; in max6697_write() 296 val = DIV_ROUND_CLOSEST(val, 1000) + data->temp_offset; in max6697_write() 301 val = DIV_ROUND_CLOSEST(val, 1000) + data->temp_offset; in max6697_write() 435 data->temp_offset = 64; in max6697_config_of() 507 data->temp_offset = 64; in max6697_init_chip()
|
H A D | k8temp.c | 30 u32 temp_offset; member 111 *val = TEMP_FROM_REG(temp) + data->temp_offset; in k8temp_read() 169 data->temp_offset = 21000; in k8temp_probe()
|
H A D | adm1031.c | 90 s8 temp_offset[3]; member 148 data->temp_offset[chan] = in adm1031_update_device() 682 TEMP_OFFSET_FROM_REG(data->temp_offset[nr])); in temp_offset_show() 721 data->temp_offset[nr] = TEMP_OFFSET_TO_REG(val); in temp_offset_store() 723 data->temp_offset[nr]); in temp_offset_store() 795 static SENSOR_DEVICE_ATTR_RW(temp1_offset, temp_offset, 0); 800 static SENSOR_DEVICE_ATTR_RW(temp2_offset, temp_offset, 1); 805 static SENSOR_DEVICE_ATTR_RW(temp3_offset, temp_offset, 2);
|
H A D | adm1026.c | 274 s8 temp_offset[3]; /* Register value */ member 412 data->temp_offset[i] = adm1026_read_value(client, in adm1026_update_device() 876 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_offset[nr])); in temp_offset_show() 894 data->temp_offset[nr] = TEMP_TO_REG(val); in temp_offset_store() 896 data->temp_offset[nr]); in temp_offset_store() 901 static SENSOR_DEVICE_ATTR_RW(temp1_offset, temp_offset, 0); 902 static SENSOR_DEVICE_ATTR_RW(temp2_offset, temp_offset, 1); 903 static SENSOR_DEVICE_ATTR_RW(temp3_offset, temp_offset, 2);
|
H A D | nct6775.h | 116 s8 temp_offset[NUM_TEMP_FIXED]; member
|
H A D | w83627ehf.c | 338 s8 temp_offset[3]; member 675 data->temp_offset[i] in w83627ehf_update_device() 809 data->temp_offset[channel] = val; in store_temp_offset() 1444 *val = data->temp_offset[channel] * 1000; in w83627ehf_do_read_temp() 2000 data->temp_offset[i]); in w83627ehf_resume()
|
H A D | nct6775-core.c | 1665 data->temp_offset[i] = reg; in nct6775_update_device() 2248 return sprintf(buf, "%d\n", data->temp_offset[sattr->index] * 1000); in show_temp_offset() 2268 data->temp_offset[nr] = val; in store_temp_offset() 2391 SENSOR_TEMPLATE(temp_offset, "temp%d_offset", 0644, show_temp_offset, store_temp_offset, 0);
|
/linux/drivers/input/touchscreen/ |
H A D | sun4i-ts.c | 113 int temp_offset; member 190 *temp = ts->temp_data * ts->temp_step - ts->temp_offset; in sun4i_get_temp() 256 ts->temp_offset = 271000; in sun4i_ts_probe() 265 ts->temp_offset = 257000; in sun4i_ts_probe() 279 ts->temp_offset = 144700; in sun4i_ts_probe()
|
/linux/drivers/iio/imu/ |
H A D | adis16400.c | 158 int temp_offset; member 583 *val = st->variant->temp_offset; in adis16400_read_raw() 996 .temp_offset = 25000000 / 140000, /* 25 C = 0x00 */ 1009 .temp_offset = 25000000 / 67850, /* 25 C = 0x00 */ 1020 .temp_offset = 25000000 / 145300, /* 25 C = 0x00 */ 1034 .temp_offset = 25000000 / 136000, /* 25 C = 0x00 */ 1047 .temp_offset = 25000000 / 136000, /* 25 C = 0x00 */ 1060 .temp_offset = 25000000 / 136000, /* 25 C = 0x00 */ 1073 .temp_offset = 25000000 / 136000, /* 25 C = 0x00 */ 1085 .temp_offset = 25000000 / 140000, /* 25 C = 0x00 */ [all …]
|
/linux/drivers/iio/accel/ |
H A D | adxl380.h | 15 const int temp_offset; member
|
H A D | adxl355.h | 29 struct adxl355_fractional_type temp_offset; member
|
H A D | adxl355_core.c | 108 .temp_offset = { 133 .temp_offset = { 532 *val = data->chip_info->temp_offset.integer; in adxl355_read_raw() 533 *val2 = data->chip_info->temp_offset.decimal; in adxl355_read_raw()
|
H A D | adxl380.c | 194 .temp_offset = 25 * 102 / 10 - 470, 212 .temp_offset = 25 * 102 / 10 - 570, 1209 *val = st->chip_info->temp_offset; in adxl380_read_raw()
|
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/ |
H A D | eeprom.c | 88 dev->cal.rx.temp_offset = mt76x02_sign_extend(val, 8); in mt76x0_set_temp_offset() 90 dev->cal.rx.temp_offset = -10; in mt76x0_set_temp_offset()
|
/linux/drivers/iio/adc/ |
H A D | xilinx-xadc-core.c | 461 .temp_offset = 273150, 574 .temp_offset = 273150, 591 .temp_offset = 280231, 967 *val = -((xadc->ops->temp_offset << bits) / xadc->ops->temp_scale); in xadc_read_raw()
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02.h | 33 s16 temp_offset; member
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_lcn.c | 3193 u32 temp_offset[128]; in wlc_lcnphy_clear_papd_comptable() local 3194 tab.tbl_ptr = temp_offset; in wlc_lcnphy_clear_papd_comptable() 3200 memset(temp_offset, 0, sizeof(temp_offset)); in wlc_lcnphy_clear_papd_comptable() 3202 temp_offset[j] = 0x80000; in wlc_lcnphy_clear_papd_comptable()
|
/linux/fs/smb/client/ |
H A D | cifssmb.c | 3294 __u32 temp_offset; in smb_init_nttransact() local 3308 temp_offset = offsetof(struct smb_com_ntransact_req, Parms) + in smb_init_nttransact() 3310 pSMB->ParameterOffset = cpu_to_le32(temp_offset); in smb_init_nttransact() 3311 pSMB->DataOffset = cpu_to_le32(temp_offset + parm_len); in smb_init_nttransact()
|