Home
last modified time | relevance | path

Searched refs:spaceorb_buttons (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dspaceorb.c34 static int spaceorb_buttons[] = { BTN_TL, BTN_TR, BTN_Y, BTN_X, BTN_B, BTN_A }; variable
91 input_report_key(dev, spaceorb_buttons[i], (data[1] >> i) & 1); in spaceorb_process_packet()
97 input_report_key(dev, spaceorb_buttons[i], (data[2] >> i) & 1); in spaceorb_process_packet()
172 set_bit(spaceorb_buttons[i], input_dev->keybit); in spaceorb_connect()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dspaceorb.c31 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()

Completed in 2 milliseconds