Home
last modified time | relevance | path

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

/openbmc/qemu/include/ui/
H A Dinput.h37 void qemu_input_handler_bind(QemuInputHandlerState *s,
/openbmc/qemu/hw/usb/
H A Ddev-hid.c724 qemu_input_handler_bind(us->hid.s, us->display, us->head, NULL); in usb_hid_initfn()
/openbmc/qemu/ui/
H A Dinput.c84 void qemu_input_handler_bind(QemuInputHandlerState *s, in qemu_input_handler_bind() function
/openbmc/qemu/hw/input/
H A Dvirtio-input-hid.c190 qemu_input_handler_bind(vhid->hs, vhid->display, vhid->head, NULL); in virtio_input_hid_realize()