Searched refs:magellan_buttons (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | magellan.c | 31 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 }; variable 89 for (i = 0; i < 9; i++) input_report_key(dev, magellan_buttons[i], (t >> i) & 1); in magellan_process_packet() 157 set_bit(magellan_buttons[i], input_dev->keybit); in magellan_connect()
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | magellan.c | 28 static int magellan_buttons[] = { BTN_0, BTN_1, BTN_2, BTN_3, BTN_4, BTN_5, BTN_6, BTN_7, BTN_8 }; variable 86 for (i = 0; i < 9; i++) input_report_key(dev, magellan_buttons[i], (t >> i) & 1); in magellan_process_packet() 154 set_bit(magellan_buttons[i], input_dev->keybit); in magellan_connect()
|
Completed in 2 milliseconds