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

/haiku/src/add-ons/accelerants/common/
H A Dddc.c72 ddc2_read(const i2c_bus *bus, int start, uint8 *buffer, size_t length) function
119 res = ddc2_read(bus, start, buffer, 64);
133 ddc2_read(bus, start + i * 64, cur_data, 64);
170 status_t status = ddc2_read(bus, 0, (uint8 *)&raw, sizeof(raw));

Completed in 40 milliseconds