w_bytes          1081 drivers/tty/serial/imx.c 	unsigned int w_bytes = 0;
w_bytes          1122 drivers/tty/serial/imx.c 			w_bytes = tty_insert_flip_string(port,
w_bytes          1129 drivers/tty/serial/imx.c 			if (w_bytes != r_bytes)
w_bytes          1132 drivers/tty/serial/imx.c 			sport->port.icount.rx += w_bytes;
w_bytes          1139 drivers/tty/serial/imx.c 	if (w_bytes) {
w_bytes          1141 drivers/tty/serial/imx.c 		dev_dbg(sport->port.dev, "We get %d bytes.\n", w_bytes);