Home
last modified time | relevance | path

Searched refs:i2c_read_unlocked (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Di2c_core.c39 static status_t i2c_read_unlocked(i2c_bus *bus, int address, void *data, int size);
258 i2c_read_unlocked(i2c_bus *bus, int address, void *data, int size) in i2c_read_unlocked() function
349 res = i2c_read_unlocked(bus, address, data, size); in i2c_read()
384 res = i2c_read_unlocked(bus, address, read_data, read_size); in i2c_xfer()