Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ipmi/
H A Dsmbus_ipmi.c34 OBJECT_DECLARE_SIMPLE_TYPE(SMBusIPMIDevice, SMBUS_IPMI)
49 struct SMBusIPMIDevice { struct
82 SMBusIPMIDevice *sid = SMBUS_IPMI(ii); in smbus_ipmi_handle_rsp() argument
107 static void smbus_ipmi_send_msg(SMBusIPMIDevice *sid) in smbus_ipmi_send_msg()
145 SMBusIPMIDevice *sid = SMBUS_IPMI(dev); in ipmi_receive_byte()
154 static int ipmi_load_readbuf(SMBusIPMIDevice *sid) in ipmi_load_readbuf()
209 SMBusIPMIDevice *sid = SMBUS_IPMI(dev); in ipmi_write_data()
303 VMSTATE_SMBUS_DEVICE(parent, SMBusIPMIDevice),
304 VMSTATE_UINT8(waiting_rsp, SMBusIPMIDevice),
305 VMSTATE_UINT32(outlen, SMBusIPMIDevice),
[all …]