Home
last modified time | relevance | path

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

/qemu/hw/core/
H A Dirq.c48 object_initialize(irq, sizeof(*irq), TYPE_IRQ); in qemu_init_irq()
83 IRQState *irq = IRQ(object_new(TYPE_IRQ)); in qemu_allocate_irq()
128 .name = TYPE_IRQ,
H A Dgpio.c90 object_property_add_link(OBJECT(dev), propname, TYPE_IRQ, in qdev_init_gpio_out_named()
/qemu/include/hw/
H A Dirq.h8 #define TYPE_IRQ "irq" macro
/qemu/rust/qemu-api/src/
H A Dirq.rs113 unsafe { CStr::from_bytes_with_nul_unchecked(bindings::TYPE_IRQ) };