Searched refs:pm_smbus_init (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/hw/i2c/ |
H A D | pm_smbus.h | 45 void pm_smbus_init(DeviceState *parent, PMSMBus *smb, bool force_aux_blk);
|
/openbmc/qemu/hw/i2c/ |
H A D | smbus_ich9.c | 105 pm_smbus_init(&d->qdev, &s->smb, false); in ich9_smbus_realize()
|
H A D | pm_smbus.c | 477 void pm_smbus_init(DeviceState *parent, PMSMBus *smb, bool force_aux_blk) in pm_smbus_init() function
|
/openbmc/qemu/hw/acpi/ |
H A D | piix4.c | 474 pm_smbus_init(DEVICE(dev), &s->smb, true); in piix4_pm_realize()
|
/openbmc/qemu/hw/isa/ |
H A D | vt82c686.c | 204 pm_smbus_init(DEVICE(s), &s->smb, false); in via_pm_realize()
|