Lines Matching defs:size
541 unsigned size = max;
557 buf = kzalloc(size, GFP_KERNEL);
564 sg_set_buf(&sg[i], buf, size);
571 for (j = 0; j < size; j++)
573 n_size += size;
578 size += vary;
579 size %= max;
580 if (size == 0)
581 size = (vary < max) ? vary : max;
737 ERROR(tdev, "bogus config descriptor read size\n");
1340 /* device descriptor size == 18 bytes */
1435 static int unlink1(struct usbtest_dev *dev, int pipe, int size, int async)
1442 urb = simple_alloc_urb(testdev_to_usbdev(dev), pipe, size, 0);
1555 unsigned size)
1569 buf = usb_alloc_coherent(udev, size, GFP_KERNEL, &buf_dma);
1572 memset(buf, 0, size);
1582 usb_fill_bulk_urb(ctx.urbs[i], udev, pipe, buf, size,
1623 usb_free_coherent(udev, size, buf, buf_dma);