sp_y              361 drivers/hid/hid-alps.c 	short sp_x, sp_y;
sp_y              410 drivers/hid/hid-alps.c 		sp_y = get_unaligned_le16(data+4);
sp_y              413 drivers/hid/hid-alps.c 		sp_y = sp_y / 8;
sp_y              416 drivers/hid/hid-alps.c 		input_report_rel(hdata->input2, REL_Y, sp_y);