Lines Matching refs:input_event

1456 	input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0)));
1457 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1)));
1458 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2)));
1459 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3)));
1460 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4)));
1461 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5)));
1462 input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6)));
1463 input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7)));
1464 input_event(input, EV_KEY, BTN_SELECT, !!(b9 & BIT(4)));
1465 input_event(input, EV_KEY, BTN_MODE, !!(b9 & BIT(5)));
1466 input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6)));
1467 input_event(input, EV_KEY, BTN_GEAR_DOWN, !!(b9 & BIT(7)));
1468 input_event(input, EV_KEY, BTN_GEAR_UP, !!(b10 & BIT(0)));
1469 input_event(input, EV_KEY, BTN_THUMBR, !!(b10 & BIT(2)));
1470 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
1471 input_event(input, EV_KEY, BTN_THUMB, lpad_touched || lpad_and_joy);
1472 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(4)));
1473 input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0)));
1474 input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1)));
1475 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
1476 input_event(input, EV_KEY, BTN_DPAD_DOWN, !!(b9 & BIT(3)));
1630 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0)));
1631 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1)));
1632 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2)));
1633 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3)));
1634 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4)));
1635 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5)));
1636 input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6)));
1637 input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7)));
1638 input_event(input, EV_KEY, BTN_SELECT, !!(b9 & BIT(4)));
1639 input_event(input, EV_KEY, BTN_MODE, !!(b9 & BIT(5)));
1640 input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6)));
1641 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY3, !!(b9 & BIT(7)));
1642 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY4, !!(b10 & BIT(0)));
1643 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
1644 input_event(input, EV_KEY, BTN_THUMBR, !!(b11 & BIT(2)));
1645 input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0)));
1646 input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1)));
1647 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
1648 input_event(input, EV_KEY, BTN_DPAD_DOWN, !!(b9 & BIT(3)));
1649 input_event(input, EV_KEY, BTN_THUMB, !!(b10 & BIT(1)));
1650 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(2)));
1651 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY1, !!(b13 & BIT(1)));
1652 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY2, !!(b13 & BIT(2)));
1653 input_event(input, EV_KEY, BTN_BASE, !!(b14 & BIT(2)));
1673 input_event(sensors, EV_MSC, MSC_TIMESTAMP, steam->sensor_timestamp_us);