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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dfalcon_boards.c78 board->hwmon_client = client;
88 i2c_unregister_device(falcon_board(efx)->hwmon_client);
93 struct i2c_client *client = falcon_board(efx)->hwmon_client;
208 struct i2c_client *hwmon_client = falcon_board(efx)->hwmon_client; local
216 i2c_smbus_read_byte_data(hwmon_client, MAX664X_REG_RSL);
222 struct i2c_client *hwmon_client = falcon_board(efx)->hwmon_client; local
228 rc = i2c_smbus_read_byte_data(hwmon_client, MAX664X_REG_RSL);
391 i2c_unregister_device(board->hwmon_client);
[all...]
H A Dnic.h96 * @hwmon_client: I2C client for hardware monitor
105 struct i2c_client *hwmon_client, *ioexp_client; member in struct:falcon_board

Completed in 141 milliseconds