Searched refs:wakeup (Results 1 – 25 of 25) sorted by relevance
/qemu/include/hw/char/ |
A D | serial.h | 62 bool wakeup; member
|
/qemu/hw/acpi/ |
A D | core.c | 359 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 D | acpi.h | 150 Notifier wakeup; member
|
/qemu/hw/i386/xen/ |
A D | xen-hvm.c | 64 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 D | aio_notify_bug.promela | 3 * cleared too late, a wakeup could be lost.
|
/qemu/hw/dma/ |
A D | pl330.c | 128 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 D | a-b-bootblock.S | 110 # not reached. The wakeup causes reset and restart at 0x7c00, and we
|
/qemu/system/ |
A D | runstate.c | 563 if (mc && mc->wakeup) { in qemu_system_wakeup() 564 mc->wakeup(current_machine); in qemu_system_wakeup()
|
/qemu/hw/char/ |
A D | serial.c | 604 if (s->wakeup) { in serial_receive1() 970 DEFINE_PROP_BOOL("wakeup", SerialState, wakeup, false),
|
/qemu/hw/usb/ |
A D | core.c | 108 if (dev->remote_wakeup && dev->port && dev->port->ops->wakeup) { in usb_wakeup() 109 dev->port->ops->wakeup(dev->port); in usb_wakeup()
|
A D | dev-hub.c | 587 .wakeup = usb_hub_wakeup,
|
A D | hcd-ehci.c | 764 if (companion->ops->wakeup) { in ehci_wakeup() 765 companion->ops->wakeup(companion); in ehci_wakeup() 2400 .wakeup = ehci_wakeup,
|
A D | hcd-uhci.c | 1154 .wakeup = uhci_wakeup,
|
A D | hcd-dwc2.c | 531 .wakeup = dwc2_wakeup,
|
A D | hcd-ohci.c | 1876 .wakeup = ohci_wakeup,
|
A D | hcd-xhci.c | 3262 .wakeup = xhci_wakeup,
|
/qemu/include/hw/ |
A D | boards.h | 273 void (*wakeup)(MachineState *state); member
|
A D | usb.h | 358 void (*wakeup)(USBPort *port); member
|
/qemu/hw/arm/ |
A D | omap1.c | 1892 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 D | omap.h | 564 qemu_irq wakeup; member
|
/qemu/qapi/ |
A D | machine.json | 258 # @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 D | qapi-schema.json | 583 # 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 D | reset.rst | 49 its devices during wake-up (from the ``MachineClass::wakeup()`` method), this
|
/qemu/hw/i386/ |
A D | pc.c | 1787 mc->wakeup = pc_machine_wakeup; in pc_machine_class_init()
|
/qemu/ |
A D | hmp-commands.hx | 431 .help = "wakeup guest from suspend",
|
Completed in 1018 milliseconds