Searched refs:pre_touch (Results 1 – 7 of 7) sorted by relevance
214 static rt_uint8_t pre_touch = 0; in gt911_read_point() local259 if (pre_touch > touch_num) /* point up */ in gt911_read_point()261 for (read_index = 0; read_index < pre_touch; read_index++) in gt911_read_point()303 else if (pre_touch) in gt911_read_point()305 for (read_index = 0; read_index < pre_touch; read_index++) in gt911_read_point()311 pre_touch = touch_num; in gt911_read_point()
217 static rt_uint8_t pre_touch = 0; in gt911_read_point() local262 if(pre_touch > touch_num) /* point up */ in gt911_read_point()264 for (read_index = 0; read_index < pre_touch; read_index++) in gt911_read_point()303 else if (pre_touch) in gt911_read_point()305 for(read_index = 0; read_index < pre_touch; read_index++) in gt911_read_point()311 pre_touch = touch_num; in gt911_read_point()
133 static rt_uint8_t pre_touch = 0; variable160 if (pre_touch > sStRegMap.u8Fingers) /* point up */ in st1663i_read_point()219 pre_touch = sStRegMap.u8Fingers; in st1663i_read_point()225 pre_touch = 0; in st1663i_read_point()
133 static rt_uint8_t pre_touch = 0; variable160 if (pre_touch > sFtRegMap.u8TDStatus) /* point up */ in ft5446_read_point()224 pre_touch = sFtRegMap.u8TDStatus; in ft5446_read_point()230 pre_touch = 0; in ft5446_read_point()
200 static rt_uint8_t pre_touch = 0; variable257 if (pre_touch > touch_num) /* point up */ in gt911_read_point()297 pre_touch = touch_num; in gt911_read_point()
385 static rt_uint8_t pre_touch = 0; variable430 if (pre_touch > touch_num) /* point up */ in ili_read_point()486 pre_touch = touch_num; in ili_read_point()492 pre_touch = 0; in ili_read_point()
398 static rt_uint8_t pre_touch = 0; in ili_read_point() local426 if (pre_touch > touch_num) /* point up */ in ili_read_point()428 for (i = 0; i < pre_touch; i++) in ili_read_point()480 pre_touch = touch_num; in ili_read_point()
Completed in 15 milliseconds