Home
last modified time | relevance | path

Searched refs:smbus_quick_command (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/i2c/
H A Dsmbus_master.h31 int smbus_quick_command(I2CBus *bus, uint8_t addr, int read);
/openbmc/qemu/hw/i2c/
H A Dsmbus_master.c19 int smbus_quick_command(I2CBus *bus, uint8_t addr, int read) in smbus_quick_command() function
H A Dpm_smbus.c85 ret = smbus_quick_command(bus, addr, read); in smb_transaction()