Searched refs:QemuSpicePointer (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ui/ |
H A D | spice-input.c | 107 typedef struct QemuSpicePointer { struct 114 } QemuSpicePointer; argument 116 static void spice_update_buttons(QemuSpicePointer *pointer, in spice_update_buttons() 146 QemuSpicePointer *pointer = container_of(sin, QemuSpicePointer, mouse); in mouse_motion() 155 QemuSpicePointer *pointer = container_of(sin, QemuSpicePointer, mouse); in mouse_buttons() 171 QemuSpicePointer *pointer = container_of(sin, QemuSpicePointer, tablet); in tablet_set_logical_size() 186 QemuSpicePointer *pointer = container_of(sin, QemuSpicePointer, tablet); in tablet_position() 198 QemuSpicePointer *pointer = container_of(sin, QemuSpicePointer, tablet); in tablet_wheel() 207 QemuSpicePointer *pointer = container_of(sin, QemuSpicePointer, tablet); in tablet_buttons() 226 QemuSpicePointer *pointer = container_of(notifier, QemuSpicePointer, mouse_mode); in mouse_mode_notifier() [all …]
|