Searched refs:USB_PKT_LEN (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dcm109.c88 enum { USB_PKT_LEN = sizeof(struct cm109_ctl_packet) }; enumerator in enum:__anon11722
477 USB_PKT_LEN, USB_CTRL_SET_TIMEOUT);
633 usb_free_coherent(dev->udev, USB_PKT_LEN,
636 usb_free_coherent(dev->udev, USB_PKT_LEN,
686 dev->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN,
691 dev->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN,
712 if (ret != USB_PKT_LEN)
713 err("invalid payload size %d, expected %d", ret, USB_PKT_LEN);
717 USB_PKT_LEN,
729 dev->ctl_req->wLength = cpu_to_le16(USB_PKT_LEN);
[all...]
H A Dyealink.h36 #define USB_PKT_LEN sizeof(struct yld_ctl_packet) macro
H A Dyealink.c268 for(i=0; i<USB_PKT_LEN-1; i++)
839 usb_free_coherent(yld->udev, USB_PKT_LEN, yld->ctl_data, yld->ctl_dma);
840 usb_free_coherent(yld->udev, USB_PKT_LEN, yld->irq_data, yld->irq_dma);
885 yld->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN,
890 yld->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN,
911 if (ret != USB_PKT_LEN)
912 err("invalid payload size %d, expected %zd", ret, USB_PKT_LEN);
916 USB_PKT_LEN,
929 yld->ctl_req->wLength = cpu_to_le16(USB_PKT_LEN);
932 (void *)yld->ctl_req, yld->ctl_data, USB_PKT_LEN,
[all...]

Completed in 111 milliseconds