Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Dempty_slot.c21 OBJECT_DECLARE_SIMPLE_TYPE(EmptySlot, EMPTY_SLOT)
23 struct EmptySlot { struct
34 EmptySlot *s = EMPTY_SLOT(opaque); in empty_slot_read() argument
44 EmptySlot *s = EMPTY_SLOT(opaque); in empty_slot_write()
72 EmptySlot *s = EMPTY_SLOT(dev); in empty_slot_realize()
83 DEFINE_PROP_UINT64("size", EmptySlot, size, 0),
84 DEFINE_PROP_STRING("name", EmptySlot, name),
100 .instance_size = sizeof(EmptySlot),