Searched defs:gsl_ts (Results 1 – 9 of 9) sorted by relevance
147 struct gsl_ts { struct152 struct gsl_ts_data *dd; argument153 struct regulator *regulator;154 int flag_irq_is_disable;155 spinlock_t irq_lock;156 u8 *touch_data;157 u8 device_id;159 struct regulator *tp_regulator;161 int irq;162 int rst;[all …]
128 struct gsl_ts { struct133 struct gsl_ts_data *dd; argument134 u8 *touch_data;135 u8 device_id;136 int irq;137 int irq_pin;138 int rst_pin;139 int rst_val;140 int flip_x;141 int flip_y;[all …]
104 struct gsl_ts { struct109 struct gsl_ts_data *dd; argument110 u8 *touch_data;111 u8 device_id;112 int irq;113 int irq_pin;114 int wake_pin;115 struct tp_device tp;116 int screen_max_x;117 int screen_max_y;[all …]
188 struct gsl_ts { struct193 struct gsl_ts_data *dd; argument214 const struct gsl_ts_cfg *ts_cfg; argument
193 struct gsl_ts { struct198 struct gsl_ts_data *dd; argument199 u8 *touch_data;200 u8 device_id;201 int irq;202 int rst;203 int flag_irq_is_disable;206 bool flag_activated;209 bool flag_need_resume;211 spinlock_t irq_lock;[all …]
196 struct gsl_ts { struct201 struct gsl_ts_data *dd; argument202 u8 *touch_data;203 u8 device_id;204 int irq;205 int rst;206 int flag_irq_is_disable;207 spinlock_t irq_lock;208 struct tp_device tp;209 struct work_struct download_fw_work;[all …]
241 struct gsl_ts { struct246 struct gsl_ts_data *dd; argument247 u8 *touch_data;248 u8 device_id;249 int irq;250 int irq_pin;251 int wake_pin;252 struct tp_device tp;254 struct early_suspend early_suspend;
143 struct gsl_ts { struct148 struct gsl_ts_data *dd; argument149 u8 *touch_data;150 u8 device_id;151 int irq;152 int irq_pin;153 int wake_pin;154 struct tp_device tp;155 int screen_max_x;156 int screen_max_y;[all …]