Home
last modified time | relevance | path

Searched refs:contact (Results 1 – 25 of 126) sorted by relevance

123456

/Linux-v5.10/Documentation/input/
Dmulti-touch-protocol.rst15 objects in direct contact with the device surface, is needed. This
33 events. Only the ABS_MT events are recognized as part of a contact
38 Drivers for type A devices separate contact packets by calling
41 contact and prepare to receive another.
43 Drivers for type B devices separate contact packets by calling
65 identified contact, and use that slot to propagate changes for the contact.
68 is interpreted as a contact, and the value -1 denotes an unused slot. A
71 the full state of each initiated contact has to reside in the receiving
77 contact that is reported by the hardware. Whenever the identity of the
78 contact associated with a slot changes, the driver should invalidate that
[all …]
Devent-codes.rst144 BTN_TOUCH is used for touch contact. While an input tool is determined to be
145 within meaningful physical contact, the value of this property must be set
146 to 1. Meaningful physical contact may mean any contact, or it may mean
147 contact conditioned by an implementation defined property. For example, a
399 contact. BTN_TOOL_<name> events should be reported where possible.
421 should be used to report when the tool is in contact with the tablet.
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-devices-soc3 contact: Lee Jones <lee.jones@linaro.org>
17 contact: Lee Jones <lee.jones@linaro.org>
24 contact: Lee Jones <lee.jones@linaro.org>
55 contact: Bjorn Andersson <bjorn.andersson@linaro.org>
62 contact: Lee Jones <lee.jones@linaro.org>
75 contact: Lee Jones <lee.jones@linaro.org>
82 contact: Lee Jones <lee.jones@linaro.org>
89 contact: Lee Jones <lee.jones@linaro.org>
Dsysfs-driver-hid-ntrig6 (RW) Number of contact frames ignored before acknowledging the
15 (RW) Number of empty (no contact) frames ignored before
46 Minimum size contact accepted.
49 min_width (RW) Minimum touch contact width to decide
52 min_height (RW) Minimum touch contact height to decide
Dsysfs-cfq-target-latency3 contact: Tao Ma <boyu.mt@taobao.com>
/Linux-v5.10/scripts/
Dget_abi.pl469 my $contact = $data{$what}->{contact} if (defined($data{$what}->{contact}));
475 $contact =~ s/^\s+// if ($contact);
485 printf "Contact:\t\t%s\n", $contact if ($contact);
/Linux-v5.10/drivers/hid/
Dhid-alps.c126 struct t4_contact_data contact[5]; member
328 x = p_report->contact[i].x_hi << 8 | p_report->contact[i].x_lo; in t4_raw_event()
329 y = p_report->contact[i].y_hi << 8 | p_report->contact[i].y_lo; in t4_raw_event()
331 z = (p_report->contact[i].palm < 0x80 && in t4_raw_event()
332 p_report->contact[i].palm > 0) * 62; in t4_raw_event()
374 u8 *contact = &data[i * 5]; in u1_raw_event() local
376 x = get_unaligned_le16(contact + 3); in u1_raw_event()
377 y = get_unaligned_le16(contact + 5); in u1_raw_event()
378 z = contact[7] & 0x7F; in u1_raw_event()
/Linux-v5.10/Documentation/input/devices/
Dntrig.rst38 |deactivate_slack |the number of "no contact" frames to ignore before |
78 seeing both inappropriately dropped contact and ghosts, contacts reported
81 Deactivation slack helps prevent dropped contact for single touch use, but does
89 of events the more likely those events are from a real contact, and that the
90 larger the size of each contact the more likely it is real. Balancing the
101 contact immediately overrides the waiting period and leads to activation.
119 The calibration of these devices does drift over time. If ghosts or contact
/Linux-v5.10/drivers/input/mouse/
Dcypress_ps2.c519 struct cytp_contact *contact; in cypress_process_packet() local
531 contact = &report_data.contacts[i]; in cypress_process_packet()
532 pos[i].x = contact->x; in cypress_process_packet()
533 pos[i].y = contact->y; in cypress_process_packet()
539 contact = &report_data.contacts[i]; in cypress_process_packet()
542 input_report_abs(input, ABS_MT_POSITION_X, contact->x); in cypress_process_packet()
543 input_report_abs(input, ABS_MT_POSITION_Y, contact->y); in cypress_process_packet()
544 input_report_abs(input, ABS_MT_PRESSURE, contact->z); in cypress_process_packet()
/Linux-v5.10/Documentation/usb/
Dusb-serial.rst53 For any questions or problems with this driver, please contact
98 For any questions or problems with this driver, please contact Greg
150 For any questions or problems with the driver, please contact Ganesh
182 For any questions or problems with this driver, please contact Brian
207 For any questions or problems with this driver, please contact Hugh
221 For any questions or problems with this driver, please contact Bill Ryder.
285 contact me here via email:
309 Please contact Peter Berger (pberger@brimson.com) or Al Borchers
352 For any questions or problems with this driver, please contact William
367 For any questions or problems with this driver, please contact Gary
[all …]
/Linux-v5.10/drivers/input/touchscreen/
Dsis_i2c.c225 const u8 *contact; in sis_ts_handle_packet() local
249 contact = &ts->packet[SIS_PKT_CONTACT_OFFSET]; in sis_ts_handle_packet()
253 error = sis_ts_report_contact(ts, contact, report_id); in sis_ts_handle_packet()
257 contact += contact_size; in sis_ts_handle_packet()
Draydium_i2c_ts.c834 u8 *contact = &ts->report_data[ts->contact_size * i]; in raydium_mt_event() local
835 bool state = contact[RM_CONTACT_STATE_POS]; in raydium_mt_event()
845 get_unaligned_le16(&contact[RM_CONTACT_X_POS])); in raydium_mt_event()
847 get_unaligned_le16(&contact[RM_CONTACT_Y_POS])); in raydium_mt_event()
849 contact[RM_CONTACT_PRESSURE_POS]); in raydium_mt_event()
851 wx = contact[RM_CONTACT_WIDTH_X_POS]; in raydium_mt_event()
852 wy = contact[RM_CONTACT_WIDTH_Y_POS]; in raydium_mt_event()
Dili210x.c270 bool contact = false, touch; in ili210x_report_events() local
279 contact = true; in ili210x_report_events()
286 return contact; in ili210x_report_events()
/Linux-v5.10/drivers/iio/temperature/
DKconfig59 tristate "MLX90614 contact-less infrared sensor"
63 MLX90614 contact-less infrared sensor connected with I2C.
69 tristate "MLX90632 contact-less infrared sensor with medical accuracy"
74 MLX90632 contact-less infrared sensor with medical accuracy
/Linux-v5.10/Documentation/driver-api/mei/
Dmei-client-bus.rst79 As a theoretical example let's pretend the ME comes with a "contact" NFC IP.
84 #define CONTACT_DRIVER_NAME "contact"
148 struct contact *c = mei_cldev_get_drvdata(cldev);
/Linux-v5.10/drivers/staging/most/dim2/
DKconfig13 platform driver to be installed. For more information contact
/Linux-v5.10/arch/powerpc/boot/dts/
Dsbc8548-pre.dtsi7 * Paul Gortmaker (see MAINTAINERS for contact information)
/Linux-v5.10/Documentation/process/
Dembargoed-hardware-issues.rst30 handled by this team and the reporter will be guided to contact the regular
47 vendor, we welcome contact from researchers or individuals who have
95 initial contact, which oversees the process of handling such issues under
128 email. This initial contact should contain a description of the problem and
142 issue after initial contact. The hardware security team is supporting the
269 contact the hardware security team. The nominated ambassador has to
288 For initial contact see :ref:`Contact`. For incident specific mailing-lists
/Linux-v5.10/Documentation/translations/zh_CN/
DSecurityBugs3 If you have any comment or update to the content, please contact the
DIRQ.txt3 If you have any comment or update to the content, please contact the
/Linux-v5.10/Documentation/hwmon/
Dmcp3021.rst37 available. The default I2C device address is 0x4d (contact the Microchip
/Linux-v5.10/Documentation/translations/zh_CN/arm64/
Dtagged-pointers.txt3 If you have any comment or update to the content, please contact the
Dlegacy_instructions.txt3 If you have any comment or update to the content, please contact the
/Linux-v5.10/Documentation/translations/ko_KR/
Dstable_api_nonsense.txt6 a problem with the translation, please contact the maintainer of this file.
/Linux-v5.10/drivers/accessibility/speakup/
DTODO17 We prefer that you contact us on the mailing list; however, if you do

123456