Searched refs:smbus_read_word (Results 1 – 3 of 3) sorted by relevance
36 int smbus_read_word(I2CBus *bus, uint8_t addr, uint8_t command);
79 int smbus_read_word(I2CBus *bus, uint8_t addr, uint8_t command) in smbus_read_word() function
106 ret = smbus_read_word(bus, addr, cmd); in smb_transaction()