Searched refs:w83791d_read (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | w83791d.c | 208 static inline int w83791d_read(struct i2c_client *client, u8 reg) in w83791d_read() function 337 static int w83791d_read(struct i2c_client *client, u8 reg); 477 data->beep_mask |= w83791d_read(client, W83791D_REG_BEEP_CTRL[bytenr]) in store_beep() 645 fan_div_reg = w83791d_read(client, W83791D_REG_FAN_DIV[indx]) in store_fan_div() 655 vbat_reg = w83791d_read(client, W83791D_REG_VBAT) in store_fan_div() 813 reg_cfg_tmp = w83791d_read(client, W83791D_REG_FAN_CFG[reg_idx]); in store_pwmenable() 856 target_mask = w83791d_read(client, in store_temp_target() 918 target_mask = w83791d_read(client, in store_temp_tolerance() 1297 val = w83791d_read(client, W83791D_REG_I2C_SUBADDR); in w83791d_detect_subclients() 1336 if (w83791d_read(client, W83791D_REG_CONFIG) & 0x80) in w83791d_detect() [all …]
|