Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/ibmasm/
Dremote.c139 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/
Dtca6416_keypad.h26 struct tca6416_button *buttons; member
Dgpio_keys.h51 const struct gpio_keys_button *buttons; member
Dgameport.h185 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/
Djoystick.h109 __s32 buttons; member
/linux-4.19.296/drivers/hid/
Dwacom_wac.c523 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 …]
Dhid-roccat-savu.c33 ROCCAT_COMMON2_BIN_ATTRIBUTE_RW(buttons, 0x7, 0x2f);
DKconfig923 is pressure sensitive buttons on the pro models.
Dwacom_sys.c1095 DEVICE_LUMINANCE_ATTR(buttons, img_lum);
/linux-4.19.296/include/linux/mfd/
Dmc13xxx.h233 struct mc13xxx_buttons_platform_data *buttons; member
Dcros_ec_commands.h2099 uint32_t buttons; member
2107 uint32_t buttons; member
/linux-4.19.296/drivers/media/rc/
DKconfig157 This driver provides mouse pointer, left and right mouse buttons,
158 and maps all the other remote buttons to keypress events.