Lines Matching refs:bytes
260 * than 800 bytes/sec, in which case 4800 baud is the
663 dev_dbg(&port->dev, "%s - %d bytes\n", __func__, count);
785 /* do not count the line control and size bytes */
1036 int bytes = 0;
1082 bytes = data[1] + 2;
1088 bytes = (data[0] & 0x07) + 1;
1093 if (result < bytes) {
1095 "%s - wrong packet size - received %d bytes but packet said %d bytes\n",
1096 __func__, result, bytes);
1145 if (bytes > i) {
1147 tty_flag, bytes - i);
1153 priv->bytes_in += bytes;