Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dvirtio-input-hid.c112 if (vhid->wheel_axis && in virtio_input_handle_event()
384 DEFINE_PROP_BOOL("wheel-axis", VirtIOInputHID, wheel_axis, true),
401 virtio_input_init_config(vinput, vhid->wheel_axis in virtio_mouse_init()
509 DEFINE_PROP_BOOL("wheel-axis", VirtIOInputHID, wheel_axis, true),
526 virtio_input_init_config(vinput, vhid->wheel_axis in virtio_tablet_init()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-input.h92 bool wheel_axis; member