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

/haiku-fatelf/src/add-ons/kernel/drivers/dvb/cx23882/
H A Di2c_core.h49 status_t i2c_write(i2c_bus *bus, int address, const void *data, int size);
H A Ddtt7592.c42 res = i2c_write(bus, I2C_ADDR_PLL, data, 4);
H A Dcx22702.c61 res = i2c_write(bus, I2C_ADDR_DEMOD, buf, 2);
H A Di2c_core.c313 TRACE("i2c_write: error on i2c_start_address: %s\n", strerror(status));
321 TRACE("i2c_write: timeout error on byte %ld\n", bytes - (uint8 *)data);
325 TRACE("i2c_write: arbitration lost on byte %ld\n", bytes - (uint8 *)data);
329 TRACE("i2c_write: error, got NACK on byte %ld\n", bytes - (uint8 *)data);
356 i2c_write(i2c_bus *bus, int address, const void *data, int size) function

Completed in 43 milliseconds