Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dmsm_serial.c239 unsigned int tf_pointer = 0; in handle_tx() local
262 while (tf_pointer < tx_count) { in handle_tx()
270 num_chars = min(tx_count - tf_pointer, in handle_tx()
282 tf_pointer += num_chars; in handle_tx()