Lines Matching refs:b9
1081 u8 b8, b9, b10;
1086 b9 = data[9];
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)));
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)));
1247 u8 b8, b9, b10, b11, b13, b14;
1251 b9 = data[9];
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)));
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)));