Searched refs:qemu_system_wakeup_request (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | runstate.h | 88 void qemu_system_wakeup_request(WakeupReason reason, Error **errp);
|
/openbmc/qemu/hw/input/ |
H A D | ps2.c | 296 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 D | machine-qmp-cmds.c | 292 qemu_system_wakeup_request(QEMU_WAKEUP_REASON_OTHER, errp); in qmp_system_wakeup()
|
/openbmc/qemu/system/ |
H A D | runstate.c | 665 void qemu_system_wakeup_request(WakeupReason reason, Error **errp) in qemu_system_wakeup_request() function
|
/openbmc/qemu/hw/acpi/ |
H A D | core.c | 514 qemu_system_wakeup_request(QEMU_WAKEUP_REASON_PMTIMER, NULL); in acpi_pm_tmr_timer()
|
/openbmc/qemu/hw/char/ |
H A D | serial.c | 605 qemu_system_wakeup_request(QEMU_WAKEUP_REASON_OTHER, NULL); in serial_receive1()
|
/openbmc/qemu/hw/rtc/ |
H A D | mc146818rtc.c | 419 qemu_system_wakeup_request(QEMU_WAKEUP_REASON_RTC, NULL); in rtc_update_timer()
|
/openbmc/qemu/migration/ |
H A D | savevm.c | 3327 qemu_system_wakeup_request(QEMU_WAKEUP_REASON_OTHER, &error_abort); in load_snapshot_resume()
|