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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dw83791d.c205 static inline int w83791d_read(struct i2c_client *client, u8 reg) function
332 static int w83791d_read(struct i2c_client *client, u8 register);
463 data->beep_mask |= w83791d_read(client, W83791D_REG_BEEP_CTRL[bytenr])
616 fan_div_reg = w83791d_read(client, W83791D_REG_FAN_DIV[indx])
626 vbat_reg = w83791d_read(client, W83791D_REG_VBAT)
784 reg_cfg_tmp = w83791d_read(client, W83791D_REG_FAN_CFG[reg_idx]);
827 target_mask = w83791d_read(client,
889 target_mask = w83791d_read(client,
1230 val = w83791d_read(client, W83791D_REG_I2C_SUBADDR);
1272 if (w83791d_read(clien
[all...]

Completed in 47 milliseconds