p_report          322 drivers/hid/hid-alps.c 	struct t4_input_report *p_report = (struct t4_input_report *)data;
p_report          327 drivers/hid/hid-alps.c 		x = p_report->contact[i].x_hi << 8 | p_report->contact[i].x_lo;
p_report          328 drivers/hid/hid-alps.c 		y = p_report->contact[i].y_hi << 8 | p_report->contact[i].y_lo;
p_report          330 drivers/hid/hid-alps.c 		z = (p_report->contact[i].palm < 0x80 &&
p_report          331 drivers/hid/hid-alps.c 			p_report->contact[i].palm > 0) * 62;
p_report          351 drivers/hid/hid-alps.c 	input_report_key(hdata->input, BTN_LEFT, p_report->button);