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.h143 struct cytp_report_data { struct
144 int contact_cnt;
145 struct cytp_contact contacts[CYTP_MAX_MT_SLOTS];
146 unsigned int left:1;
147 unsigned int right:1;
148 unsigned int middle:1;
149 unsigned int tap:1; /* multi-finger tap detected. */