| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 15 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-soc | 3 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>
|
| H A D | sysfs-driver-hid-ntrig | 6 (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
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/ |
| H A D | mtdev_1.1.6.bb | 5 be from any MT device, specifically type A without contact tracking, type A with \ 6 contact tracking, or type B with contact tracking"
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | get_abi.pl | 469 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);
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-alps.c | 126 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/data/ |
| H A D | TestContactDetail.qml | 15 ** information use the contact form at https://www.qt.io/contact-us. 33 value: "Test contact detail value"
|
| H A D | TestAddress.qml | 15 ** information use the contact form at https://www.qt.io/contact-us.
|
| H A D | TestSupplier.qml | 15 ** information use the contact form at https://www.qt.io/contact-us.
|
| H A D | TestIcon.qml | 15 ** information use the contact form at https://www.qt.io/contact-us.
|
| H A D | TestRatings.qml | 15 ** information use the contact form at https://www.qt.io/contact-us.
|
| H A D | TestUser.qml | 15 ** information use the contact form at https://www.qt.io/contact-us.
|
| H A D | TestPlaceAttribute.qml | 15 ** information use the contact form at https://www.qt.io/contact-us.
|
| H A D | TestCategory.qml | 15 ** information use the contact form at https://www.qt.io/contact-us.
|
| H A D | TestLocation.qml | 15 ** information use the contact form at https://www.qt.io/contact-us.
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | ntrig.rst | 38 |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
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | cypress_ps2.c | 519 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()
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | usb-serial.rst | 53 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | sis_i2c.c | 225 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()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | Vim | 11 …contact you. When the maintainer asks you (in any way) for a copy of the modified Vim you distribu… 20 …- You clearly describe in the distribution how to contact you. This contact information must remai… 26 …4) The contact information as required under 2)a) and 2)d) must not be removed or changed, except …
|
| /OK3568_Linux_fs/kernel/drivers/iio/temperature/ |
| H A D | Kconfig | 58 tristate "MLX90614 contact-less infrared sensor" 62 MLX90614 contact-less infrared sensor connected with I2C. 68 tristate "MLX90632 contact-less infrared sensor with medical accuracy" 73 MLX90632 contact-less infrared sensor with medical accuracy
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/ |
| H A D | jsonparserhelpers.cpp | 110 QJsonObject contact = contacts.at(i).toObject(); in parseContactDetails() local 113 detail.setLabel(contact.value(QStringLiteral("label")).toString()); in parseContactDetails() 114 detail.setValue(contact.value(QStringLiteral("value")).toString()); in parseContactDetails()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | qtlocation-cpp.qdoc | 15 ** information use the contact form at https://www.qt.io/contact-us. 45 an icon, contact details and other information.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/ |
| H A D | qtpositioning-examples.qdoc | 15 ** information use the contact form at https://www.qt.io/contact-us.
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/btscanner/doc/src/ |
| H A D | btscanner.qdoc | 15 ** information use the contact form at http://www.qt.io/contact-us.
|