Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/joystick/
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()