tf_pointer        819 drivers/tty/serial/msm_serial.c 	unsigned int tf_pointer = 0;
tf_pointer        830 drivers/tty/serial/msm_serial.c 	while (tf_pointer < tx_count) {
tf_pointer        838 drivers/tty/serial/msm_serial.c 			num_chars = min(tx_count - tf_pointer,
tf_pointer        850 drivers/tty/serial/msm_serial.c 		tf_pointer += num_chars;