Home
last modified time | relevance | path

Searched refs:pm_smbus_init (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/i2c/
H A Dpm_smbus.h45 void pm_smbus_init(DeviceState *parent, PMSMBus *smb, bool force_aux_blk);
/openbmc/qemu/hw/i2c/
H A Dsmbus_ich9.c105 pm_smbus_init(&d->qdev, &s->smb, false); in ich9_smbus_realize()
H A Dpm_smbus.c477 void pm_smbus_init(DeviceState *parent, PMSMBus *smb, bool force_aux_blk) in pm_smbus_init() function
/openbmc/qemu/hw/acpi/
H A Dpiix4.c474 pm_smbus_init(DEVICE(dev), &s->smb, true); in piix4_pm_realize()
/openbmc/qemu/hw/isa/
H A Dvt82c686.c204 pm_smbus_init(DEVICE(s), &s->smb, false); in via_pm_realize()