Searched refs:w83l785ts_read_value (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
D | w83l785ts.c | 83 static u8 w83l785ts_read_value(struct i2c_client *client, u8 reg, u8 defval); 153 if ((w83l785ts_read_value(client, W83L785TS_REG_CONFIG, 0) & 0x80) in w83l785ts_detect() 154 || (w83l785ts_read_value(client, W83L785TS_REG_TYPE, 0) & 0xFC)) { in w83l785ts_detect() 162 man_id = (w83l785ts_read_value(client, W83L785TS_REG_MAN_ID1, 0) << 8) in w83l785ts_detect() 163 + w83l785ts_read_value(client, W83L785TS_REG_MAN_ID2, 0); in w83l785ts_detect() 164 chip_id = w83l785ts_read_value(client, W83L785TS_REG_CHIP_ID, 0); in w83l785ts_detect() 234 static u8 w83l785ts_read_value(struct i2c_client *client, u8 reg, u8 defval) in w83l785ts_read_value() function 282 data->temp[0] = w83l785ts_read_value(client, in w83l785ts_update_device() 284 data->temp[1] = w83l785ts_read_value(client, in w83l785ts_update_device()
|