Searched refs:spaceorb_buttons (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/input/joystick/ |
D | spaceorb.c | 31 static int spaceorb_buttons[] = { BTN_TL, BTN_TR, BTN_Y, BTN_X, BTN_B, BTN_A }; variable 88 input_report_key(dev, spaceorb_buttons[i], (data[1] >> i) & 1); in spaceorb_process_packet() 94 input_report_key(dev, spaceorb_buttons[i], (data[2] >> i) & 1); in spaceorb_process_packet() 169 set_bit(spaceorb_buttons[i], input_dev->keybit); in spaceorb_connect()
|