/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | resistive-adc-touch.c | 62 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()
|
H A D | usbtouchscreen.c | 105 int touch, press; member 272 dev->press = (tmp > 0 ? tmp : 0); in e2i_read_data() 591 dev->press = ((pkt[2] & 0x01) << 7) | (pkt[5] & 0x7F); in itm_read_data() 822 dev->press = pkt[5] & 0xff; in general_touch_read_data() 1144 dev->press = pkt[6]; in elo_read_data() 1406 input_report_abs(usbtouch->input, ABS_PRESSURE, usbtouch->press); in usbtouch_process_pkt()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | resistive-adc-touch.c | 47 unsigned int x, y, press = 0x0; in grts_cb() local 53 press = touch_info[2]; in grts_cb() 55 if ((!x && !y) || (st->pressure && (press < st->pressure_min))) { in grts_cb() 65 input_report_abs(st->input, ABS_PRESSURE, press); in grts_cb()
|
H A D | usbtouchscreen.c | 105 int touch, press; member 272 dev->press = (tmp > 0 ? tmp : 0); in e2i_read_data() 591 dev->press = ((pkt[2] & 0x01) << 7) | (pkt[5] & 0x7F); in itm_read_data() 822 dev->press = pkt[5] & 0xff; in general_touch_read_data() 1141 dev->press = pkt[6]; in elo_read_data() 1403 input_report_abs(usbtouch->input, ABS_PRESSURE, usbtouch->press); in usbtouch_process_pkt()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-elo.c | 59 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()
|
H A D | hid-icade.c | 53 * int press; 109 * printf ("\tu8 press:1;\n"); 115 * usage_for_key (trans->from), trans->to, trans->press); 127 u8 press:1; member 183 trans->to, trans->press); in icade_event()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-elo.c | 59 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()
|
H A D | hid-icade.c | 53 * int press; 109 * printf ("\tu8 press:1;\n"); 115 * usage_for_key (trans->from), trans->to, trans->press); 127 u8 press:1; member 183 trans->to, trans->press); in icade_event()
|
/kernel/linux/linux-6.6/drivers/iio/pressure/ |
H A D | mprls0025pa.c | 158 * @press: Output value read from sensor. 171 static int mpr_read_pressure(struct mpr_data *data, s32 *press) in mpr_read_pressure() argument 245 *press = get_unaligned_be24(&buf[1]); in mpr_read_pressure() 247 dev_dbg(dev, "received: %*ph cnt: %d\n", ret, buf, *press); in mpr_read_pressure()
|
H A D | Makefile | 15 obj-$(CONFIG_HID_SENSOR_PRESS) += hid-sensor-press.o
|
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | Makefile | 15 obj-$(CONFIG_HID_SENSOR_PRESS) += hid-sensor-press.o
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | synaptics.h | 201 bool press; member
|
H A D | synaptics.c | 813 priv->press = priv->report_press = false; in synaptics_parse_hw_state() 823 if (!priv->press) { in synaptics_parse_hw_state() 825 priv->press = true; in synaptics_parse_hw_state() 832 priv->press = false; in synaptics_parse_hw_state()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | synaptics.h | 201 bool press; member
|
H A D | synaptics.c | 815 priv->press = priv->report_press = false; in synaptics_parse_hw_state() 825 if (!priv->press) { in synaptics_parse_hw_state() 827 priv->press = true; in synaptics_parse_hw_state() 834 priv->press = false; in synaptics_parse_hw_state()
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | keyspan_remote.c | 167 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()
|
H A D | adxl34x.c | 279 struct adxl34x_platform_data *pdata, int status, int press) in adxl34x_send_key_events() 286 pdata->ev_code_tap[i], press); in adxl34x_send_key_events() 278 adxl34x_send_key_events(struct adxl34x *ac, struct adxl34x_platform_data *pdata, int status, int press) adxl34x_send_key_events() argument
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | keyspan_remote.c | 167 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()
|
H A D | adxl34x.c | 279 struct adxl34x_platform_data *pdata, int status, int press) in adxl34x_send_key_events() 286 pdata->ev_code_tap[i], press); in adxl34x_send_key_events() 278 adxl34x_send_key_events(struct adxl34x *ac, struct adxl34x_platform_data *pdata, int status, int press) adxl34x_send_key_events() argument
|
/kernel/linux/linux-5.10/drivers/auxdisplay/ |
H A D | panel.c | 551 /* signals, press, repeat, release */ 564 /* signals, press, repeat, release */ 1234 * eg: 0 -(press A)-> A -(press B)-> AB : don't match A's release. in input_state_high() 1478 * strings <press>, <repeat>, <release> for these respective events. 1481 static struct logical_input *panel_bind_key(const char *name, const char *press, in panel_bind_key() argument 1502 strncpy(key->u.kbd.press_str, press, sizeof(key->u.kbd.press_str)); in panel_bind_key()
|
/kernel/linux/linux-6.6/drivers/auxdisplay/ |
H A D | panel.c | 550 /* signals, press, repeat, release */ 563 /* signals, press, repeat, release */ 1184 * eg: 0 -(press A)-> A -(press B)-> AB : don't match A's release. in input_state_high() 1428 * strings <press>, <repeat>, <release> for these respective events. 1431 static struct logical_input *panel_bind_key(const char *name, const char *press, in panel_bind_key() argument 1452 strncpy(key->u.kbd.press_str, press, sizeof(key->u.kbd.press_str)); in panel_bind_key()
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | header.S | 73 # Allow the user to press a key, then reboot 94 .ascii "Remove disk and press any key to reboot...\r\n"
|