Merge remote-tracking branch 'aosp/android-3.0' into develop-3.0
[firefly-linux-kernel-4.4.55.git] / drivers / input / touchscreen / ct360_calib.h
1
2 struct ct36x_i2c_data {
3         unsigned char                           buf[32];
4 };
5
6
7 struct ct360_ts_data {
8         u16             x_max;  
9         u16             y_max;
10         bool    swap_xy;           //define?
11         int     irq;
12         struct ct36x_i2c_data   data;
13         struct  i2c_client *client;
14     struct      input_dev *input_dev;
15         struct workqueue_struct *ct360_wq;
16     struct      work_struct  work;
17     struct      early_suspend early_suspend;
18 };