Home
last modified time | relevance | path

Searched refs:mouse (Results 1 – 25 of 112) sorted by relevance

12345

/openbmc/qemu/chardev/
H A Dmsmouse.c75 MouseChardev *mouse = MOUSE_CHARDEV(chr); in DECLARE_INSTANCE_CHECKER() local
79 avail = fifo8_num_used(&mouse->outbuf); in DECLARE_INSTANCE_CHECKER()
84 buf = fifo8_pop_bufptr(&mouse->outbuf, MIN(len, avail), &size); in DECLARE_INSTANCE_CHECKER()
91 static void msmouse_queue_event(MouseChardev *mouse) in msmouse_queue_event() argument
96 dx = mouse->axis[INPUT_AXIS_X]; in msmouse_queue_event()
97 mouse->axis[INPUT_AXIS_X] = 0; in msmouse_queue_event()
99 dy = mouse->axis[INPUT_AXIS_Y]; in msmouse_queue_event()
100 mouse->axis[INPUT_AXIS_Y] = 0; in msmouse_queue_event()
108 bytes[0] |= (mouse->btns[INPUT_BUTTON_LEFT] ? 0x20 : 0x00); in msmouse_queue_event()
109 bytes[0] |= (mouse->btns[INPUT_BUTTON_RIGHT] ? 0x10 : 0x00); in msmouse_queue_event()
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/
H A Dxf86-input-mouse_1.9.5.bb3 SUMMARY = "X.Org X server -- mouse input driver"
5 DESCRIPTION = "mouse is an Xorg input driver for mice. The driver \
6 supports most available mouse types and interfaces. The mouse driver \
H A Dxf86-input-vmmouse_13.2.0.bb3 SUMMARY = "X.Org X server -- VMWare mouse input driver"
7 standard 'mouse' driver if a VMware virtual machine is not detected."
13 RDEPENDS:${PN} += "xf86-input-mouse"
H A Dxf86-input-synaptics_1.10.0.bb7 operating in a compatibility mode emulating a standard mouse) can be \
8 handled by the normal evdev or mouse drivers, this driver allows more \
/openbmc/qemu/docs/system/
H A Dbarrier.rst4 Generally, mouse and keyboard are grabbed through the QEMU video
8 there is no way to provide the keyboard and mouse inputs to the VM
9 except by plugging a second set of mouse and keyboard to the host
33 on the host providing the mouse and the keyboard events.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/
H A D0001-Avoid-shadowing-ncurses-functions.patch14 src/prog/mouse-test.c | 24 ++++++++++++------------
122 diff --git a/src/prog/mouse-test.c b/src/prog/mouse-test.c
124 --- a/src/prog/mouse-test.c
125 +++ b/src/prog/mouse-test.c
147 fprintf(stderr,"mouse-test: killed by signal %i\r\n",signo);
177 printf("\n\n\nWell, it seems like your mouse is already detected:\n"
195 printf("\nYour mouse seems to be a 'mman' one on \"%s\" (%i matches)\n",
204 printf("\nYour mouse seems to be a '%s' one on \"%s\" (%i matches)\n",
213 printf("\nYour mouse becomes a 3-buttons ('-t msc') one when\n"
224 "such hassle when starting X\n\nStill better, but a better mouse\n"
H A Dgpm.service.in2 Description=Virtual console mouse server
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/
H A Dxeyes_1.3.0.bb3 SUMMARY = "X11 eyes that follow the mouse cursor demo"
5 follow the location of the mouse cursor around the screen."
/openbmc/qemu/ui/
H A Dui-hmp-cmds.c82 MouseInfoList *mice_list, *mouse; in hmp_info_mice() local
86 monitor_printf(mon, "No mouse devices connected\n"); in hmp_info_mice()
90 for (mouse = mice_list; mouse; mouse = mouse->next) { in hmp_info_mice()
92 mouse->value->current ? '*' : ' ', in hmp_info_mice()
93 mouse->value->index, mouse->value->name, in hmp_info_mice()
94 mouse in hmp_info_mice()
[all...]
H A Dspice-input.c108 SpiceMouseInstance mouse; member
146 QemuSpicePointer *pointer = container_of(sin, QemuSpicePointer, mouse); in mouse_motion()
155 QemuSpicePointer *pointer = container_of(sin, QemuSpicePointer, mouse); in mouse_buttons()
252 pointer->mouse.base.sif = &mouse_interface.base; in qemu_spice_input_init()
254 qemu_spice.add_interface(&pointer->mouse.base); in qemu_spice_input_init()
H A Dvdagent.c36 bool mouse; member
50 /* mouse */
74 [VD_AGENT_CAP_MOUSE_STATE] = "mouse-state",
97 [VD_AGENT_MOUSE_STATE] = "mouse-state",
194 if (vd->mouse) { in vdagent_send_caps()
210 /* mouse events */
214 return vd->mouse && in have_mouse()
222 VDAgentMouseState *mouse = (void *)msg->data; in vdagent_send_mouse() local
227 mouse->x = vd->mouse_x; in vdagent_send_mouse()
228 mouse in vdagent_send_mouse()
[all...]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/
H A Dncmpc_0.49.bb16 PACKAGECONFIG ??= "colors locale mouse nls regex help_screen library_screen search_screen song_screen key_screen lyrics_screen outputs_screen"
22 PACKAGECONFIG[mouse] = "-Dmouse=enabled,-Dmouse=disabled"
/openbmc/openbmc/poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/beaglebone-yocto/
H A Dmachconfig1 # Assume a USB mouse and keyboard are connected
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/
H A Dgpm_git.bb1 SUMMARY = "Console mouse driver"
2 DESCRIPTION = "GPM (General Purpose Mouse) is a mouse server \
/openbmc/qemu/hw/input/
H A Dpl050.c189 if (!sysbus_realize(SYS_BUS_DEVICE(&s->mouse), errp)) { in pl050_mouse_realize()
193 ps->ps2dev = PS2_DEVICE(&s->mouse); in pl050_mouse_realize()
203 object_initialize_child(obj, "mouse", &s->mouse, TYPE_PS2_MOUSE_DEVICE); in pl050_mouse_init()
H A Dmeson.build2 system_ss.add(when: 'CONFIG_ADB', if_true: files('adb.c', 'adb-mouse.c', 'adb-kbd.c'))
/openbmc/qemu/docs/system/arm/
H A Dintegratorcp.rst14 - PL050 KMI with PS/2 keyboard and mouse.
/openbmc/qemu/include/hw/input/
H A Dpl050.h55 PS2MouseState mouse; member
/openbmc/qemu/docs/system/ppc/
H A Dprep.rst18 * PC compatible keyboard and mouse.
/openbmc/u-boot/doc/
H A DREADME.hwconfig11 interface for AMI GUI[1] BIOS-like interface with mouse
42 [2] Regarding ncurses and GUI with mouse support -- I'm just
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dmdev.conf37 input/mouse.* 0:0 0660
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/synergy/
H A Dsynergy_git.bb1 SUMMARY = "Synergy - control multiple computers with one keyboard and mouse"
/openbmc/u-boot/board/intel/bayleybay/acpi/
H A Dmainboard.asl12 /* PS/2 keyboard and mouse */
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxdmcp_1.1.5.bb6 keyboard, mouse, processor, network interface) is a prime example of an \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ydotool/
H A Dydotool_git.bb2 DESCRIPTION = "ydotool is not limited to Wayland. You can use it on anything as long as it accepts keyboard/mouse/whatever input."

12345