Lines Matching refs:bytes
261 * than 800 bytes/sec, in which case 4800 baud is the
662 dev_dbg(&port->dev, "%s - %d bytes\n", __func__, count);
784 /* do not count the line control and size bytes */
1021 int bytes = 0;
1067 bytes = data[1] + 2;
1073 bytes = (data[0] & 0x07) + 1;
1078 if (result < bytes) {
1080 "%s - wrong packet size - received %d bytes but packet said %d bytes\n",
1081 __func__, result, bytes);
1130 if (bytes > i) {
1132 tty_flag, bytes - i);
1138 priv->bytes_in += bytes;