Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvdagent.c32 struct VDAgentChardev { struct
65 typedef struct VDAgentChardev VDAgentChardev; argument
141 static void vdagent_send_buf(VDAgentChardev *vd) in vdagent_send_buf()
215 static bool have_mouse(VDAgentChardev *vd) in have_mouse()
253 VDAgentChardev *vd = container_of(dev, struct VDAgentChardev, mouse_dev); in vdagent_pointer_event()
294 VDAgentChardev *vd = container_of(dev, struct VDAgentChardev, mouse_dev); in vdagent_pointer_sync()
311 static bool have_clipboard(VDAgentChardev *vd) in have_clipboard()
317 static bool have_selection(VDAgentChardev *vd) in have_selection()
477 VDAgentChardev *vd = in vdagent_clipboard_notify()
494 VDAgentChardev *vd = container_of(info->owner, VDAgentChardev, cbpeer); in vdagent_clipboard_request()
[all …]