Lines Matching refs:USB_PKT_LEN
88 enum { USB_PKT_LEN = sizeof(struct cm109_ctl_packet) }; enumerator
487 USB_PKT_LEN, USB_CTRL_SET_TIMEOUT); in cm109_toggle_buzzer_sync()
645 usb_free_coherent(dev->udev, USB_PKT_LEN, in cm109_usb_cleanup()
648 usb_free_coherent(dev->udev, USB_PKT_LEN, in cm109_usb_cleanup()
698 dev->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN, in cm109_usb_probe()
703 dev->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN, in cm109_usb_probe()
724 if (ret != USB_PKT_LEN) in cm109_usb_probe()
726 ret, USB_PKT_LEN); in cm109_usb_probe()
730 USB_PKT_LEN, in cm109_usb_probe()
742 dev->ctl_req->wLength = cpu_to_le16(USB_PKT_LEN); in cm109_usb_probe()
745 (void *)dev->ctl_req, dev->ctl_data, USB_PKT_LEN, in cm109_usb_probe()