Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr.c863 ephyrProcessErrorEvent(xcb_generic_event_t *xev) in ephyrProcessErrorEvent() argument
865 xcb_generic_error_t *e = (xcb_generic_error_t *)xev; in ephyrProcessErrorEvent()
879 ephyrProcessExpose(xcb_generic_event_t *xev) in ephyrProcessExpose() argument
881 xcb_expose_event_t *expose = (xcb_expose_event_t *)xev; in ephyrProcessExpose()
901 ephyrProcessMouseMotion(xcb_generic_event_t *xev) in ephyrProcessMouseMotion() argument
903 xcb_motion_notify_event_t *motion = (xcb_motion_notify_event_t *)xev; in ephyrProcessMouseMotion()
938 ephyrProcessButtonPress(xcb_generic_event_t *xev) in ephyrProcessButtonPress() argument
940 xcb_button_press_event_t *button = (xcb_button_press_event_t *)xev; in ephyrProcessButtonPress()
959 ephyrProcessButtonRelease(xcb_generic_event_t *xev) in ephyrProcessButtonRelease() argument
961 xcb_button_press_event_t *button = (xcb_button_press_event_t *)xev; in ephyrProcessButtonRelease()
[all …]
H A Dephyr_glamor_glx.h62 ephyr_glamor_process_event(xcb_generic_event_t *xev);
79 ephyr_glamor_process_event(xcb_generic_event_t *xev) in ephyr_glamor_process_event() argument
H A Dephyr_glamor_glx.c256 ephyr_glamor_process_event(xcb_generic_event_t *xev) in ephyr_glamor_process_event() argument
259 uint32_t response_type = xev->response_type & 0x7f; in ephyr_glamor_process_event()
276 xev->sequence = LastKnownRequestProcessed(dpy); in ephyr_glamor_process_event()
277 wire_to_event(dpy, &processed_event, (xEvent *)xev); in ephyr_glamor_process_event()
H A Dhostx.c1304 xcb_generic_event_t *xev; in hostx_get_event() local
1307 xev = HostX.saved_event; in hostx_get_event()
1311 xev = xcb_poll_for_queued_event(HostX.conn); in hostx_get_event()
1313 xev = xcb_poll_for_event(HostX.conn); in hostx_get_event()
1315 return xev; in hostx_get_event()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-app/xev/
H A Ddiet-x11.patch4 Subject: [PATCH] Add xev
9 xev.c | 64 +----------------------------------------------------------
12 diff --git a/xev.c b/xev.c
14 --- a/xev.c
15 +++ b/xev.c
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxevents.c289 deviceKeyButtonPointer *xev = (deviceKeyButtonPointer *) xE; in dmxExtMotion() local
290 deviceValuator *xv = (deviceValuator *) xev + 1; in dmxExtMotion()
330 xev->time = GetTimeInMillis(); in dmxExtMotion()
331 xev->type = DeviceMotionNotify; in dmxExtMotion()
332 xev->detail = 0; in dmxExtMotion()
333 xev->deviceid = pDevice->id | MORE_EVENTS; in dmxExtMotion()
359 xev->time = GetTimeInMillis(); in dmxExtMotion()
360 xev->type = DeviceMotionNotify; in dmxExtMotion()
361 xev->detail = 0; in dmxExtMotion()
362 xev->deviceid = pDevice->id | MORE_EVENTS; in dmxExtMotion()
[all …]
/OK3568_Linux_fs/buildroot/package/x11r7/xapp_xev/
H A Dxapp_xev.hash2 sha256 c9461a4389714e0f33974f9e75934bdc38d836a0f059b8dc089c7cbf2ce36ec1 xev-1.2.5.tar.xz
3 …ec5f365a713e6d938c6039f055a9629f49de27f02f3d7cb912f07c035df129798a4b2ddc20febe66a xev-1.2.5.tar.xz
H A DConfig.in2 bool "xev"
H A Dxapp_xev.mk8 XAPP_XEV_SOURCE = xev-$(XAPP_XEV_VERSION).tar.xz
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-app/
H A Dxev_1.2.5.bb8 LIC_FILES_CHKSUM = "file://xev.c;beginline=1;endline=33;md5=577c99421f1803b891d2c79097ae4682"
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/pong-clock/pong-clock/
H A Dpong-clock-no-flicker.c392 XEvent xev; in main() local
406 &xev)) in main()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/
H A Dasus-laptop.rst66 which key are supported using "xev" under X11.
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.3.rst169 - xev: upgrade to 1.2.5
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Ddistro_alias.inc354 DISTRO_PN_ALIAS:pn-xev = "Fedora=xorg-x11-utils Ubuntu=x11-utils"
H A Dmaintainers.inc834 RECIPE_MAINTAINER:pn-xev = "Unassigned <unassigned@yoctoproject.org>"
/OK3568_Linux_fs/buildroot/
H A DCHANGES7757 xapp_{xdbedizzy,xditview,xdpyinfo,xdriinfo,xedit,xev,xeyes},
9303 xapp_{xauth,xcmsdb,xdpyinfo,xev,xgamma,xhost,xinput,xkbcomp},
/OK3568_Linux_fs/external/xserver/
H A DChangeLog66447 (Test with 'xev -root' after mouse polling has started.)