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

/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.h35 status_t dp_aux_get_i2c_byte(uint32 hwPin, uint16 address,
H A Ddisplayport.cpp183 dp_aux_get_i2c_byte(uint32 hwPin, uint16 address, uint8* data, bool start, bool stop) function
908 dp_aux_get_i2c_byte(dpInfo->auxPin, 0x50, rdata, true, false);
909 dp_aux_get_i2c_byte(dpInfo->auxPin, 0x50, rdata, false, false);
910 dp_aux_get_i2c_byte(dpInfo->auxPin, 0x50, rdata, false, true);
913 dp_aux_get_i2c_byte(dpInfo->auxPin, 0x50, rdata, true, false);
916 status_t ret = dp_aux_get_i2c_byte(dpInfo->auxPin, 0x50,
921 dp_aux_get_i2c_byte(dpInfo->auxPin, 0x50, &sdata, false, true);
925 dp_aux_get_i2c_byte(dpInfo->auxPin, 0x50, &sdata, false, true);

Completed in 90 milliseconds