Lines Matching refs:input_event

1121 	input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0)));
1122 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1)));
1123 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2)));
1124 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3)));
1125 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4)));
1126 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5)));
1127 input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6)));
1128 input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7)));
1129 input_event(input, EV_KEY, BTN_SELECT, !!(b9 & BIT(4)));
1130 input_event(input, EV_KEY, BTN_MODE, !!(b9 & BIT(5)));
1131 input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6)));
1132 input_event(input, EV_KEY, BTN_GEAR_DOWN, !!(b9 & BIT(7)));
1133 input_event(input, EV_KEY, BTN_GEAR_UP, !!(b10 & BIT(0)));
1134 input_event(input, EV_KEY, BTN_THUMBR, !!(b10 & BIT(2)));
1135 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
1136 input_event(input, EV_KEY, BTN_THUMB, lpad_touched || lpad_and_joy);
1137 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(4)));
1138 input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0)));
1139 input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1)));
1140 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
1141 input_event(input, EV_KEY, BTN_DPAD_DOWN, !!(b9 & BIT(3)));
1284 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0)));
1285 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1)));
1286 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2)));
1287 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3)));
1288 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4)));
1289 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5)));
1290 input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6)));
1291 input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7)));
1292 input_event(input, EV_KEY, BTN_SELECT, !!(b9 & BIT(4)));
1293 input_event(input, EV_KEY, BTN_MODE, !!(b9 & BIT(5)));
1294 input_event(input, EV_KEY, BTN_START, !!(b9 & BIT(6)));
1295 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY3, !!(b9 & BIT(7)));
1296 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY4, !!(b10 & BIT(0)));
1297 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
1298 input_event(input, EV_KEY, BTN_THUMBR, !!(b11 & BIT(2)));
1299 input_event(input, EV_KEY, BTN_DPAD_UP, !!(b9 & BIT(0)));
1300 input_event(input, EV_KEY, BTN_DPAD_RIGHT, !!(b9 & BIT(1)));
1301 input_event(input, EV_KEY, BTN_DPAD_LEFT, !!(b9 & BIT(2)));
1302 input_event(input, EV_KEY, BTN_DPAD_DOWN, !!(b9 & BIT(3)));
1303 input_event(input, EV_KEY, BTN_THUMB, !!(b10 & BIT(1)));
1304 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(2)));
1305 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY1, !!(b13 & BIT(1)));
1306 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY2, !!(b13 & BIT(2)));
1307 input_event(input, EV_KEY, BTN_BASE, !!(b14 & BIT(2)));