hwmon_client 108 drivers/net/ethernet/sfc/falcon/falcon_boards.c board->hwmon_client = client; hwmon_client 118 drivers/net/ethernet/sfc/falcon/falcon_boards.c i2c_unregister_device(falcon_board(efx)->hwmon_client); hwmon_client 123 drivers/net/ethernet/sfc/falcon/falcon_boards.c struct i2c_client *client = falcon_board(efx)->hwmon_client; hwmon_client 258 drivers/net/ethernet/sfc/falcon/falcon_boards.c struct i2c_client *hwmon_client = falcon_board(efx)->hwmon_client; hwmon_client 266 drivers/net/ethernet/sfc/falcon/falcon_boards.c i2c_smbus_read_byte_data(hwmon_client, MAX664X_REG_RSL); hwmon_client 272 drivers/net/ethernet/sfc/falcon/falcon_boards.c struct i2c_client *hwmon_client = falcon_board(efx)->hwmon_client; hwmon_client 278 drivers/net/ethernet/sfc/falcon/falcon_boards.c rc = i2c_smbus_read_byte_data(hwmon_client, MAX664X_REG_RSL); hwmon_client 410 drivers/net/ethernet/sfc/falcon/falcon_boards.c i2c_unregister_device(board->hwmon_client); hwmon_client 456 drivers/net/ethernet/sfc/falcon/falcon_boards.c board->hwmon_client = hwmon_client 459 drivers/net/ethernet/sfc/falcon/falcon_boards.c board->hwmon_client = hwmon_client 462 drivers/net/ethernet/sfc/falcon/falcon_boards.c if (IS_ERR(board->hwmon_client)) hwmon_client 463 drivers/net/ethernet/sfc/falcon/falcon_boards.c return PTR_ERR(board->hwmon_client); hwmon_client 466 drivers/net/ethernet/sfc/falcon/falcon_boards.c rc = i2c_smbus_write_byte_data(board->hwmon_client, hwmon_client 498 drivers/net/ethernet/sfc/falcon/falcon_boards.c i2c_unregister_device(board->hwmon_client); hwmon_client 178 drivers/net/ethernet/sfc/falcon/nic.h struct i2c_client *hwmon_client, *ioexp_client;