Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/input/
Dcyttsp.h43 struct cyttsp_platform_data { struct
44 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 …]