Lines Matching defs:count
94 /* increment our usage count for the device */
118 /* decrement the count on our device */
125 size_t count, loff_t *ppos)
145 min(dev->bulk_in_size, count),
218 size_t count, loff_t *ppos)
228 if (count == 0)
249 buf = usb_alloc_coherent(dev->udev, count, GFP_KERNEL,
256 if (copy_from_user(buf, user_buffer, count)) {
265 buf, count, lcd_write_bulk_callback, dev);
285 return count;
289 usb_free_coherent(dev->udev, count, buf, urb->transfer_dma);
430 /* decrement our usage count */