Searched refs:BTN_RIGHT (Results 51 - 60 of 60) sorted by relevance

123

/linux-master/drivers/input/mouse/
H A Dpsmouse-base.c130 input_report_key(dev, BTN_RIGHT, buttons & BIT(1));
971 input_set_capability(input_dev, EV_KEY, BTN_RIGHT);
H A Dsentelic.c787 input_report_key(dev, BTN_RIGHT, packet[0] & 0x02);
H A Dcyapa_gen3.c1176 input_report_key(input, BTN_RIGHT,
H A Dcyapa.c501 __set_bit(BTN_RIGHT, input->keybit);
H A Dcyapa_gen5.c2691 input_report_key(input, BTN_RIGHT,
/linux-master/drivers/input/
H A Dmousedev.c235 case BTN_RIGHT: index = 1; break;
H A Djoydev.c849 * 3) Keys are exactly BTN_LEFT, BTN_RIGHT and BTN_MIDDLE.
882 __set_bit(BTN_RIGHT, jd_scratch);
/linux-master/drivers/hid/
H A Dhid-logitech-hidpp.c2962 input_set_capability(input_dev, EV_KEY, BTN_RIGHT);
3073 input_event(hidpp->input, EV_KEY, BTN_RIGHT,
3285 input_report_key(hidpp->input, BTN_RIGHT,
3320 __set_bit(BTN_RIGHT, input_dev->keybit);
H A Dhid-debug.c3276 [BTN_LEFT] = "LeftBtn", [BTN_RIGHT] = "RightBtn",
/linux-master/drivers/media/rc/
H A Dimon.c1367 input_report_key(ictx->idev, BTN_RIGHT,
2046 BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_RIGHT);

Completed in 419 milliseconds

123