Searched refs:BTN_BACK (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/drivers/input/mouse/ |
D | logips2pp.c | 72 input_report_key(dev, BTN_BACK, (packet[2] >> 3) & 1); in ps2pp_process_byte() 282 __set_bit(BTN_BACK, input_dev->keybit); in ps2pp_set_model_properties()
|
D | synaptics.c | 655 input_report_key(dev, BTN_BACK, hw->down); in synaptics_report_buttons() 1045 input_report_key(dev, BTN_BACK, !hw.down); in synaptics_process_packet() 1047 input_report_key(dev, BTN_BACK, hw.down); in synaptics_process_packet() 1260 __set_bit(BTN_BACK, dev->keybit); in set_input_params()
|
D | sentelic.c | 803 input_report_key(dev, BTN_BACK, lscroll); in fsp_process_byte() 915 __set_bit(BTN_BACK, dev->keybit); in fsp_set_input_params()
|
D | alps.c | 247 input_report_key(dev, BTN_BACK, back); in alps_process_packet_v1_v2() 1584 dev1->keybit[BIT_WORD(BTN_BACK)] |= BIT_MASK(BTN_BACK); in alps_init()
|
D | elantech.c | 292 input_report_key(dev, BTN_BACK, packet[0] & 0x80); in elantech_report_absolute_v1() 1041 __set_bit(BTN_BACK, dev->keybit); in elantech_set_input_params()
|
/linux-3.4.99/arch/arm/mach-imx/ |
D | mach-pcm037_eet.c | 137 .code = BTN_BACK,
|
/linux-3.4.99/drivers/input/tablet/ |
D | wacom_wac.c | 278 input_report_key(input, BTN_BACK, (data[7] & 0x40)); in wacom_graphire_irq() 294 input_report_key(input, BTN_BACK, (data[7] & 0x08)); in wacom_graphire_irq() 897 input_report_key(input, BTN_BACK, (data[1] & 0x02) != 0); in wacom_bpt_touch() 933 input_report_key(input, BTN_BACK, (data[1] & 0x02) != 0); in wacom_bpt3_button_msg() 1263 __set_bit(BTN_BACK, input_dev->keybit); in wacom_setup_input_capabilities() 1427 __set_bit(BTN_BACK, input_dev->keybit); in wacom_setup_input_capabilities()
|
/linux-3.4.99/drivers/hid/ |
D | hid-debug.c | 746 [BTN_BACK] = "BackBtn", [BTN_TASK] = "TaskBtn",
|
/linux-3.4.99/include/linux/ |
D | input.h | 491 #define BTN_BACK 0x116 macro
|
/linux-3.4.99/drivers/input/ |
D | mousedev.c | 251 case BTN_BACK: in mousedev_key_event()
|
/linux-3.4.99/arch/blackfin/mach-bf537/boards/ |
D | stamp.c | 576 .keycode = BTN_BACK,
|