Searched refs:smbus_quick_command (Results 1 – 3 of 3) sorted by relevance
31 int smbus_quick_command(I2CBus *bus, uint8_t addr, int read);
19 int smbus_quick_command(I2CBus *bus, uint8_t addr, int read) in smbus_quick_command() function
85 ret = smbus_quick_command(bus, addr, read); in smb_transaction()