Home
last modified time | relevance | path

Searched refs:tp_info (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dapplespi.c300 struct touchpad_info_protocol tp_info; member
374 struct applespi_tp_info tp_info; member
497 struct applespi_tp_info tp_info; member
503 .tp_info = { -5087, -182, 5579, 6089 },
507 .tp_info = { -6243, -170, 6749, 7685 },
511 .tp_info = { -7456, -163, 7976, 9283 },
1024 const struct applespi_tp_info *tp_info = &applespi->tp_info; in report_tp_state() local
1039 applespi->pos[n].y = tp_info->y_min + tp_info in report_tp_state()
1214 const struct applespi_tp_info *tp_info; applespi_register_touchpad_device() local
[all...]
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dapplespi.c293 * @tp_info: Touchpad info (response)
309 struct touchpad_info_protocol tp_info; member
383 struct applespi_tp_info tp_info; member
506 struct applespi_tp_info tp_info; member
512 .tp_info = { -5087, -182, 5579, 6089 },
516 .tp_info = { -6243, -170, 6749, 7685 },
520 .tp_info = { -7456, -163, 7976, 9283 },
1039 const struct applespi_tp_info *tp_info = &applespi->tp_info; in report_tp_state() local
1054 applespi->pos[n].y = tp_info in report_tp_state()
1229 const struct applespi_tp_info *tp_info; applespi_register_touchpad_device() local
[all...]
/kernel/linux/common_modules/tzdriver/tui/
H A Dtui.h130 int tp_info; member
H A Dtui.c827 g_tui_ctl->n2s.tp_info = (int)virt_to_phys(pos->pdata);
/kernel/linux/common_modules/tzdriver/
H A Dtui.h130 int tp_info; member
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Delan_i2c_core.c952 u8 tp_info = packet[ETP_TOUCH_INFO_OFFSET]; in elan_report_absolute() local
961 contact_valid = tp_info & BIT(3 + i); in elan_report_absolute()
968 input_report_key(input, BTN_LEFT, tp_info & BIT(0)); in elan_report_absolute()
969 input_report_key(input, BTN_MIDDLE, tp_info & BIT(2)); in elan_report_absolute()
970 input_report_key(input, BTN_RIGHT, tp_info & BIT(1)); in elan_report_absolute()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Delan_i2c_core.c989 u8 tp_info = packet[ETP_TOUCH_INFO_OFFSET]; in elan_report_absolute() local
998 contact_valid = tp_info & BIT(3 + i); in elan_report_absolute()
1005 input_report_key(input, BTN_LEFT, tp_info & BIT(0)); in elan_report_absolute()
1006 input_report_key(input, BTN_MIDDLE, tp_info & BIT(2)); in elan_report_absolute()
1007 input_report_key(input, BTN_RIGHT, tp_info & BIT(1)); in elan_report_absolute()

Completed in 14 milliseconds