Home
last modified time | relevance | path

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

/openbmc/linux/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()