Lines Matching defs:count
191 const unsigned char *buf, int count)
208 priv->outstanding_bytes += count;
211 buffer = kmalloc(count, GFP_ATOMIC);
219 memcpy(buffer, buf, count);
221 usb_serial_debug_data(&port->dev, __func__, count, buffer);
233 dr->wLength = cpu_to_le16(count);
237 (unsigned char *)dr, buffer, count,
254 return count;
264 priv->outstanding_bytes -= count;
297 int count;
300 count = priv->outstanding_bytes;
303 return count;