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

/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dfalcon_boards.c111 board->hwmon_client = client; efx_init_lm87()
121 i2c_unregister_device(falcon_board(efx)->hwmon_client); efx_fini_lm87()
126 struct i2c_client *client = falcon_board(efx)->hwmon_client; efx_check_lm87()
261 struct i2c_client *hwmon_client = falcon_board(efx)->hwmon_client; sfe4001_poweroff() local
269 i2c_smbus_read_byte_data(hwmon_client, MAX664X_REG_RSL); sfe4001_poweroff()
275 struct i2c_client *hwmon_client = falcon_board(efx)->hwmon_client; sfe4001_poweron() local
281 rc = i2c_smbus_read_byte_data(hwmon_client, MAX664X_REG_RSL); sfe4001_poweron()
413 i2c_unregister_device(board->hwmon_client); sfe4001_fini()
459 board->hwmon_client = sfe4001_init()
462 board->hwmon_client = sfe4001_init()
465 if (!board->hwmon_client) sfe4001_init()
469 rc = i2c_smbus_write_byte_data(board->hwmon_client, sfe4001_init()
501 i2c_unregister_device(board->hwmon_client); sfe4001_init()
H A Dnic.h189 * @hwmon_client: I2C client for hardware monitor
198 struct i2c_client *hwmon_client, *ioexp_client; member in struct:falcon_board

Completed in 99 milliseconds