Searched refs:touch_ind_mode (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
H A Dauo-pixcir-ts.c120 bool touch_ind_mode; member in struct:auo_pixcir_ts
193 /* check for up event in touch touch_ind_mode */ auo_pixcir_interrupt()
194 if (ts->touch_ind_mode) { auo_pixcir_interrupt()
205 /* we want to loop only in touch_ind_mode */ auo_pixcir_interrupt()
206 if (!ts->touch_ind_mode) auo_pixcir_interrupt()
248 /* we want to loop only in touch_ind_mode */ auo_pixcir_interrupt()
249 if (!ts->touch_ind_mode) auo_pixcir_interrupt()
317 ts->touch_ind_mode = pdata->int_setting == AUO_PIXCIR_INT_TOUCH_IND; auo_pixcir_int_config()
566 ts->touch_ind_mode = 0; auo_pixcir_probe()

Completed in 114 milliseconds