Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Drunstate.h88 void qemu_system_wakeup_request(WakeupReason reason, Error **errp);
/openbmc/qemu/hw/input/
H A Dps2.c296 qemu_system_wakeup_request(QEMU_WAKEUP_REASON_OTHER, NULL); in ps2_put_keycode()
326 qemu_system_wakeup_request(QEMU_WAKEUP_REASON_OTHER, NULL); in ps2_keyboard_event()
854 qemu_system_wakeup_request(QEMU_WAKEUP_REASON_OTHER, NULL); in ps2_mouse_sync()
/openbmc/qemu/hw/core/
H A Dmachine-qmp-cmds.c292 qemu_system_wakeup_request(QEMU_WAKEUP_REASON_OTHER, errp); in qmp_system_wakeup()
/openbmc/qemu/system/
H A Drunstate.c665 void qemu_system_wakeup_request(WakeupReason reason, Error **errp) in qemu_system_wakeup_request() function
/openbmc/qemu/hw/acpi/
H A Dcore.c514 qemu_system_wakeup_request(QEMU_WAKEUP_REASON_PMTIMER, NULL); in acpi_pm_tmr_timer()
/openbmc/qemu/hw/char/
H A Dserial.c605 qemu_system_wakeup_request(QEMU_WAKEUP_REASON_OTHER, NULL); in serial_receive1()
/openbmc/qemu/hw/rtc/
H A Dmc146818rtc.c419 qemu_system_wakeup_request(QEMU_WAKEUP_REASON_RTC, NULL); in rtc_update_timer()
/openbmc/qemu/migration/
H A Dsavevm.c3327 qemu_system_wakeup_request(QEMU_WAKEUP_REASON_OTHER, &error_abort); in load_snapshot_resume()