Searched refs:touch (Results 26 - 50 of 85) sorted by relevance

1234

/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh46 touch $resdir/ConfigFragment.input
83 touch $resdir/builtkernel
109 touch $resdir/builtkernel
173 touch $resdir/bare-metal
212 touch $resdir/buildonly
H A Dkvm-again.sh183 touch "$rundir/log"
H A Dkvm-remote.sh77 touch "$oldrun/remote-log"
100 touch "$oldrun/remote-log"
236 ssh -o BatchMode=yes "$i" "cd \"$resdir/$ds\"; touch remote.run; PATH=\"$T/bin:$PATH\" nohup kvm-remote-$curbatch.sh > kvm-remote-$curbatch.sh.out 2>&1 &" 1>&2
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_sony.py138 """send a single touch in the first slot of the device,
144 r = uhdev.event(touch=[t0])
154 r = uhdev.event(touch=[t0])
162 Make sure the kernel sees this as a dual touch.
172 r = uhdev.event(touch=[t0])
183 r = uhdev.event(touch=[t0, t1])
202 r = uhdev.event(touch=[t0, t1])
211 r = uhdev.event(touch=[t1])
H A Dtest_tablet.py89 def __init__(self, touch: BtnTouch, tool: Optional[ToolType], button: Optional[BtnPressed]):
90 self.touch = touch # type: ignore
96 touch = BtnTouch(evdev.value[libevdev.EV_KEY.BTN_TOUCH])
125 return cls((touch, tool, button)) # type: ignore
130 touch = self.touch
142 touch = BtnTouch(ev.value)
165 new_state = PenState((touch, tool, button)) # type: ignore
352 "in-range -> touch"
[all...]
/linux-master/drivers/input/touchscreen/
H A Dpixcir_i2c_ts.c31 * idle: lower scan speed with automatic transition to active on touch
49 * level on touch: interrupt level asserted during touch
50 * pulse on touch: interrupt pulse asserted during touch
99 u8 touch; local
127 touch = rdbuf[0] & 0x7;
128 if (touch > tsdata->chip->max_fingers)
129 touch = tsdata->chip->max_fingers;
131 report->num_touches = touch;
[all...]
H A Dili210x.c51 bool (*continue_polling)(const u8 *data, bool touch);
121 static bool ili210x_check_continue_polling(const u8 *data, bool touch) argument
182 static bool ili211x_decline_polling(const u8 *data, bool touch) argument
213 static bool ili212x_check_continue_polling(const u8 *data, bool touch) argument
215 return touch;
289 static bool ili251x_check_continue_polling(const u8 *data, bool touch) argument
291 return touch;
309 bool contact = false, touch; local
313 touch = priv->chip->parse_touch_data(touchdata, i, &x, &y, &z);
316 if (input_mt_report_slot_state(input, MT_TOOL_FINGER, touch)) {
339 bool touch; local
[all...]
H A Dchipone_icn8505.c332 dev_err(dev, "Error reading touch data: %d\n", error);
343 struct icn8505_touch *touch = &touch_data.touches[i]; local
344 bool act = icn8505_touch_active(touch->event);
346 input_mt_slot(icn8505->input, touch->slot);
352 get_unaligned_le16(touch->x),
353 get_unaligned_le16(touch->y),
H A Dcyttsp4_core.c154 * Gets number of bits for a touch filed as parameter,
434 /* Get the old touch fields */
451 /* Get the extended touch fields */
804 struct cyttsp4_touch *touch, u8 *xy_data)
812 cyttsp4_get_touch_axis(md, &touch->abs[abs],
819 touch->abs[abs], touch->abs[abs]);
823 swap(touch->abs[CY_TCH_X], touch->abs[CY_TCH_Y]);
830 touch
803 cyttsp4_get_touch(struct cyttsp4_mt_data *md, struct cyttsp4_touch *touch, u8 *xy_data) argument
[all...]
/linux-master/tools/build/tests/
H A Drun.sh43 touch ex/krava.h
/linux-master/tools/testing/selftests/filesystems/fat/
H A Drun_fat_tests.sh28 touch "${IMG_PATH}"
/linux-master/drivers/media/rc/
H A Dimon.c129 struct input_dev *touch; /* input device for touchscreen */ member in struct:imon_context
148 char name_touch[128]; /* touch screen name */
149 char phys_touch[64]; /* touch screen phys path */
150 struct timer_list ttimer; /* touch screen timer */
1099 input_report_abs(ictx->touch, ABS_X, ictx->touch_x);
1100 input_report_abs(ictx->touch, ABS_Y, ictx->touch_y);
1101 input_report_key(ictx->touch, BTN_TOUCH, 0x00);
1102 input_sync(ictx->touch);
1384 input_report_abs(ictx->touch, ABS_X, ictx->touch_x);
1385 input_report_abs(ictx->touch, ABS_
2075 struct input_dev *touch; local
[all...]
/linux-master/tools/testing/selftests/mm/
H A Dgup_test.c95 int flags = MAP_PRIVATE, touch = 0; local
172 touch = 1;
250 if (touch) {
/linux-master/drivers/input/
H A Dmousedev.c76 unsigned long touch; member in struct:mousedev
134 if (mousedev->touch && mousedev->pkt_count >= 2) {
150 if (mousedev->touch && mousedev->pkt_count >= 2) {
322 if (mousedev->touch &&
324 mousedev->touch + msecs_to_jiffies(tap_time))) {
338 mousedev->touch = mousedev->pkt_count = 0;
342 } else if (!mousedev->touch)
343 mousedev->touch = jiffies;
382 if (mousedev->touch) {
1025 }, /* A tablet like device, at least touch detectio
[all...]
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile350 touch $@
360 touch $@
367 touch $@
378 touch $@
392 touch $@
402 touch $@
414 touch $@
428 touch $@
438 touch $@
/linux-master/drivers/input/mouse/
H A Dvsxxxaa.c253 int left, middle, right, touch; local
280 touch = buf[0] & 0x10;
287 right ? "R" : "r", touch ? "T" : "t");
295 input_report_key(dev, BTN_TOUCH, touch);
H A Dcyapa_gen3.c95 /* id range is 1 - 15. It is incremented with every new touch. */
896 * or touch sensors.
1139 * as touch inputs when gen3 failed to launch into application mode,
1154 const struct cyapa_touch *touch = &data->touches[i]; local
1155 /* Note: touch->id range is 1 to 15; slots are 0 to 14. */
1156 int slot = touch->id - 1;
1161 ((touch->xy_hi & 0xf0) << 4) | touch->x_lo);
1163 ((touch->xy_hi & 0x0f) << 8) | touch
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dverify_sig_setup.sh73 touch ${tmp_dir}/tmp-file
/linux-master/drivers/input/tablet/
H A Dacecad.c70 int touch = data[0] & 0x01; local
76 input_report_key(dev, BTN_TOUCH, touch);
/linux-master/drivers/gpu/drm/ci/
H A Dlava-submit.sh32 touch results/lava.log
/linux-master/include/linux/mfd/
H A Dmax8925.h233 struct max8925_touch_pdata *touch; member in struct:max8925_platform_data
/linux-master/usr/include/
H A DMakefile82 touch $@
/linux-master/scripts/
H A Ddecodecode215 touch $T.oo
/linux-master/tools/testing/selftests/nolibc/
H A Drun-tests.sh119 touch "${stamp}"
/linux-master/Documentation/sound/cards/
H A Dmultisound.sh423 touch -am 1231235999 $$.touch >/dev/null 2>&1
424 if test ! -f 1231235999 && test -f $$.touch; then
425 shar_touch=touch
430 $echo "installing GNU \`touch', distributed in GNU File Utilities..."
433 rm -f 1231235999 $$.touch

Completed in 504 milliseconds

1234