Lines Matching refs:input_event
1474 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0)));
1475 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1)));
1476 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2)));
1477 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3)));
1478 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4)));
1479 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5)));
1480 input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6)));
1481 input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7)));
1482 input_event(input, EV_KEY, BTN_SELECT, !!(b9 & BIT(4)));
1483 input_event(input, EV_KEY, BTN_MODE, !!(b9 & BIT(5)));
1484 input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6)));
1485 input_event(input, EV_KEY, BTN_GRIPL, !!(b9 & BIT(7)));
1486 input_event(input, EV_KEY, BTN_GRIPR, !!(b10 & BIT(0)));
1487 input_event(input, EV_KEY, BTN_THUMBR, !!(b10 & BIT(2)));
1488 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
1489 input_event(input, EV_KEY, BTN_THUMB, lpad_touched || lpad_and_joy);
1490 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(4)));
1491 input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0)));
1492 input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1)));
1493 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
1494 input_event(input, EV_KEY, BTN_DPAD_DOWN, !!(b9 & BIT(3)));
1648 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0)));
1649 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1)));
1650 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2)));
1651 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3)));
1652 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4)));
1653 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5)));
1654 input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6)));
1655 input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7)));
1656 input_event(input, EV_KEY, BTN_SELECT, !!(b9 & BIT(4)));
1657 input_event(input, EV_KEY, BTN_MODE, !!(b9 & BIT(5)));
1658 input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6)));
1659 input_event(input, EV_KEY, BTN_GRIPL2, !!(b9 & BIT(7)));
1660 input_event(input, EV_KEY, BTN_GRIPR2, !!(b10 & BIT(0)));
1661 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
1662 input_event(input, EV_KEY, BTN_THUMBR, !!(b11 & BIT(2)));
1663 input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0)));
1664 input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1)));
1665 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
1666 input_event(input, EV_KEY, BTN_DPAD_DOWN, !!(b9 & BIT(3)));
1667 input_event(input, EV_KEY, BTN_THUMB, !!(b10 & BIT(1)));
1668 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(2)));
1669 input_event(input, EV_KEY, BTN_GRIPL, !!(b13 & BIT(1)));
1670 input_event(input, EV_KEY, BTN_GRIPR, !!(b13 & BIT(2)));
1671 input_event(input, EV_KEY, BTN_BASE, !!(b14 & BIT(2)));
1691 input_event(sensors, EV_MSC, MSC_TIMESTAMP, steam->sensor_timestamp_us);