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