Home
last modified time | relevance | path

Searched refs:finger_data (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/mouse/
H A Delan_i2c_core.c884 u8 *packet, u8 *finger_data) in elan_report_contact()
892 pos_x = get_unaligned_be16(&finger_data[0]); in elan_report_contact()
893 pos_y = get_unaligned_be16(&finger_data[2]); in elan_report_contact()
895 pos_x = ((finger_data[0] & 0xf0) << 4) | finger_data[1]; in elan_report_contact()
896 pos_y = ((finger_data[0] & 0x0f) << 8) | finger_data[2]; in elan_report_contact()
907 pressure = finger_data[4]; in elan_report_contact()
922 finger_data[3]; in elan_report_contact()
950 u8 *finger_data in elan_report_absolute() local
882 elan_report_contact(struct elan_tp_data *data, int contact_num, bool contact_valid, bool high_precision, u8 *packet, u8 *finger_data) elan_report_contact() argument
[all...]
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Delan_i2c_core.c921 u8 *packet, u8 *finger_data) in elan_report_contact()
929 pos_x = get_unaligned_be16(&finger_data[0]); in elan_report_contact()
930 pos_y = get_unaligned_be16(&finger_data[2]); in elan_report_contact()
932 pos_x = ((finger_data[0] & 0xf0) << 4) | finger_data[1]; in elan_report_contact()
933 pos_y = ((finger_data[0] & 0x0f) << 8) | finger_data[2]; in elan_report_contact()
944 pressure = finger_data[4]; in elan_report_contact()
959 finger_data[3]; in elan_report_contact()
987 u8 *finger_data in elan_report_absolute() local
919 elan_report_contact(struct elan_tp_data *data, int contact_num, bool contact_valid, bool high_precision, u8 *packet, u8 *finger_data) elan_report_contact() argument
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-elan.c322 u8 *finger_data; in elan_i2c_report_input() local
344 finger_data = data + 2; in elan_i2c_report_input()
347 elan_report_mt_slot(drvdata, finger_data, i); in elan_i2c_report_input()
348 finger_data += ELAN_FINGER_DATA_LEN; in elan_i2c_report_input()
H A Dwacom_wac.c3202 unsigned char *finger_data, prefix; in wacom_bamboo_pad_touch_event() local
3219 finger_data = data + 1 + id * 3; in wacom_bamboo_pad_touch_event()
3220 x = finger_data[0] | ((finger_data[1] & 0x0f) << 8); in wacom_bamboo_pad_touch_event()
3221 y = (finger_data[2] << 4) | (finger_data[1] >> 4); in wacom_bamboo_pad_touch_event()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-elan.c322 u8 *finger_data; in elan_i2c_report_input() local
344 finger_data = data + 2; in elan_i2c_report_input()
347 elan_report_mt_slot(drvdata, finger_data, i); in elan_i2c_report_input()
348 finger_data += ELAN_FINGER_DATA_LEN; in elan_i2c_report_input()
H A Dwacom_wac.c3260 unsigned char *finger_data, prefix; in wacom_bamboo_pad_touch_event() local
3277 finger_data = data + 1 + id * 3; in wacom_bamboo_pad_touch_event()
3278 x = finger_data[0] | ((finger_data[1] & 0x0f) << 8); in wacom_bamboo_pad_touch_event()
3279 y = (finger_data[2] << 4) | (finger_data[1] >> 4); in wacom_bamboo_pad_touch_event()
/kernel/linux/common_modules/tzdriver/tui/
H A Dtui.h188 extern int ts_tui_report_input(void *finger_data);
/kernel/linux/common_modules/tzdriver/
H A Dtui.h188 extern int ts_tui_report_input(void *finger_data);

Completed in 18 milliseconds