| /openbmc/qemu/ui/ |
| H A D | input-legacy.c | 40 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 D | input.c | 215 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 D | trace-events | 106 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 D | pessimizing-move.patch | 4 | 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 D | msmouse.c | 62 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 D | wctablet.c | 82 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 D | replay-input.c | 54 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 D | virtio-input-host.c | 73 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 D | adb-mouse.c | 72 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 D | hid.c | 131 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 D | virtio-input-hid.c | 137 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 D | 0002-Support-building-allarch-recipes-again.patch | 2 From: Peter Kjellerstedt <pkj@axis.com> 9 Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
|
| /openbmc/qemu/hw/display/ |
| H A D | xenfb.c | 58 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 D | input.h | 64 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 D | video_bmp.c | 157 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 D | 0001-Do-not-create-var-log-README.patch | 2 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 D | 0001-When-cross-installing-execute-package-scriptlets-wit.patch | 10 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 D | lcd.c | 385 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 D | 0001-Avoid-bashisms-in-init-scripts.patch | 2 From: Peter Kjellerstedt <peter.kjellerstedt@axis.com> 8 Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
|
| /openbmc/qemu/scripts/ |
| H A D | compare-machine-types.py | 267 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 D | snps,dwc-qos-ethernet.txt | 11 - "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 D | 0004-Add-options-to-configure-the-use-of-libbsd.patch | 2 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 D | bb-matrix-plot.sh | 31 -f field The field index to plot as the Z axis from the data file
|
| /openbmc/qemu/qapi/ |
| H A D | ui.json | 1070 # 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 D | escc.c | 971 if (move->axis == INPUT_AXIS_X) { in sunmouse_handle_event() 973 } else if (move->axis == INPUT_AXIS_Y) { in sunmouse_handle_event()
|