Lines Matching defs:count
191 const unsigned char *buf, int count)
208 priv->outstanding_bytes += count;
211 buffer = kmemdup(buf, count, GFP_ATOMIC);
219 usb_serial_debug_data(&port->dev, __func__, count, buffer);
231 dr->wLength = cpu_to_le16(count);
235 (unsigned char *)dr, buffer, count,
252 return count;
262 priv->outstanding_bytes -= count;
295 unsigned int count;
298 count = priv->outstanding_bytes;
301 return count;