Searched refs:GTP_INT_TRIGGER (Results 1 – 5 of 5) sorted by relevance
283 #define GTP_INT_TRIGGER 0 // 0: Rising 1: Falling macro287 #define GTP_INT_TRIGGER 1 macro
1375 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()
306 if (GTP_INT_TRIGGER == 0) //RISING in gup_init_panel()310 else if (GTP_INT_TRIGGER == 1) //FALLING in gup_init_panel()
255 #define GTP_INT_TRIGGER 1 /* 0:Rising 1:Falling */ macro260 #define GTP_INT_TRIGGER 1 macro
625 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()