BTN_BACK          130 arch/arm/mach-imx/mach-pcm037_eet.c 		.code	= BTN_BACK,
BTN_BACK          848 drivers/hid/hid-debug.c 	[BTN_BACK] = "BackBtn",			[BTN_TASK] = "TaskBtn",
BTN_BACK         2527 drivers/hid/hid-logitech-hidpp.c 			input_report_key(hidpp->input, BTN_BACK, 1);
BTN_BACK         2530 drivers/hid/hid-logitech-hidpp.c 			input_report_key(hidpp->input, BTN_BACK, 0);
BTN_BACK         2591 drivers/hid/hid-logitech-hidpp.c 	__set_bit(BTN_BACK, input_dev->keybit);
BTN_BACK          405 drivers/hid/wacom_wac.c 			input_report_key(pad_input, BTN_BACK, (data[7] & 0x40));
BTN_BACK          420 drivers/hid/wacom_wac.c 			input_report_key(pad_input, BTN_BACK, (data[7] & 0x08));
BTN_BACK         2870 drivers/hid/wacom_wac.c 	input_report_key(pad_input, BTN_BACK, (data[1] & 0x02) != 0);
BTN_BACK         2927 drivers/hid/wacom_wac.c 		input_report_key(input, BTN_BACK, (data[1] & 0x08) != 0);
BTN_BACK         2929 drivers/hid/wacom_wac.c 		input_report_key(input, BTN_BACK, (data[1] & 0x02) != 0);
BTN_BACK         4048 drivers/hid/wacom_wac.c 		__set_bit(BTN_BACK, input_dev->keybit);
BTN_BACK         4056 drivers/hid/wacom_wac.c 		__set_bit(BTN_BACK, input_dev->keybit);
BTN_BACK         4158 drivers/hid/wacom_wac.c 		__set_bit(BTN_BACK, input_dev->keybit);
BTN_BACK          343 drivers/input/mouse/alps.c 		input_report_key(dev, BTN_BACK, back);
BTN_BACK         3076 drivers/input/mouse/alps.c 		dev1->keybit[BIT_WORD(BTN_BACK)] |= BIT_MASK(BTN_BACK);
BTN_BACK          336 drivers/input/mouse/elantech.c 		input_report_key(dev, BTN_BACK, packet[0] & 0x80);
BTN_BACK         1140 drivers/input/mouse/elantech.c 			__set_bit(BTN_BACK, dev->keybit);
BTN_BACK           73 drivers/input/mouse/logips2pp.c 			input_report_key(dev, BTN_BACK,    packet[2] & BIT(3));
BTN_BACK          287 drivers/input/mouse/logips2pp.c 		input_set_capability(input_dev, EV_KEY, BTN_BACK);
BTN_BACK          823 drivers/input/mouse/sentelic.c 		input_report_key(dev, BTN_BACK, lscroll);
BTN_BACK          927 drivers/input/mouse/sentelic.c 		__set_bit(BTN_BACK, dev->keybit);
BTN_BACK          977 drivers/input/mouse/synaptics.c 		input_report_key(dev, BTN_BACK, hw->down);
BTN_BACK         1080 drivers/input/mouse/synaptics.c 			input_report_key(dev, BTN_BACK, !hw.down);
BTN_BACK         1082 drivers/input/mouse/synaptics.c 			input_report_key(dev, BTN_BACK, hw.down);
BTN_BACK         1338 drivers/input/mouse/synaptics.c 		input_set_capability(dev, EV_KEY, BTN_BACK);
BTN_BACK          243 drivers/input/mousedev.c 	case BTN_BACK: