Searched refs:w83793_write_value (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 Dw83793.c290 static int w83793_write_value(struct i2c_client *client, u16 reg, u8 value);
388 w83793_write_value(client, W83793_REG_BEEP(index), data->beeps[index]);
416 w83793_write_value(client, W83793_REG_OVT_BEEP, data->beep_enable);
435 w83793_write_value(client, W83793_REG_CLR_CHASSIS, val);
474 w83793_write_value(client, W83793_REG_FAN_MIN(index),
476 w83793_write_value(client, W83793_REG_FAN_MIN(index) + 1, val & 0xff);
516 w83793_write_value(client, W83793_REG_PWM_STOP_TIME(index),
524 w83793_write_value(client, W83793_REG_PWM(index, nr),
563 w83793_write_value(client, W83793_REG_TEMP[index][nr],
640 w83793_write_value(clien
2071 static int w83793_write_value(struct i2c_client *client, u16 reg, u8 value) function
[all...]

Completed in 137 milliseconds