Home
last modified time | relevance | path

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

/openbmc/qemu/hw/fsi/
H A Dfsi.c24 FSISlaveState *s = FSI_SLAVE(opaque); in fsi_slave_read()
42 FSISlaveState *s = FSI_SLAVE(opaque); in fsi_slave_write()
65 FSISlaveState *s = FSI_SLAVE(dev); in fsi_slave_reset()
73 FSISlaveState *s = FSI_SLAVE(o); in fsi_slave_init()
92 .instance_size = sizeof(FSISlaveState),
H A Dcfam.c123 FSISlaveState *slave = FSI_SLAVE(dev); in fsi_cfam_realize()
/openbmc/qemu/include/hw/fsi/
H A Dfsi.h26 OBJECT_DECLARE_SIMPLE_TYPE(FSISlaveState, FSI_SLAVE)
30 typedef struct FSISlaveState { struct
35 } FSISlaveState; argument
H A Dcfam.h23 FSISlaveState parent;