cx22702_reg_read
if (cx22702_reg_read(bus, 0x0c, &data) != B_OK)
if (cx22702_reg_read(bus, 0x0b, &data) != B_OK)
if (cx22702_reg_read(bus, 0x01, ®01) != B_OK)
if (cx22702_reg_read(bus, 0x02, ®02) != B_OK)
if (cx22702_reg_read(bus, 0x03, ®03) != B_OK)
if (cx22702_reg_read(bus, 0x0a, ®0A) != B_OK)
if (cx22702_reg_read(bus, 0x0c, ®0C) != B_OK)
if (cx22702_reg_read(bus, 0x0a, ®0A) != B_OK)
if (cx22702_reg_read(bus, 0x23, ®23) != B_OK)
if (cx22702_reg_read(bus, 0x23, ®23) != B_OK)
if (cx22702_reg_read(bus, 0xDE, ®DE_1) != B_OK)
if (cx22702_reg_read(bus, 0xDF, ®DF) != B_OK)
if (cx22702_reg_read(bus, 0xDE, ®DE_2) != B_OK)
if (cx22702_reg_read(bus, 0xE3, ®E3) != B_OK)
if (cx22702_reg_read(bus, i, &data) != B_OK)
status_t cx22702_reg_read(i2c_bus *bus, uint8 reg, uint8 *data);