Searched refs:smbus_read_byte (Results 1 – 3 of 3) sorted by relevance
34 int smbus_read_byte(I2CBus *bus, uint8_t addr, uint8_t command);
51 int smbus_read_byte(I2CBus *bus, uint8_t addr, uint8_t command) in smbus_read_byte() function
97 ret = smbus_read_byte(bus, addr, cmd); in smb_transaction()