Searched refs:w83l785ts_read_value (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/hwmon/ |
D | w83l785ts.c | 69 static u8 w83l785ts_read_value(struct i2c_client *client, u8 reg, u8 defval); 139 if ((w83l785ts_read_value(client, W83L785TS_REG_CONFIG, 0) & 0x80) in w83l785ts_detect() 140 || (w83l785ts_read_value(client, W83L785TS_REG_TYPE, 0) & 0xFC)) { in w83l785ts_detect() 148 man_id = (w83l785ts_read_value(client, W83L785TS_REG_MAN_ID1, 0) << 8) in w83l785ts_detect() 149 + w83l785ts_read_value(client, W83L785TS_REG_MAN_ID2, 0); in w83l785ts_detect() 150 chip_id = w83l785ts_read_value(client, W83L785TS_REG_CHIP_ID, 0); in w83l785ts_detect() 217 static u8 w83l785ts_read_value(struct i2c_client *client, u8 reg, u8 defval) in w83l785ts_read_value() function 265 data->temp[0] = w83l785ts_read_value(client, in w83l785ts_update_device() 267 data->temp[1] = w83l785ts_read_value(client, in w83l785ts_update_device()
|