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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dw83793.c226 static int w83793_write_value(struct i2c_client *client, u16 reg, u8 value);
316 w83793_write_value(client, W83793_REG_BEEP(index), data->beeps[index]);
344 w83793_write_value(client, W83793_REG_OVT_BEEP, data->beep_enable);
363 w83793_write_value(client, W83793_REG_CLR_CHASSIS, val);
402 w83793_write_value(client, W83793_REG_FAN_MIN(index),
404 w83793_write_value(client, W83793_REG_FAN_MIN(index) + 1, val & 0xff);
448 w83793_write_value(client, W83793_REG_PWM_STOP_TIME(index),
456 w83793_write_value(client, W83793_REG_PWM(index, nr),
495 w83793_write_value(client, W83793_REG_TEMP[index][nr],
572 w83793_write_value(clien
1662 static int w83793_write_value(struct i2c_client *client, u16 reg, u8 value) function
[all...]

Completed in 39 milliseconds