Lines Matching defs:USB_PKT_LEN
85 enum { USB_PKT_LEN = sizeof(struct cm109_ctl_packet) };
509 USB_PKT_LEN, USB_CTRL_SET_TIMEOUT);
669 usb_free_coherent(dev->udev, USB_PKT_LEN, dev->ctl_data, dev->ctl_dma);
670 usb_free_coherent(dev->udev, USB_PKT_LEN, dev->irq_data, dev->irq_dma);
723 dev->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN,
728 dev->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN,
749 if (ret != USB_PKT_LEN)
751 ret, USB_PKT_LEN);
755 USB_PKT_LEN,
767 dev->ctl_req->wLength = cpu_to_le16(USB_PKT_LEN);
770 (void *)dev->ctl_req, dev->ctl_data, USB_PKT_LEN,