Home
last modified time | relevance | path

Searched refs:SimpleSpiceUpdate (Results 1 – 3 of 3) sorted by relevance

/qemu/include/ui/
H A Dspice-display.h82 typedef struct SimpleSpiceUpdate SimpleSpiceUpdate; typedef
106 QTAILQ_HEAD(, SimpleSpiceUpdate) updates;
139 struct SimpleSpiceUpdate { struct
144 QTAILQ_ENTRY(SimpleSpiceUpdate) next; argument
158 void qemu_spice_destroy_update(SimpleSpiceDisplay *sdpy, SimpleSpiceUpdate *update);
/qemu/ui/
H A Dspice-display.c123 SimpleSpiceUpdate *update; in qemu_spice_create_one_update()
306 void qemu_spice_destroy_update(SimpleSpiceDisplay *sdpy, SimpleSpiceUpdate *update) in qemu_spice_destroy_update()
390 SimpleSpiceUpdate *update; in qemu_spice_display_switch()
538 SimpleSpiceUpdate *update; in interface_get_command()
562 SimpleSpiceUpdate *update; in interface_release_resource()
573 update = container_of(ext, SimpleSpiceUpdate, ext); in interface_release_resource()
/qemu/hw/display/
H A Dqxl.c616 SimpleSpiceUpdate *update; in interface_get_command()
749 SimpleSpiceUpdate *update; in interface_release_resource()
751 update = container_of(cmdext, SimpleSpiceUpdate, ext); in interface_release_resource()