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

/linux-master/drivers/hid/
H A Dwacom_wac.c522 int strip1 = 0, strip2 = 0; local
637 strip2 = ((data[3] & 0x1f) << 8) | data[4];
641 (ring1 & 0x80) | (ring2 & 0x80) | strip1 | strip2;
661 input_report_abs(input, ABS_RY, strip2);

Completed in 205 milliseconds