press            1483 drivers/auxdisplay/panel.c static struct logical_input *panel_bind_key(const char *name, const char *press,
press            1504 drivers/auxdisplay/panel.c 	strncpy(key->u.kbd.press_str, press, sizeof(key->u.kbd.press_str));
press              59 drivers/hid/hid-elo.c 	int press;
press              64 drivers/hid/hid-elo.c 	press = 0;
press              66 drivers/hid/hid-elo.c 		press = (data[7] << 8) | data[6];
press              67 drivers/hid/hid-elo.c 	input_report_abs(input, ABS_PRESSURE, press);
press             127 drivers/hid/hid-icade.c 	u8 press:1;
press             183 drivers/hid/hid-icade.c 			trans->to, trans->press);
press             279 drivers/input/misc/adxl34x.c 		struct adxl34x_platform_data *pdata, int status, int press)
press             286 drivers/input/misc/adxl34x.c 					 pdata->ev_code_tap[i], press);
press             167 drivers/input/misc/keyspan_remote.c static void keyspan_report_button(struct usb_keyspan *remote, int button, int press)
press             172 drivers/input/misc/keyspan_remote.c 	input_report_key(input, remote->keymap[button], press);
press             810 drivers/input/mouse/synaptics.c 				priv->press = priv->report_press = false;
press             820 drivers/input/mouse/synaptics.c 				if  (!priv->press) {
press             822 drivers/input/mouse/synaptics.c 					priv->press = true;
press             829 drivers/input/mouse/synaptics.c 				priv->press = false;
press             201 drivers/input/mouse/synaptics.h 	bool					press;
press              47 drivers/input/touchscreen/resistive-adc-touch.c 	unsigned int x, y, press = 0x0;
press              53 drivers/input/touchscreen/resistive-adc-touch.c 		press = touch_info[2];
press              55 drivers/input/touchscreen/resistive-adc-touch.c 	if ((!x && !y) || (st->pressure && (press < st->pressure_min))) {
press              65 drivers/input/touchscreen/resistive-adc-touch.c 		input_report_abs(st->input, ABS_PRESSURE, press);
press             105 drivers/input/touchscreen/usbtouchscreen.c 	int touch, press;
press             272 drivers/input/touchscreen/usbtouchscreen.c 	dev->press = (tmp > 0 ? tmp : 0);
press             591 drivers/input/touchscreen/usbtouchscreen.c 	dev->press = ((pkt[2] & 0x01) << 7) | (pkt[5] & 0x7F);
press             822 drivers/input/touchscreen/usbtouchscreen.c 	dev->press = pkt[5] & 0xff;
press            1141 drivers/input/touchscreen/usbtouchscreen.c 	dev->press = pkt[6];
press            1403 drivers/input/touchscreen/usbtouchscreen.c 		input_report_abs(usbtouch->input, ABS_PRESSURE, usbtouch->press);