Lines Matching defs:b10
1081 u8 b8, b9, b10;
1087 b10 = data[10];
1100 lpad_touched = b10 & BIT(3);
1101 lpad_and_joy = b10 & 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)));
1137 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(4)));
1247 u8 b8, b9, b10, b11, b13, b14;
1252 b10 = data[10];
1257 lpad_touched = b10 & BIT(3);
1258 rpad_touched = b10 & BIT(4);
1296 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY4, !!(b10 & BIT(0)));
1297 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6)));
1303 input_event(input, EV_KEY, BTN_THUMB, !!(b10 & BIT(1)));
1304 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(2)));