Searched refs:tf_pointer (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/tty/serial/
H A Dmsm_serial.c837 unsigned int tf_pointer = 0; local
848 while (tf_pointer < tx_count) {
856 num_chars = min(tx_count - tf_pointer,
866 tf_pointer += num_chars;

Completed in 407 milliseconds