Lines Matching full:buttons
249 // Bytes 4-7 are the button state for 19 buttons + pad out to u32
250 // We send the first 10 buttons as buttons 1-10 which is BTN_0 -> BTN_9
259 // We send the other 9 buttons as buttons 0x31 and above -> BTN_A - BTN_TL2
309 // Bytes 4-7 are the button state for 19 buttons + pad out to u32
310 // We send the first 10 buttons as buttons 1-10 which is BTN_0 -> BTN_9
319 // We send the other 9 buttons as buttons 0x31 and above -> BTN_A - BTN_TL2
405 __u32 buttons; in SEC() member
418 /* data[4..6] are the buttons, mapped correctly */ in SEC()
428 pad_report->buttons = last_button_state; in SEC()
462 __u32 buttons; in SEC() member
467 __u32 buttons = 0; in SEC() local
470 buttons |= BIT(12); in SEC()
473 buttons |= BIT(14); in SEC()
476 buttons |= BIT(13); in SEC()
485 buttons |= BIT(b); in SEC()
497 pad_report->buttons = buttons; in SEC()