USB_PKT_LEN       509 drivers/input/misc/cm109.c 				USB_PKT_LEN, USB_CTRL_SET_TIMEOUT);
USB_PKT_LEN       667 drivers/input/misc/cm109.c 		usb_free_coherent(dev->udev, USB_PKT_LEN,
USB_PKT_LEN       670 drivers/input/misc/cm109.c 		usb_free_coherent(dev->udev, USB_PKT_LEN,
USB_PKT_LEN       724 drivers/input/misc/cm109.c 	dev->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN,
USB_PKT_LEN       729 drivers/input/misc/cm109.c 	dev->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN,
USB_PKT_LEN       750 drivers/input/misc/cm109.c 	if (ret != USB_PKT_LEN)
USB_PKT_LEN       752 drivers/input/misc/cm109.c 			ret, USB_PKT_LEN);
USB_PKT_LEN       756 drivers/input/misc/cm109.c 			 USB_PKT_LEN,
USB_PKT_LEN       768 drivers/input/misc/cm109.c 	dev->ctl_req->wLength = cpu_to_le16(USB_PKT_LEN);
USB_PKT_LEN       771 drivers/input/misc/cm109.c 			     (void *)dev->ctl_req, dev->ctl_data, USB_PKT_LEN,
USB_PKT_LEN       253 drivers/input/misc/yealink.c 	for(i=0; i<USB_PKT_LEN-1; i++)
USB_PKT_LEN       832 drivers/input/misc/yealink.c 	usb_free_coherent(yld->udev, USB_PKT_LEN, yld->ctl_data, yld->ctl_dma);
USB_PKT_LEN       833 drivers/input/misc/yealink.c 	usb_free_coherent(yld->udev, USB_PKT_LEN, yld->irq_data, yld->irq_dma);
USB_PKT_LEN       883 drivers/input/misc/yealink.c 	yld->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN,
USB_PKT_LEN       888 drivers/input/misc/yealink.c 	yld->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN,
USB_PKT_LEN       909 drivers/input/misc/yealink.c 	if (ret != USB_PKT_LEN)
USB_PKT_LEN       911 drivers/input/misc/yealink.c 			ret, USB_PKT_LEN);
USB_PKT_LEN       915 drivers/input/misc/yealink.c 			USB_PKT_LEN,
USB_PKT_LEN       928 drivers/input/misc/yealink.c 	yld->ctl_req->wLength	= cpu_to_le16(USB_PKT_LEN);
USB_PKT_LEN       931 drivers/input/misc/yealink.c 			(void *)yld->ctl_req, yld->ctl_data, USB_PKT_LEN,