contact 125 drivers/hid/hid-alps.c struct t4_contact_data contact[5]; contact 327 drivers/hid/hid-alps.c x = p_report->contact[i].x_hi << 8 | p_report->contact[i].x_lo; contact 328 drivers/hid/hid-alps.c y = p_report->contact[i].y_hi << 8 | p_report->contact[i].y_lo; contact 330 drivers/hid/hid-alps.c z = (p_report->contact[i].palm < 0x80 && contact 331 drivers/hid/hid-alps.c p_report->contact[i].palm > 0) * 62; contact 372 drivers/hid/hid-alps.c u8 *contact = &data[i * 5]; contact 374 drivers/hid/hid-alps.c x = get_unaligned_le16(contact + 3); contact 375 drivers/hid/hid-alps.c y = get_unaligned_le16(contact + 5); contact 376 drivers/hid/hid-alps.c z = contact[7] & 0x7F; contact 519 drivers/input/mouse/cypress_ps2.c struct cytp_contact *contact; contact 531 drivers/input/mouse/cypress_ps2.c contact = &report_data.contacts[i]; contact 532 drivers/input/mouse/cypress_ps2.c pos[i].x = contact->x; contact 533 drivers/input/mouse/cypress_ps2.c pos[i].y = contact->y; contact 539 drivers/input/mouse/cypress_ps2.c contact = &report_data.contacts[i]; contact 542 drivers/input/mouse/cypress_ps2.c input_report_abs(input, ABS_MT_POSITION_X, contact->x); contact 543 drivers/input/mouse/cypress_ps2.c input_report_abs(input, ABS_MT_POSITION_Y, contact->y); contact 544 drivers/input/mouse/cypress_ps2.c input_report_abs(input, ABS_MT_PRESSURE, contact->z); contact 142 drivers/input/touchscreen/ili210x.c bool contact = false, touch = false; contact 153 drivers/input/touchscreen/ili210x.c contact = true; contact 168 drivers/input/touchscreen/ili210x.c contact = touchdata[0] & 0xf3; contact 170 drivers/input/touchscreen/ili210x.c return contact; contact 799 drivers/input/touchscreen/raydium_i2c_ts.c u8 *contact = &ts->report_data[ts->contact_size * i]; contact 800 drivers/input/touchscreen/raydium_i2c_ts.c bool state = contact[RM_CONTACT_STATE_POS]; contact 810 drivers/input/touchscreen/raydium_i2c_ts.c get_unaligned_le16(&contact[RM_CONTACT_X_POS])); contact 812 drivers/input/touchscreen/raydium_i2c_ts.c get_unaligned_le16(&contact[RM_CONTACT_Y_POS])); contact 814 drivers/input/touchscreen/raydium_i2c_ts.c contact[RM_CONTACT_PRESSURE_POS]); contact 816 drivers/input/touchscreen/raydium_i2c_ts.c wx = contact[RM_CONTACT_WIDTH_X_POS]; contact 817 drivers/input/touchscreen/raydium_i2c_ts.c wy = contact[RM_CONTACT_WIDTH_Y_POS]; contact 225 drivers/input/touchscreen/sis_i2c.c const u8 *contact; contact 249 drivers/input/touchscreen/sis_i2c.c contact = &ts->packet[SIS_PKT_CONTACT_OFFSET]; contact 253 drivers/input/touchscreen/sis_i2c.c error = sis_ts_report_contact(ts, contact, report_id); contact 257 drivers/input/touchscreen/sis_i2c.c contact += contact_size;