Home
last modified time | relevance | path

Searched refs:w83791d_read (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dw83791d.c195 static inline int w83791d_read(struct i2c_client *client, u8 reg) in w83791d_read() function
320 static int w83791d_read(struct i2c_client *client, u8 reg);
460 data->beep_mask |= w83791d_read(client, W83791D_REG_BEEP_CTRL[bytenr]) in store_beep()
628 fan_div_reg = w83791d_read(client, W83791D_REG_FAN_DIV[indx]) in store_fan_div()
638 vbat_reg = w83791d_read(client, W83791D_REG_VBAT) in store_fan_div()
796 reg_cfg_tmp = w83791d_read(client, W83791D_REG_FAN_CFG[reg_idx]); in store_pwmenable()
839 target_mask = w83791d_read(client, in store_temp_target()
901 target_mask = w83791d_read(client, in store_temp_tolerance()
1278 val = w83791d_read(client, W83791D_REG_I2C_SUBADDR); in w83791d_detect_subclients()
1307 if (w83791d_read(clien in w83791d_detect()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dw83791d.c195 static inline int w83791d_read(struct i2c_client *client, u8 reg) in w83791d_read() function
320 static int w83791d_read(struct i2c_client *client, u8 reg);
460 data->beep_mask |= w83791d_read(client, W83791D_REG_BEEP_CTRL[bytenr]) in store_beep()
628 fan_div_reg = w83791d_read(client, W83791D_REG_FAN_DIV[indx]) in store_fan_div()
638 vbat_reg = w83791d_read(client, W83791D_REG_VBAT) in store_fan_div()
796 reg_cfg_tmp = w83791d_read(client, W83791D_REG_FAN_CFG[reg_idx]); in store_pwmenable()
839 target_mask = w83791d_read(client, in store_temp_target()
901 target_mask = w83791d_read(client, in store_temp_tolerance()
1278 val = w83791d_read(client, W83791D_REG_I2C_SUBADDR); in w83791d_detect_subclients()
1307 if (w83791d_read(clien in w83791d_detect()
[all...]

Completed in 5 milliseconds