Home
last modified time | relevance | path

Searched refs:SMBusDeviceClass (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/i2c/
H A Dsmbus_slave.c49 SMBusDeviceClass *sc = SMBUS_DEVICE_GET_CLASS(dev); in smbus_do_quick_cmd()
59 SMBusDeviceClass *sc = SMBUS_DEVICE_GET_CLASS(dev); in smbus_do_write()
162 SMBusDeviceClass *sc = SMBUS_DEVICE_GET_CLASS(dev); in smbus_i2c_recv()
236 .class_size = sizeof(SMBusDeviceClass),
H A Di2c_mux_pca954x.c56 SMBusDeviceClass parent;
224 SMBusDeviceClass *k = SMBUS_DEVICE_CLASS(klass); in pca954x_class_init()
H A Dsmbus_eeprom.c143 SMBusDeviceClass *sc = SMBUS_DEVICE_CLASS(klass); in smbus_eeprom_class_initfn()
H A Dpmbus_device.c1907 SMBusDeviceClass *k = SMBUS_DEVICE_CLASS(klass); in pmbus_device_class_init()
/openbmc/qemu/include/hw/i2c/
H A Dsmbus_slave.h32 OBJECT_DECLARE_TYPE(SMBusDevice, SMBusDeviceClass,
36 struct SMBusDeviceClass { struct
H A Dpmbus_device.h267 SMBusDeviceClass parent_class;
/openbmc/qemu/hw/ipmi/
H A Dsmbus_ipmi.c358 SMBusDeviceClass *sc = SMBUS_DEVICE_CLASS(oc); in smbus_ipmi_class_init()