Lines Matching refs:input_event
971 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0)));
972 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1)));
973 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2)));
974 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3)));
975 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4)));
976 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5)));
977 input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6)));
978 input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7)));
979 input_event(input, EV_KEY, BTN_SELECT, !!(b9 & BIT(4)));
980 input_event(input, EV_KEY, BTN_MODE, !!(b9 & BIT(5)));
981 input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6)));
982 input_event(input, EV_KEY, BTN_GEAR_DOWN, !!(b9 & BIT(7)));
983 input_event(input, EV_KEY, BTN_GEAR_UP, !!(b10 & BIT(0)));
984 input_event(input, EV_KEY, BTN_THUMBR, !!(b10 & BIT(2)));
985 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
986 input_event(input, EV_KEY, BTN_THUMB, lpad_touched || lpad_and_joy);
987 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(4)));
988 input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0)));
989 input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1)));
990 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
991 input_event(input, EV_KEY, BTN_DPAD_DOWN, !!(b9 & BIT(3)));