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

/linux-master/drivers/hid/
H A Dwacom_wac.c522 int strip1 = 0, strip2 = 0; local
636 strip1 = ((data[1] & 0x1f) << 8) | data[2];
641 (ring1 & 0x80) | (ring2 & 0x80) | strip1 | strip2;
660 input_report_abs(input, ABS_RX, strip1);

Completed in 88 milliseconds