Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Delants_i2c.c74 #define FW_POS_STATE 1 macro
766 n_fingers = buf[FW_POS_STATE + 1] & 0x0f; in elants_i2c_mt_event()
767 finger_state = ((buf[FW_POS_STATE + 1] & 0x30) << 4) | in elants_i2c_mt_event()
768 buf[FW_POS_STATE]; in elants_i2c_mt_event()