Searched refs:sp_x (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-alps.c362 short sp_x, sp_y; local
410 sp_x = get_unaligned_le16(data+2);
413 sp_x = sp_x / 8;
416 input_report_rel(hdata->input2, REL_X, sp_x);

Completed in 124 milliseconds