Home
last modified time | relevance | path

Searched refs:BTN_BACK (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/drivers/input/mouse/
Dlogips2pp.c72 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()
Dsynaptics.c655 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()
Dsentelic.c803 input_report_key(dev, BTN_BACK, lscroll); in fsp_process_byte()
915 __set_bit(BTN_BACK, dev->keybit); in fsp_set_input_params()
Dalps.c247 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()
Delantech.c292 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/
Dmach-pcm037_eet.c137 .code = BTN_BACK,
/linux-3.4.99/drivers/input/tablet/
Dwacom_wac.c278 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/
Dhid-debug.c746 [BTN_BACK] = "BackBtn", [BTN_TASK] = "TaskBtn",
/linux-3.4.99/include/linux/
Dinput.h491 #define BTN_BACK 0x116 macro
/linux-3.4.99/drivers/input/
Dmousedev.c251 case BTN_BACK: in mousedev_key_event()
/linux-3.4.99/arch/blackfin/mach-bf537/boards/
Dstamp.c576 .keycode = BTN_BACK,