Searched defs:cyttsp_platform_data (Results 1 – 1 of 1) sorted by relevance
43 struct cyttsp_platform_data { struct44 u32 maxx;45 u32 maxy;46 bool use_hndshk;47 u8 act_dist; /* Active distance */48 u8 act_intrvl; /* Active refresh interval; ms */49 u8 tch_tmout; /* Active touch timeout; ms */50 u8 lp_intrvl; /* Low power refresh interval; ms */51 int (*init)(void);52 void (*exit)(void);[all …]