Lines Matching refs:tx_c
394 ret = i2c_master_send(ir->tx_c, buf, tosend + 1);
405 ret = i2c_master_send(ir->tx_c, buf, 2);
413 ret = i2c_master_send(ir->tx_c, buf, 1);
434 ret = i2c_master_recv(ir->tx_c, buf, 4);
627 ret = i2c_master_recv(ir->tx_c, buf, 1);
645 ret = i2c_master_send(ir->tx_c, buf, 2);
664 ret = i2c_master_send(ir->tx_c, buf, 1);
681 ret = i2c_master_recv(ir->tx_c, buf, 1);
889 ir->tx_c = i2c_new_dummy_device(client->adapter, 0x70);
890 if (IS_ERR(ir->tx_c)) {
892 err = PTR_ERR(ir->tx_c);
910 if (!IS_ERR(ir->tx_c))
911 i2c_unregister_device(ir->tx_c);
924 i2c_unregister_device(ir->tx_c);