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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hwmon/
H A Dw83l785ts.c88 static u8 w83l785ts_read_value(struct i2c_client *client, u8 reg, u8 defval);
186 if (((w83l785ts_read_value(new_client,
188 || ((w83l785ts_read_value(new_client,
201 man_id = (w83l785ts_read_value(new_client,
203 w83l785ts_read_value(new_client,
205 chip_id = w83l785ts_read_value(new_client,
287 static u8 w83l785ts_read_value(struct i2c_client *client, u8 reg, u8 defval) function
319 data->temp[0] = w83l785ts_read_value(client,
321 data->temp[1] = w83l785ts_read_value(client,

Completed in 283 milliseconds