USB_PKT_LEN
USB_PKT_LEN, USB_CTRL_SET_TIMEOUT);
usb_free_coherent(dev->udev, USB_PKT_LEN, dev->ctl_data, dev->ctl_dma);
usb_free_coherent(dev->udev, USB_PKT_LEN, dev->irq_data, dev->irq_dma);
dev->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN,
dev->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN,
if (ret != USB_PKT_LEN)
ret, USB_PKT_LEN);
USB_PKT_LEN,
dev->ctl_req->wLength = cpu_to_le16(USB_PKT_LEN);
(void *)dev->ctl_req, dev->ctl_data, USB_PKT_LEN,
for(i=0; i<USB_PKT_LEN-1; i++)
usb_free_coherent(yld->udev, USB_PKT_LEN, yld->ctl_data, yld->ctl_dma);
usb_free_coherent(yld->udev, USB_PKT_LEN, yld->irq_data, yld->irq_dma);
yld->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN,
yld->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN,
if (ret != USB_PKT_LEN)
ret, USB_PKT_LEN);
USB_PKT_LEN,
yld->ctl_req->wLength = cpu_to_le16(USB_PKT_LEN);
(void *)yld->ctl_req, yld->ctl_data, USB_PKT_LEN,