Searched refs:ddc2_read (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/accelerants/common/ |
H A D | ddc.c | 72 ddc2_read(const i2c_bus *bus, int start, uint8 *buffer, size_t length) in ddc2_read() 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)); in ddc2_read_edid1()
|