Symbol: USB_PKT_LEN
drivers/input/misc/cm109.c
504
USB_PKT_LEN, USB_CTRL_SET_TIMEOUT);
drivers/input/misc/cm109.c
660
usb_free_coherent(dev->udev, USB_PKT_LEN, dev->ctl_data, dev->ctl_dma);
drivers/input/misc/cm109.c
661
usb_free_coherent(dev->udev, USB_PKT_LEN, dev->irq_data, dev->irq_dma);
drivers/input/misc/cm109.c
714
dev->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN,
drivers/input/misc/cm109.c
719
dev->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN,
drivers/input/misc/cm109.c
740
if (ret != USB_PKT_LEN)
drivers/input/misc/cm109.c
742
ret, USB_PKT_LEN);
drivers/input/misc/cm109.c
746
USB_PKT_LEN,
drivers/input/misc/cm109.c
758
dev->ctl_req->wLength = cpu_to_le16(USB_PKT_LEN);
drivers/input/misc/cm109.c
761
(void *)dev->ctl_req, dev->ctl_data, USB_PKT_LEN,
drivers/input/misc/yealink.c
255
for(i=0; i<USB_PKT_LEN-1; i++)
drivers/input/misc/yealink.c
800
usb_free_coherent(yld->udev, USB_PKT_LEN, yld->ctl_data, yld->ctl_dma);
drivers/input/misc/yealink.c
801
usb_free_coherent(yld->udev, USB_PKT_LEN, yld->irq_data, yld->irq_dma);
drivers/input/misc/yealink.c
847
yld->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN,
drivers/input/misc/yealink.c
852
yld->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN,
drivers/input/misc/yealink.c
873
if (ret != USB_PKT_LEN)
drivers/input/misc/yealink.c
875
ret, USB_PKT_LEN);
drivers/input/misc/yealink.c
879
USB_PKT_LEN,
drivers/input/misc/yealink.c
892
yld->ctl_req->wLength = cpu_to_le16(USB_PKT_LEN);
drivers/input/misc/yealink.c
895
(void *)yld->ctl_req, yld->ctl_data, USB_PKT_LEN,