Searched defs:tsc2007_platform_data (Results 1 – 1 of 1) sorted by relevance
7 struct tsc2007_platform_data { struct8 u16 model; /* 2007. */9 u16 x_plate_ohms; /* must be non-zero value */11 unsigned long poll_period; /* time (in ms) between samples */12 int fuzzx; /* fuzz factor for X, Y and pressure axes */13 int fuzzy;14 int fuzzz;16 int (*get_pendown_state)(struct device *);18 void (*clear_penirq)(void);19 int (*init_platform_hw)(void);[all …]