Searched refs:fI2C (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DHIDDevice.cpp39 fI2C(i2c),
334 status_t status = fI2C->acquire_bus(fI2CCookie);
337 status = fI2C->exec_command(fI2CCookie, I2C_OP_READ_STOP, cmd, cmdLength,
339 fI2C->release_bus(fI2CCookie);
H A DHIDDevice.h82 i2c_device_interface* fI2C; member in class:HIDDevice
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.cpp48 fI2C(i2c),
540 status_t status = fI2C->acquire_bus(fI2CCookie);
543 status = fI2C->exec_command(fI2CCookie, I2C_OP_READ_STOP, cmd, cmdLength,
545 fI2C->release_bus(fI2CCookie);
H A DELANDevice.h82 i2c_device_interface* fI2C; member in class:ELANDevice

Completed in 84 milliseconds