Home
last modified time | relevance | path

Searched defs:async (Results 1 – 16 of 16) sorted by relevance

/qemu/hw/usb/
H A Dhcd-ehci.c259 static void ehci_set_state(EHCIState *s, int async, int state) in ehci_set_state()
282 static int ehci_get_state(EHCIState *s, int async) in ehci_get_state()
287 static void ehci_set_fetch_addr(EHCIState *s, int async, uint32_t addr) in ehci_set_fetch_addr()
296 static int ehci_get_fetch_addr(EHCIState *s, int async) in ehci_get_fetch_addr()
547 static EHCIQueue *ehci_alloc_queue(EHCIState *ehci, uint32_t addr, int async) in ehci_alloc_queue()
621 int async) in ehci_find_queue_by_qh()
634 static void ehci_queues_rip_unused(EHCIState *ehci, int async) in ehci_queues_rip_unused()
654 static void ehci_queues_rip_unseen(EHCIState *ehci, int async) in ehci_queues_rip_unseen()
666 static void ehci_queues_rip_device(EHCIState *ehci, USBDevice *dev, int async) in ehci_queues_rip_device()
679 static void ehci_queues_rip_all(EHCIState *ehci, int async) in ehci_queues_rip_all()
[all …]
H A Dhcd-uhci.c143 UHCIAsync *async; in uhci_queue_free() local
184 UHCIAsync *async = g_new0(UHCIAsync, 1); in uhci_async_alloc() local
194 static void uhci_async_free(UHCIAsync *async) in uhci_async_free()
204 static void uhci_async_link(UHCIAsync *async) in uhci_async_link()
211 static void uhci_async_unlink(UHCIAsync *async) in uhci_async_unlink()
218 static void uhci_async_cancel(UHCIAsync *async) in uhci_async_cancel()
279 UHCIAsync *async; in uhci_async_find_td() local
683 static int uhci_complete_td(UHCIState *s, UHCI_TD *td, UHCIAsync *async, in uhci_complete_td()
738 UHCIAsync *async; in uhci_handle_td() local
882 UHCIAsync *async = container_of(packet, UHCIAsync, packet); in uhci_async_complete() local
H A Dhcd-ehci.h229 enum async_state async; member
237 int async; member
H A Dhcd-dwc2.h55 int32_t async; member
/qemu/tests/unit/
H A Dtest-io-channel-command.c35 static void test_io_channel_command_fifo(bool async) in test_io_channel_command_fifo()
93 static void test_io_channel_command_echo(bool async) in test_io_channel_command_echo()
H A Dtest-io-channel-socket.c171 static void test_io_channel(bool async, in test_io_channel()
306 static void test_io_channel_ipv4(bool async) in test_io_channel_ipv4()
342 static void test_io_channel_ipv6(bool async) in test_io_channel_ipv6()
378 static void test_io_channel_unix(bool async) in test_io_channel_unix()
H A Dtest-io-channel-file.c106 static void test_io_channel_pipe(bool async) in test_io_channel_pipe()
/qemu/hw/display/
H A Dqxl.c151 qxl_async_io async, struct QXLCookie *cookie) in qxl_spice_update_area()
178 qxl_async_io async) in qxl_spice_destroy_surface_wait()
232 static void qxl_spice_destroy_surfaces(PCIQXLDevice *qxl, qxl_async_io async) in qxl_spice_destroy_surfaces()
1313 qxl_async_io async) in qxl_add_memslot()
1511 qxl_async_io async) in qxl_create_guest_primary()
1570 static int qxl_destroy_primary(PCIQXLDevice *d, qxl_async_io async) in qxl_destroy_primary()
1638 qxl_async_io async = QXL_SYNC; local
/qemu/ui/
H A Dspice-display.c68 qxl_async_io async) in qemu_spice_add_memslot()
91 qxl_async_io async) in qemu_spice_create_primary_surface()
104 uint32_t id, qxl_async_io async) in qemu_spice_destroy_primary_surface()
H A Dconsole.c138 bool async = false; in graphic_hw_update() local
/qemu/util/
H A Doslib-posix.c472 int max_threads, ThreadContext *tc, bool async, in touch_all_pages()
607 ThreadContext *tc, bool async, Error **errp) in qemu_prealloc_mem()
H A Doslib-win32.c268 ThreadContext *tc, bool async, Error **errp) in qemu_prealloc_mem()
/qemu/backends/
H A Dhostmem.c340 bool async = !phase_check(PHASE_LATE_BACKENDS_CREATED); in host_memory_backend_memory_complete() local
/qemu/target/riscv/
H A Dcpu_helper.c2167 bool async = !!(cs->exception_index & RISCV_EXCP_INT_FLAG); in riscv_cpu_do_interrupt() local
H A Dcpu.c348 const char *riscv_cpu_get_trap_name(target_ulong cause, bool async) in riscv_cpu_get_trap_name()
/qemu/migration/
H A Dram.c1195 ram_addr_t offset, uint8_t *buf, bool async) in save_normal_page()