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

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

Completed in 52 milliseconds