Home
last modified time | relevance | path

Searched refs:axis (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/qemu/ui/
H A Dinput-legacy.c40 int axis[INPUT_AXIS__MAX]; member
134 s->axis[INPUT_AXIS_X], in legacy_mouse_event()
135 s->axis[INPUT_AXIS_Y], in legacy_mouse_event()
141 s->axis[INPUT_AXIS_X], in legacy_mouse_event()
142 s->axis[INPUT_AXIS_Y], in legacy_mouse_event()
148 s->axis[INPUT_AXIS_X], in legacy_mouse_event()
149 s->axis[INPUT_AXIS_Y], in legacy_mouse_event()
155 s->axis[INPUT_AXIS_X], in legacy_mouse_event()
156 s->axis[INPUT_AXIS_Y], in legacy_mouse_event()
163 s->axis[move->axis] = move->value; in legacy_mouse_event()
[all …]
H A Dinput.c215 name = InputAxis_str(move->axis); in qemu_input_event_trace()
220 name = InputAxis_str(move->axis); in qemu_input_event_trace()
225 name = InputAxis_str(mtt->axis); in qemu_input_event_trace()
483 void qemu_input_queue_rel(QemuConsole *src, InputAxis axis, int value) in qemu_input_queue_rel() argument
486 .axis = axis, in qemu_input_queue_rel()
497 void qemu_input_queue_abs(QemuConsole *src, InputAxis axis, int value, in qemu_input_queue_abs() argument
501 .axis = axis, in qemu_input_queue_abs()
530 void qemu_input_queue_mtt_abs(QemuConsole *src, InputAxis axis, int value, in qemu_input_queue_mtt_abs() argument
537 .axis = axis, in qemu_input_queue_mtt_abs()
H A Dtrace-events106 input_event_rel(int conidx, const char *axis, int value) "con %d, axis %s, value %d"
107 input_event_abs(int conidx, const char *axis, int value) "con %d, axis %s, value 0x%x"
108 input_event_mtt(int conidx, const char *axis, int value) "con %d, axis %s, value 0x%x"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/frame/
H A Dpessimizing-move.patch4 | std::move(UniqueUFAxis(static_cast<oif::frame::UFAxis*>(axis)));
7 | std::move(UniqueUFAxis(static_cast<oif::frame::UFAxis*>(axis)));
19 UFAxis_* axis = new UFAxis(type, valuator_info->min, valuator_info->max,
23 - std::move(UniqueUFAxis(static_cast<oif::frame::UFAxis*>(axis)));
24 + axes_[type] = UniqueUFAxis(static_cast<oif::frame::UFAxis*>(axis));
/openbmc/qemu/chardev/
H A Dmsmouse.c62 int axis[INPUT_AXIS__MAX]; member
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()
139 mouse->axis[move->axis] += move->value; in msmouse_input_event()
232 memset(mouse->axis, 0, sizeof(mouse->axis)); in msmouse_ioctl()
H A Dwctablet.c82 int axis[INPUT_AXIS__MAX]; member
130 int newX = tablet->axis[INPUT_AXIS_X] * 0.1537; in wctablet_queue_event()
131 int nexY = tablet->axis[INPUT_AXIS_Y] * 0.1152; in wctablet_queue_event()
158 tablet->axis[move->axis] = move->value; in wctablet_input_event()
/openbmc/qemu/replay/
H A Dreplay-input.c54 replay_put_dword(move->axis); in replay_save_input_event()
59 replay_put_dword(move->axis); in replay_save_input_event()
67 replay_put_dword(mtt->axis); in replay_save_input_event()
114 evt.u.rel.data->axis = (InputAxis)replay_get_dword(); in replay_read_input_event()
119 evt.u.abs.data->axis = (InputAxis)replay_get_dword(); in replay_read_input_event()
127 evt.u.mtt.data->axis = (InputAxis)replay_get_dword(); in replay_read_input_event()
/openbmc/qemu/hw/input/
H A Dvirtio-input-host.c73 static void virtio_input_abs_config(VirtIOInputHost *vih, int axis) in virtio_input_abs_config() argument
79 rc = ioctl(vih->fd, EVIOCGABS(axis), &absinfo); in virtio_input_abs_config()
86 config.subsel = axis; in virtio_input_abs_config()
104 int rc, ver, i, axis; in virtio_input_host_realize() local
164 axis = 8 * i; in virtio_input_host_realize()
167 virtio_input_abs_config(vih, axis); in virtio_input_host_realize()
169 axis++; in virtio_input_host_realize()
H A Dadb-mouse.c72 if (move->axis == INPUT_AXIS_X) { in adb_mouse_handle_event()
74 } else if (move->axis == INPUT_AXIS_Y) { in adb_mouse_handle_event()
H A Dhid.c131 if (move->axis == INPUT_AXIS_X) { in hid_pointer_event()
133 } else if (move->axis == INPUT_AXIS_Y) { in hid_pointer_event()
140 if (move->axis == INPUT_AXIS_X) { in hid_pointer_event()
142 } else if (move->axis == INPUT_AXIS_Y) { in hid_pointer_event()
H A Dvirtio-input-hid.c137 event.code = cpu_to_le16(axismap_rel[move->axis]); in virtio_input_handle_event()
144 event.code = cpu_to_le16(axismap_abs[move->axis]); in virtio_input_handle_event()
152 event.code = cpu_to_le16(axismap_tch[mtt->axis]); in virtio_input_handle_event()
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/
H A D0002-Support-building-allarch-recipes-again.patch2 From: Peter Kjellerstedt <pkj@axis.com>
9 Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
/openbmc/qemu/hw/display/
H A Dxenfb.c58 int axis[INPUT_AXIS__MAX]; member
270 xenfb->axis[move->axis] = move->value; in xenfb_mouse_event()
278 switch (move->axis) { in xenfb_mouse_event()
289 xenfb->axis[move->axis] = move->value * scale / 0x7fff; in xenfb_mouse_event()
295 xenfb->axis[move->axis] += move->value; in xenfb_mouse_event()
307 trace_xenfb_mouse_event(xenfb, xenfb->axis[INPUT_AXIS_X], in xenfb_mouse_sync()
308 xenfb->axis[INPUT_AXIS_Y], in xenfb_mouse_sync()
312 xenfb_send_position(xenfb, xenfb->axis[INPUT_AXIS_X], in xenfb_mouse_sync()
313 xenfb->axis[INPUT_AXIS_Y], in xenfb_mouse_sync()
316 xenfb_send_motion(xenfb, xenfb->axis[INPUT_AXIS_X], in xenfb_mouse_sync()
[all …]
/openbmc/qemu/include/ui/
H A Dinput.h64 void qemu_input_queue_rel(QemuConsole *src, InputAxis axis, int value);
65 void qemu_input_queue_abs(QemuConsole *src, InputAxis axis, int value,
69 void qemu_input_queue_mtt_abs(QemuConsole *src, InputAxis axis, int value,
/openbmc/u-boot/drivers/video/
H A Dvideo_bmp.c157 static void video_splash_align_axis(int *axis, unsigned long panel_size, in video_splash_align_axis() argument
163 if (*axis == BMP_ALIGN_CENTER) in video_splash_align_axis()
165 else if (*axis < 0) in video_splash_align_axis()
166 axis_alignment = panel_picture_delta + *axis + 1; in video_splash_align_axis()
170 *axis = max(0, (int)axis_alignment); in video_splash_align_axis()
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0001-Do-not-create-var-log-README.patch2 From: Peter Kjellerstedt <pkj@axis.com>
12 Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-When-cross-installing-execute-package-scriptlets-wit.patch10 Amended 2018-07-03 by Olof Johansson <olofjn@axis.com>:
23 Signed-off-by: Olof Johansson <olofjn@axis.com>
/openbmc/u-boot/common/
H A Dlcd.c385 static void splash_align_axis(int *axis, unsigned long panel_size, in splash_align_axis() argument
391 if (*axis == BMP_ALIGN_CENTER) in splash_align_axis()
393 else if (*axis < 0) in splash_align_axis()
394 axis_alignment = panel_picture_delta + *axis + 1; in splash_align_axis()
398 *axis = max(0, (int)axis_alignment); in splash_align_axis()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A D0001-Avoid-bashisms-in-init-scripts.patch2 From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
8 Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
/openbmc/qemu/scripts/
H A Dcompare-machine-types.py267 return pd.concat(table, axis=1)
427 return table[~table.iloc[:, 3:].eq(table.iloc[:, 2], axis=0).all(axis=1)]
453 df_table = pd.concat(table, axis=1)
/openbmc/u-boot/doc/device-tree-bindings/net/
H A Dsnps,dwc-qos-ethernet.txt11 - "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10"
17 "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10". It is supported to be
75 - "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10":
98 - "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10":
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0004-Add-options-to-configure-the-use-of-libbsd.patch2 From: Peter Kjellerstedt <pkj@axis.com>
8 Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbb-matrix-plot.sh31 -f field The field index to plot as the Z axis from the data file
/openbmc/qemu/qapi/
H A Dui.json1070 # Position axis of a pointer input device (mouse, tablet).
1133 # @axis: Which axis is referenced by @value.
1141 'data' : { 'axis' : 'InputAxis',
1156 # @axis: Which axis is referenced by @value.
1166 'axis' : 'InputAxis',
/openbmc/qemu/hw/char/
H A Descc.c971 if (move->axis == INPUT_AXIS_X) { in sunmouse_handle_event()
973 } else if (move->axis == INPUT_AXIS_Y) { in sunmouse_handle_event()

12