Lines Matching refs:hwmon_client
111 board->hwmon_client = client; in efx_init_lm87()
121 i2c_unregister_device(falcon_board(efx)->hwmon_client); in efx_fini_lm87()
126 struct i2c_client *client = falcon_board(efx)->hwmon_client; in efx_check_lm87()
261 struct i2c_client *hwmon_client = falcon_board(efx)->hwmon_client; in sfe4001_poweroff() local
269 i2c_smbus_read_byte_data(hwmon_client, MAX664X_REG_RSL); in sfe4001_poweroff()
275 struct i2c_client *hwmon_client = falcon_board(efx)->hwmon_client; in sfe4001_poweron() local
281 rc = i2c_smbus_read_byte_data(hwmon_client, MAX664X_REG_RSL); in sfe4001_poweron()
413 i2c_unregister_device(board->hwmon_client); in sfe4001_fini()
459 board->hwmon_client = in sfe4001_init()
462 board->hwmon_client = in sfe4001_init()
465 if (!board->hwmon_client) in sfe4001_init()
469 rc = i2c_smbus_write_byte_data(board->hwmon_client, in sfe4001_init()
501 i2c_unregister_device(board->hwmon_client); in sfe4001_init()