Home
last modified time | relevance | path

Searched refs:dz (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/qemu/hw/usb/
H A Ddev-wacom.c46 int dx, dy, dz, buttons_state; member
198 s->dz += dz1; in usb_mouse_event()
205 int x, int y, int dz, int buttons_state) in usb_wacom_event() argument
212 s->dz += dz; in usb_wacom_event()
230 int dx, dy, dz, b, l; in usb_mouse_poll() local
241 dz = int_clamp(s->dz, -128, 127); in usb_mouse_poll()
245 s->dz -= dz; in usb_mouse_poll()
260 buf[3] = dz; in usb_mouse_poll()
309 s->dz = 0; in usb_wacom_handle_reset()
/openbmc/qemu/hw/input/
H A Dhid.c152 e->dz--; in hid_pointer_event()
154 e->dz++; in hid_pointer_event()
209 prev->dz += curr->dz; in hid_pointer_sync()
210 curr->dz = 0; in hid_pointer_sync()
220 next->dz = 0; in hid_pointer_sync()
360 int dx, dy, dz, l; in hid_pointer_poll() local
382 dz = int_clamp(e->dz, -127, 127); in hid_pointer_poll()
383 e->dz -= dz; in hid_pointer_poll()
386 !e->dz && in hid_pointer_poll()
394 dz = 0 - dz; in hid_pointer_poll()
[all …]
H A Dadb-mouse.c42 int dx, dy, dz; member
61 s->dz += dz1; in adb_mouse_event()
120 s->dz = 0; in adb_mouse_request()
213 s->dx = s->dy = s->dz = 0; in adb_mouse_reset()
227 VMSTATE_INT32(dz, MouseState),
/openbmc/linux/drivers/input/
H A Dmousedev.c52 int dx, dy, dz; member
89 int dx, dy, dz; member
299 p->dz += packet->dz; in mousedev_notify_readers()
397 mousedev->packet.dz = 0; in mousedev_event()
574 s8 dx, dy, dz; in mousedev_packet() local
590 dz = clamp_val(p->dz, -7, 7); in mousedev_packet()
591 p->dz -= dz; in mousedev_packet()
598 dz = clamp_val(p->dz, -127, 127); in mousedev_packet()
599 p->dz -= dz; in mousedev_packet()
603 ps2_data[3] = dz; in mousedev_packet()
[all …]
/openbmc/linux/arch/m68k/fpsp040/
H A Dkernel_ex.S49 | if dz trap disabled
51 | set FPSR exception status dz bit, condition code
52 | inf bit, and accrued dz bit
56 | else dz trap enabled
69 btstb #dz_bit,FPCR_ENABLE(%a6) |test FPCR for dz exc enabled
74 btstb #dz_bit,FPCR_ENABLE(%a6) |test FPCR for dz exc enabled
77 | dz disabled
92 | dz enabled
H A Dskeleton.S60 | All dz exceptions are 'real', hence no fpsp_dz entry point.
62 .global dz
64 dz: label
H A Dgen_except.S20 | dz
170 | operr, and dz. commonE3 does this for E3 exceptions, which
/openbmc/openbmc-tools/dbus-vis/
H A Dtimeline_view.js278 Zoom(dz, mid = undefined, iter = 1) { argument
279 if (this.CurrShiftFlag) dz *= 2;
280 if (dz != 0) {
292 v.Zoom(dz, mid, iter - 1);
297 BeginZoomAnimation(dz, mid = undefined, iter = 1) { argument
308 v.BeginZoomAnimation(dz, mid, iter - 1);
655 let dz = 0;
657 dz = -0.3;
659 dz = 0.3;
1049 let dz = this.CurrDeltaZoom;
[all …]
/openbmc/qemu/hw/i386/
H A Dvmmouse.c102 static void vmmouse_mouse_event(void *opaque, int x, int y, int dz, int buttons_state) in vmmouse_mouse_event() argument
110 trace_vmmouse_mouse_event(x, y, dz, buttons_state); in vmmouse_mouse_event()
134 s->queue[s->nb_queue++] = dz; in vmmouse_mouse_event()
H A Dtrace-events127 vmmouse_mouse_event(int x, int y, int dz, int buttons_state) "event: x=%d y=%d dz=%d state=%d"
/openbmc/linux/drivers/firmware/efi/test/
H A Defi_test.c143 unsigned long datasize = 0, prev_datasize, *dz; in efi_runtime_get_variable() local
173 dz = getvariable.data_size ? &datasize : NULL; in efi_runtime_get_variable()
184 status = efi.get_variable(name, vd, at, dz, data); in efi_runtime_get_variable()
194 if (dz && put_user(datasize, getvariable.data_size)) { in efi_runtime_get_variable()
220 if (dz && put_user(datasize, getvariable.data_size)) in efi_runtime_get_variable()
/openbmc/qemu/ui/
H A Dui-hmp-cmds.c33 int dx, dy, dz, button; in hmp_mouse_move() local
44 dz = strtol(dz_str, NULL, 0); in hmp_mouse_move()
45 if (dz != 0) { in hmp_mouse_move()
46 button = (dz > 0) ? INPUT_BUTTON_WHEEL_UP : INPUT_BUTTON_WHEEL_DOWN; in hmp_mouse_move()
H A Dspice-input.c143 static void mouse_motion(SpiceMouseInstance *sin, int dx, int dy, int dz, in mouse_motion() argument
147 spice_update_buttons(pointer, dz, buttons_state); in mouse_motion()
/openbmc/linux/arch/m68k/ifpsp060/
H A DTEST.DOC145 0x10: FP enabled snan/operr/ovfl/unfl/dz/inex
159 FP enabled: tests enabled snan/operr/ovfl/unfl/dz/inex.
162 exercises _fpsp_{snan,operr,ovfl,unfl,dz,inex}() and
163 _real_{snan,operr,ovfl,unfl,dz,inex}(). the test expects
/openbmc/qemu/include/hw/input/
H A Dhid.h12 int32_t dz, buttons_state; member
/openbmc/linux/drivers/tty/serial/
H A DMakefile41 obj-$(CONFIG_SERIAL_DZ) += dz.o
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c636 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ argument
638 stackD [sp] = dz; \
641 #define mpop(lz,hz,dz) { sp--; \ argument
644 dz = stackD [sp]; }
/openbmc/linux/net/tipc/
H A Dmonitor.c311 int dz, i; in mon_update_neighbors() local
313 dz = dom_size(mon->peer_cnt); in mon_update_neighbors()
314 for (i = 0; i < dz; i++) { in mon_update_neighbors()
/openbmc/qemu/include/ui/
H A Dconsole.h67 typedef void QEMUPutMouseEvent(void *opaque, int dx, int dy, int dz, int buttons_state);
/openbmc/qemu/hw/char/
H A Descc.c956 int dx, int dy, int dz, int buttons_state) in sunmouse_event() argument
/openbmc/linux/Documentation/hwmon/
H A Ddell-smm-hwmon.rst8 :Copyright: |copy| 2002-2005 Massimo Dal Zotto <dz@debian.org>
/openbmc/qemu/hw/display/
H A Dtrace-events8 xenfb_mouse_event(void *opaque, int dx, int dy, int dz, int button_state, int abs_pointer_wanted) "…
/openbmc/qemu/
H A Dhmp-commands.hx726 .params = "dx dy [dz]",
732 ``mouse_move`` *dx* *dy* [*dz*]
734 with optional scroll axis *dz*.
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dftest.S207 ### dz
/openbmc/qemu/target/cris/
H A Dtranslate_v10.c.inc36 "$dz", "$ibr", "$irp", "$srp",

12