ioexp_client      257 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	struct i2c_client *ioexp_client = falcon_board(efx)->ioexp_client;
ioexp_client      261 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	i2c_smbus_write_byte_data(ioexp_client, P0_OUT, 0xff);
ioexp_client      262 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	i2c_smbus_write_byte_data(ioexp_client, P1_CONFIG, 0xff);
ioexp_client      263 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	i2c_smbus_write_byte_data(ioexp_client, P0_CONFIG, 0xff);
ioexp_client      271 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	struct i2c_client *ioexp_client = falcon_board(efx)->ioexp_client;
ioexp_client      283 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	rc = i2c_smbus_write_byte_data(ioexp_client, P0_CONFIG, 0x00);
ioexp_client      286 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	rc = i2c_smbus_write_byte_data(ioexp_client, P1_CONFIG,
ioexp_client      294 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	rc = i2c_smbus_read_byte_data(ioexp_client, P0_OUT);
ioexp_client      302 drivers/net/ethernet/sfc/falcon/falcon_boards.c 		rc = i2c_smbus_write_byte_data(ioexp_client, P0_OUT, out);
ioexp_client      316 drivers/net/ethernet/sfc/falcon/falcon_boards.c 		rc = i2c_smbus_write_byte_data(ioexp_client, P0_OUT, out);
ioexp_client      323 drivers/net/ethernet/sfc/falcon/falcon_boards.c 		rc = i2c_smbus_write_byte_data(ioexp_client, P0_OUT, out);
ioexp_client      342 drivers/net/ethernet/sfc/falcon/falcon_boards.c 			rc = i2c_smbus_read_byte_data(ioexp_client, P1_IN);
ioexp_client      409 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	i2c_unregister_device(board->ioexp_client);
ioexp_client      430 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	status = i2c_smbus_read_byte_data(falcon_board(efx)->ioexp_client, P1_IN);
ioexp_client      471 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	board->ioexp_client = i2c_new_dummy_device(&board->i2c_adap, PCA9539);
ioexp_client      472 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	if (IS_ERR(board->ioexp_client)) {
ioexp_client      473 drivers/net/ethernet/sfc/falcon/falcon_boards.c 		rc = PTR_ERR(board->ioexp_client);
ioexp_client      496 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	i2c_unregister_device(board->ioexp_client);
ioexp_client      178 drivers/net/ethernet/sfc/falcon/nic.h 	struct i2c_client *hwmon_client, *ioexp_client;