Home
last modified time | relevance | path

Searched defs:cytp_report_data (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/input/mouse/
H A Dcypress_ps2.h137 struct cytp_report_data { struct
138 int contact_cnt;
139 struct cytp_contact contacts[CYTP_MAX_MT_SLOTS];
140 unsigned int left:1;
141 unsigned int right:1;
142 unsigned int middle:1;
143 unsigned int tap:1; /* multi-finger tap detected. */