Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Delan_i2c_core.c849 u8 tp_info = packet[ETP_TOUCH_INFO_OFFSET]; in elan_report_absolute() local
855 contact_valid = tp_info & (1U << (3 + i)); in elan_report_absolute()
862 input_report_key(input, BTN_LEFT, tp_info & 0x01); in elan_report_absolute()