Home
last modified time | relevance | path

Searched refs:GTP_INT_TRIGGER (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.h283 #define GTP_INT_TRIGGER 0 // 0: Rising 1: Falling macro
287 #define GTP_INT_TRIGGER 1 macro
H A Dgt9xx.c1375 ts->int_trigger_type = GTP_INT_TRIGGER; in gtp_get_info()
1586 if (GTP_INT_TRIGGER == 0) //RISING in gtp_init_panel()
1590 else if (GTP_INT_TRIGGER == 1) //FALLING in gtp_init_panel()
1612 ts->int_trigger_type = GTP_INT_TRIGGER; in gtp_init_panel()
2802 ts->int_trigger_type = GTP_INT_TRIGGER; in goodix_ts_probe()
H A Dgt9xx_update.c306 if (GTP_INT_TRIGGER == 0) //RISING in gup_init_panel()
310 else if (GTP_INT_TRIGGER == 1) //FALLING in gup_init_panel()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.h255 #define GTP_INT_TRIGGER 1 /* 0:Rising 1:Falling */ macro
260 #define GTP_INT_TRIGGER 1 macro
H A Dgt1x_generic.c625 if (GTP_INT_TRIGGER == 0) { /* RISING */ in gt1x_init_panel()
627 } else if (GTP_INT_TRIGGER == 1) { /* FALLING */ in gt1x_init_panel()
2348 gt1x_int_type = GTP_INT_TRIGGER; in gt1x_init()