Searched defs:tsc2007_platform_data (Results 1 – 1 of 1) sorted by relevance
6 struct tsc2007_platform_data { struct7 u16 model; /* 2007. */8 u16 x_plate_ohms; /* must be non-zero value */9 u16 max_rt; /* max. resistance above which samples are ignored */10 unsigned long poll_period; /* time (in ms) between samples */11 int fuzzx; /* fuzz factor for X, Y and pressure axes */12 int fuzzy;13 int fuzzz;15 int (*get_pendown_state)(struct device *);17 void (*clear_penirq)(void);[all …]