Lines Matching full:ev_key

740 	input_set_capability(input, EV_KEY, BTN_TR2);
741 input_set_capability(input, EV_KEY, BTN_TL2);
742 input_set_capability(input, EV_KEY, BTN_TR);
743 input_set_capability(input, EV_KEY, BTN_TL);
744 input_set_capability(input, EV_KEY, BTN_Y);
745 input_set_capability(input, EV_KEY, BTN_B);
746 input_set_capability(input, EV_KEY, BTN_X);
747 input_set_capability(input, EV_KEY, BTN_A);
748 input_set_capability(input, EV_KEY, BTN_DPAD_UP);
749 input_set_capability(input, EV_KEY, BTN_DPAD_RIGHT);
750 input_set_capability(input, EV_KEY, BTN_DPAD_LEFT);
751 input_set_capability(input, EV_KEY, BTN_DPAD_DOWN);
752 input_set_capability(input, EV_KEY, BTN_SELECT);
753 input_set_capability(input, EV_KEY, BTN_MODE);
754 input_set_capability(input, EV_KEY, BTN_START);
755 input_set_capability(input, EV_KEY, BTN_THUMBR);
756 input_set_capability(input, EV_KEY, BTN_THUMBL);
757 input_set_capability(input, EV_KEY, BTN_THUMB);
758 input_set_capability(input, EV_KEY, BTN_THUMB2);
760 input_set_capability(input, EV_KEY, BTN_BASE);
761 input_set_capability(input, EV_KEY, BTN_TRIGGER_HAPPY1);
762 input_set_capability(input, EV_KEY, BTN_TRIGGER_HAPPY2);
763 input_set_capability(input, EV_KEY, BTN_TRIGGER_HAPPY3);
764 input_set_capability(input, EV_KEY, BTN_TRIGGER_HAPPY4);
766 input_set_capability(input, EV_KEY, BTN_GEAR_DOWN);
767 input_set_capability(input, EV_KEY, BTN_GEAR_UP);
1480 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0)));
1481 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1)));
1482 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2)));
1483 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3)));
1484 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4)));
1485 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5)));
1486 input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6)));
1487 input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7)));
1488 input_event(input, EV_KEY, BTN_SELECT, !!(b9 & BIT(4)));
1489 input_event(input, EV_KEY, BTN_MODE, !!(b9 & BIT(5)));
1490 input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6)));
1491 input_event(input, EV_KEY, BTN_GEAR_DOWN, !!(b9 & BIT(7)));
1492 input_event(input, EV_KEY, BTN_GEAR_UP, !!(b10 & BIT(0)));
1493 input_event(input, EV_KEY, BTN_THUMBR, !!(b10 & BIT(2)));
1494 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
1495 input_event(input, EV_KEY, BTN_THUMB, lpad_touched || lpad_and_joy);
1496 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(4)));
1497 input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0)));
1498 input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1)));
1499 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
1500 input_event(input, EV_KEY, BTN_DPAD_DOWN, !!(b9 & BIT(3)));
1654 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0)));
1655 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1)));
1656 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2)));
1657 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3)));
1658 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4)));
1659 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5)));
1660 input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6)));
1661 input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7)));
1662 input_event(input, EV_KEY, BTN_SELECT, !!(b9 & BIT(4)));
1663 input_event(input, EV_KEY, BTN_MODE, !!(b9 & BIT(5)));
1664 input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6)));
1665 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY3, !!(b9 & BIT(7)));
1666 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY4, !!(b10 & BIT(0)));
1667 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
1668 input_event(input, EV_KEY, BTN_THUMBR, !!(b11 & BIT(2)));
1669 input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0)));
1670 input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1)));
1671 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
1672 input_event(input, EV_KEY, BTN_DPAD_DOWN, !!(b9 & BIT(3)));
1673 input_event(input, EV_KEY, BTN_THUMB, !!(b10 & BIT(1)));
1674 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(2)));
1675 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY1, !!(b13 & BIT(1)));
1676 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY2, !!(b13 & BIT(2)));
1677 input_event(input, EV_KEY, BTN_BASE, !!(b14 & BIT(2)));