Home
last modified time | relevance | path

Searched refs:touch_index (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgslx680_pad.c79 u8 touch_index; member
718 touches = ts->touch_data[ts->dd->touch_index]; in gslX680_ts_worker()
832 ts->dd->touch_index = 0; in gslX680_ts_init()
H A Dgslx680_firefly.c103 u8 touch_index; member
692 touches = ts->touch_data[ts->dd->touch_index];
804 ts->dd->touch_index = 0;
H A Dgsl3673.c168 u8 touch_index; member
814 touches = ts->touch_data[ts->dd->touch_index]; in gsl3673_ts_worker()
987 ts->dd->touch_index = 0; in gsl3673_ts_init()
H A Dgslx680a.c216 u8 touch_index; member
819 touches = ts->touch_data[ts->dd->touch_index]; in gslX680_ts_worker()
1005 ts->dd->touch_index = 0; in gslX680_ts_init()
H A Dgsl3673_800x1280.c171 u8 touch_index; member
836 touches = ts->touch_data[ts->dd->touch_index]; in gsl3673_ts_worker()
1009 ts->dd->touch_index = 0; in gsl3673_ts_init()
H A Dgslx680.c152 u8 touch_index; member
1002 touches = ts->touch_data[ts->dd->touch_index]; in gslX680_ts_worker()
1406 ts->dd->touch_index = 0; in gslX680_ts_init()
H A Dgslx6801.c122 u8 touch_index; member
940 touches = ts->touch_data[ts->dd->touch_index]; in gslX680_ts_worker()
1279 ts->dd->touch_index = 0; in gslX680_ts_init()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/
H A Dgsl3676.c171 u8 touch_index; member
809 touches = ts->touch_data[ts->dd->touch_index]; in gsl_ts_worker()
982 ts->dd->touch_index = 0; in gsl_thzy_ts_init()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/
H A Drockchip_gslX680.c118 u8 touch_index; member
766 touches = ts->touch_data[ts->dd->touch_index]; in gslX680_ts_worker()
989 ts->dd->touch_index = 0; in gsl_ts_init_ts()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.c894 u16 touch_index = 0; in goodix_ts_work_func() local
918 touch_index |= (0x01<<id); in goodix_ts_work_func()
921 GTP_DEBUG("id = %d,touch_index = 0x%x, pre_touch = 0x%x\n",id, touch_index,pre_touch); in goodix_ts_work_func()
931 if ((touch_index & (0x01<<i))) in goodix_ts_work_func()
945 touch_index |= (0x01<<id); in goodix_ts_work_func()