Lines Matching refs:b10
1081 u8 b8, b9, b10; in steam_do_input_event() local
1087 b10 = data[10]; in steam_do_input_event()
1100 lpad_touched = b10 & BIT(3); in steam_do_input_event()
1101 lpad_and_joy = b10 & BIT(7); in steam_do_input_event()
1133 input_event(input, EV_KEY, BTN_GEAR_UP, !!(b10 & BIT(0))); in steam_do_input_event()
1134 input_event(input, EV_KEY, BTN_THUMBR, !!(b10 & BIT(2))); in steam_do_input_event()
1135 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6))); in steam_do_input_event()
1137 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(4))); in steam_do_input_event()
1247 u8 b8, b9, b10, b11, b13, b14; in steam_do_deck_input_event() local
1252 b10 = data[10]; in steam_do_deck_input_event()
1257 lpad_touched = b10 & BIT(3); in steam_do_deck_input_event()
1258 rpad_touched = b10 & BIT(4); in steam_do_deck_input_event()
1296 input_event(input, EV_KEY, BTN_TRIGGER_HAPPY4, !!(b10 & BIT(0))); in steam_do_deck_input_event()
1297 input_event(input, EV_KEY, BTN_THUMBL, !!(b10 & BIT(6))); in steam_do_deck_input_event()
1303 input_event(input, EV_KEY, BTN_THUMB, !!(b10 & BIT(1))); in steam_do_deck_input_event()
1304 input_event(input, EV_KEY, BTN_THUMB2, !!(b10 & BIT(2))); in steam_do_deck_input_event()