Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dirq.c48 object_initialize(irq, sizeof(*irq), TYPE_IRQ); in qemu_init_irq()
75 IRQState *irq = IRQ(object_new(TYPE_IRQ)); in qemu_allocate_irq()
120 .name = TYPE_IRQ,
H A Dgpio.c90 object_property_add_link(OBJECT(dev), propname, TYPE_IRQ, in qdev_init_gpio_out_named()
/openbmc/qemu/include/hw/
H A Dirq.h8 #define TYPE_IRQ "irq" macro