Home
last modified time | relevance | path

Searched refs:press (Results 1 – 15 of 15) sorted by relevance

/drivers/input/touchscreen/
A Dresistive-adc-touch.c62 unsigned int x, y, press = 0; in grts_cb() local
68 press = touch_info[st->ch_map[GRTS_CH_PRESSURE]]; in grts_cb()
88 press = GRTS_DEFAULT_PRESSURE_MAX - Rt; in grts_cb()
92 if ((!x && !y) || (st->pressure && (press < st->pressure_min))) { in grts_cb()
102 input_report_abs(st->input, ABS_PRESSURE, press); in grts_cb()
A Dusbtouchscreen.c103 int touch, press; member
137 dev->press = (tmp > 0 ? tmp : 0); in e2i_read_data()
499 dev->press = ((pkt[2] & 0x01) << 7) | (pkt[5] & 0x7F); in itm_read_data()
799 dev->press = pkt[5] & 0xff; in general_touch_read_data()
1160 dev->press = pkt[6]; in elo_read_data()
1198 input_report_abs(usbtouch->input, ABS_PRESSURE, usbtouch->press); in usbtouch_process_pkt()
/drivers/hid/
A Dhid-elo.c59 int press; in elo_process_data() local
64 press = 0; in elo_process_data()
66 press = (data[7] << 8) | data[6]; in elo_process_data()
67 input_report_abs(input, ABS_PRESSURE, press); in elo_process_data()
A Dhid-icade.c127 u8 press:1; member
183 trans->to, trans->press); in icade_event()
/drivers/iio/pressure/
A Dmprls0025pa.c197 static int mpr_read_pressure(struct mpr_data *data, s32 *press) in mpr_read_pressure() argument
253 *press = get_unaligned_be24(&data->buffer[1]); in mpr_read_pressure()
255 dev_dbg(dev, "received: %*ph cnt: %d\n", ret, data->buffer, *press); in mpr_read_pressure()
A DMakefile16 obj-$(CONFIG_HID_SENSOR_PRESS) += hid-sensor-press.o
A DKconfig104 will be called hid-sensor-press.
/drivers/platform/cznic/
A DKconfig40 - get front button press events (the front button can be configured
41 either to generate press events to the CPU or to change front LEDs
/drivers/input/mouse/
A Dsynaptics.h202 bool press; member
A Dsynaptics.c850 priv->press = priv->report_press = false; in synaptics_parse_hw_state()
860 if (!priv->press) { in synaptics_parse_hw_state()
862 priv->press = true; in synaptics_parse_hw_state()
869 priv->press = false; in synaptics_parse_hw_state()
/drivers/input/misc/
A Dkeyspan_remote.c167 static void keyspan_report_button(struct usb_keyspan *remote, int button, int press) in keyspan_report_button() argument
172 input_report_key(input, remote->keymap[button], press); in keyspan_report_button()
A Dadxl34x.c279 struct adxl34x_platform_data *pdata, int status, int press) in adxl34x_send_key_events() argument
286 pdata->ev_code_tap[i], press); in adxl34x_send_key_events()
A DKconfig110 modes and force a reset on long press.
959 long press.
/drivers/auxdisplay/
A Dpanel.c1425 static struct logical_input *panel_bind_key(const char *name, const char *press, in panel_bind_key() argument
1446 strtomem_pad(key->u.kbd.press_str, press, '\0'); in panel_bind_key()
/drivers/platform/x86/lenovo/
A DKconfig184 the hot key press events. If you know your ThinkPad model does not

Completed in 49 milliseconds