Lines Matching defs:right
282 * swr/swl are the left/right buttons.
301 * swr/swl are the left/right buttons.
347 int right = !!(packet[3] & 2);
371 left, right, x, y);
375 input_report_key(idev, BTN_RIGHT, right);
413 hgpk_spewing_hack(psmouse, left, right, x_diff, y_diff);
430 int right = (packet[0] >> 1) & 1;
445 hgpk_spewing_hack(psmouse, left, right, x, y);
449 left, right, x, y);
452 input_report_key(dev, BTN_RIGHT, right);
553 /* All modes report left and right buttons */
672 * If we get packets right away after recalibrating, it's likely
886 * We queue work instead of doing recalibration right here