Searched refs:buttons (Results 1 – 12 of 12) sorted by relevance
/linux-4.19.296/drivers/misc/ibmasm/ |
D | remote.c | 139 unsigned char buttons = input->mouse_buttons; in print_input() local 142 (buttons) ? " -- buttons:" : "", in print_input() 143 (buttons & REMOTE_BUTTON_LEFT) ? "left " : "", in print_input() 144 (buttons & REMOTE_BUTTON_MIDDLE) ? "middle " : "", in print_input() 145 (buttons & REMOTE_BUTTON_RIGHT) ? "right" : "" in print_input() 160 unsigned char buttons = input->mouse_buttons; in send_mouse_event() local 164 input_report_key(dev, BTN_LEFT, buttons & REMOTE_BUTTON_LEFT); in send_mouse_event() 165 input_report_key(dev, BTN_MIDDLE, buttons & REMOTE_BUTTON_MIDDLE); in send_mouse_event() 166 input_report_key(dev, BTN_RIGHT, buttons & REMOTE_BUTTON_RIGHT); in send_mouse_event()
|
/linux-4.19.296/include/linux/ |
D | tca6416_keypad.h | 26 struct tca6416_button *buttons; member
|
D | gpio_keys.h | 51 const struct gpio_keys_button *buttons; member
|
D | gameport.h | 185 static inline int gameport_cooked_read(struct gameport *gameport, int *axes, int *buttons) in gameport_cooked_read() argument 188 return gameport->cooked_read(gameport, axes, buttons); in gameport_cooked_read()
|
/linux-4.19.296/include/uapi/linux/ |
D | joystick.h | 109 __s32 buttons; member
|
/linux-4.19.296/drivers/hid/ |
D | wacom_wac.c | 523 int buttons = 0, nbuttons = features->numbered_buttons; in wacom_intuos_pad() local 535 buttons = (data[3] << 1) | (data[2] & 0x01); in wacom_intuos_pad() 538 buttons = data[6]; in wacom_intuos_pad() 540 buttons = (data[4] << 1) | (data[3] & 0x01); in wacom_intuos_pad() 542 buttons = (data[8] << 8) | data[6]; in wacom_intuos_pad() 576 buttons = (data[4] << 1) | (data[3] & 0x01); in wacom_intuos_pad() 584 buttons = ((data[2] >> 4) << 7) | in wacom_intuos_pad() 596 buttons = (data[4] << 1) | (data[3] & 0x01); in wacom_intuos_pad() 600 buttons = (data[8] << 10) | ((data[7] & 0x01) << 9) | in wacom_intuos_pad() 608 buttons = ((data[6] & 0x10) << 5) | in wacom_intuos_pad() [all …]
|
D | hid-roccat-savu.c | 33 ROCCAT_COMMON2_BIN_ATTRIBUTE_RW(buttons, 0x7, 0x2f);
|
D | Kconfig | 923 is pressure sensitive buttons on the pro models.
|
D | wacom_sys.c | 1095 DEVICE_LUMINANCE_ATTR(buttons, img_lum);
|
/linux-4.19.296/include/linux/mfd/ |
D | mc13xxx.h | 233 struct mc13xxx_buttons_platform_data *buttons; member
|
D | cros_ec_commands.h | 2099 uint32_t buttons; member 2107 uint32_t buttons; member
|
/linux-4.19.296/drivers/media/rc/ |
D | Kconfig | 157 This driver provides mouse pointer, left and right mouse buttons, 158 and maps all the other remote buttons to keypress events.
|