Home
last modified time | relevance | path

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

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