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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Djc42.c155 static int jc42_read_value(struct i2c_client *client, u8 reg);
430 cap = jc42_read_value(new_client, JC42_REG_CAP);
431 config = jc42_read_value(new_client, JC42_REG_CONFIG);
432 manid = jc42_read_value(new_client, JC42_REG_MANID);
433 devid = jc42_read_value(new_client, JC42_REG_DEVICEID);
467 cap = jc42_read_value(new_client, JC42_REG_CAP);
474 config = jc42_read_value(new_client, JC42_REG_CONFIG);
519 static int jc42_read_value(struct i2c_client *client, u8 reg) function
542 val = jc42_read_value(client, JC42_REG_TEMP);
549 val = jc42_read_value(clien
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Djc42.c155 static int jc42_read_value(struct i2c_client *client, u8 reg);
430 cap = jc42_read_value(new_client, JC42_REG_CAP);
431 config = jc42_read_value(new_client, JC42_REG_CONFIG);
432 manid = jc42_read_value(new_client, JC42_REG_MANID);
433 devid = jc42_read_value(new_client, JC42_REG_DEVICEID);
467 cap = jc42_read_value(new_client, JC42_REG_CAP);
474 config = jc42_read_value(new_client, JC42_REG_CONFIG);
519 static int jc42_read_value(struct i2c_client *client, u8 reg) function
542 val = jc42_read_value(client, JC42_REG_TEMP);
549 val = jc42_read_value(clien
[all...]

Completed in 116 milliseconds