Home
last modified time | relevance | path

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

/qemu/include/hw/char/
A Dserial.h62 bool wakeup; member
/qemu/hw/acpi/
A Dcore.c359 ACPIREGS *ar = container_of(notifier, ACPIREGS, wakeup); in acpi_notify_wakeup()
623 ar->wakeup.notify = acpi_notify_wakeup; in acpi_pm1_cnt_init()
624 qemu_register_wakeup_notifier(&ar->wakeup); in acpi_pm1_cnt_init()
/qemu/include/hw/acpi/
A Dacpi.h150 Notifier wakeup; member
/qemu/hw/i386/xen/
A Dxen-hvm.c64 static Notifier wakeup; variable
629 wakeup.notify = xen_wakeup_notifier; in xen_hvm_init_pc()
630 qemu_register_wakeup_notifier(&wakeup); in xen_hvm_init_pc()
/qemu/docs/spin/
A Daio_notify_bug.promela3 * cleared too late, a wakeup could be lost.
/qemu/hw/dma/
A Dpl330.c128 uint8_t wakeup; member
154 VMSTATE_UINT8(wakeup, PL330Chan),
987 ch->wakeup = ev_id; in pl330_dmawfe()
997 peer->wakeup == ev_id) { in pl330_dmawfe()
1436 (s->chan[chan_id].wakeup << 4) | in pl330_iomem_read_imp()
1459 return (s->manager.ns << 9) | (s->manager.wakeup << 4) | in pl330_iomem_read_imp()
/qemu/tests/migration/i386/
A Da-b-bootblock.S110 # not reached. The wakeup causes reset and restart at 0x7c00, and we
/qemu/system/
A Drunstate.c563 if (mc && mc->wakeup) { in qemu_system_wakeup()
564 mc->wakeup(current_machine); in qemu_system_wakeup()
/qemu/hw/char/
A Dserial.c604 if (s->wakeup) { in serial_receive1()
970 DEFINE_PROP_BOOL("wakeup", SerialState, wakeup, false),
/qemu/hw/usb/
A Dcore.c108 if (dev->remote_wakeup && dev->port && dev->port->ops->wakeup) { in usb_wakeup()
109 dev->port->ops->wakeup(dev->port); in usb_wakeup()
A Ddev-hub.c587 .wakeup = usb_hub_wakeup,
A Dhcd-ehci.c764 if (companion->ops->wakeup) { in ehci_wakeup()
765 companion->ops->wakeup(companion); in ehci_wakeup()
2400 .wakeup = ehci_wakeup,
A Dhcd-uhci.c1154 .wakeup = uhci_wakeup,
A Dhcd-dwc2.c531 .wakeup = dwc2_wakeup,
A Dhcd-ohci.c1876 .wakeup = ohci_wakeup,
A Dhcd-xhci.c3262 .wakeup = xhci_wakeup,
/qemu/include/hw/
A Dboards.h273 void (*wakeup)(MachineState *state); member
A Dusb.h358 void (*wakeup)(USBPort *port); member
/qemu/hw/arm/
A Domap1.c1892 qemu_irq wakeup; member
2117 qemu_irq kbd_int, qemu_irq gpio_int, qemu_irq wakeup, in omap_mpuio_init() argument
2124 s->wakeup = wakeup; in omap_mpuio_init()
3860 s->wakeup = qemu_allocate_irq(omap_mpu_wakeup, s, 0); in omap310_mpu_init()
3993 s->wakeup, omap_findclk(s, "clk32-kHz")); in omap310_mpu_init()
/qemu/include/hw/arm/
A Domap.h564 qemu_irq wakeup; member
/qemu/qapi/
A Dmachine.json258 # @wakeup-suspend-support: true if the machine supports wake up from
264 'data': { 'wakeup-suspend-support': 'bool'} }
387 # support enabled (wakeup-suspend-support flag from
/qemu/qga/
A Dqapi-schema.json583 # IMPORTANT: guest-suspend-ram requires working wakeup support in
585 # wakeup-suspend-support: true before issuing this command. Failure
619 # IMPORTANT: guest-suspend-hybrid requires working wakeup support in
621 # wakeup-suspend-support: true before issuing this command. Failure
/qemu/docs/devel/
A Dreset.rst49 its devices during wake-up (from the ``MachineClass::wakeup()`` method), this
/qemu/hw/i386/
A Dpc.c1787 mc->wakeup = pc_machine_wakeup; in pc_machine_class_init()
/qemu/
A Dhmp-commands.hx431 .help = "wakeup guest from suspend",

Completed in 1018 milliseconds