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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dyealink.h36 #define USB_PKT_LEN sizeof(struct yld_ctl_packet) macro
H A Dyealink.c267 for(i=0; i<USB_PKT_LEN-1; i++)
827 usb_buffer_free(yld->udev, USB_PKT_LEN,
829 usb_buffer_free(yld->udev, USB_PKT_LEN,
875 yld->irq_data = usb_buffer_alloc(udev, USB_PKT_LEN,
880 yld->ctl_data = usb_buffer_alloc(udev, USB_PKT_LEN,
902 if (ret != USB_PKT_LEN)
903 err("invalid payload size %d, expected %zd", ret, USB_PKT_LEN);
907 USB_PKT_LEN,
920 yld->ctl_req->wLength = cpu_to_le16(USB_PKT_LEN);
923 (void *)yld->ctl_req, yld->ctl_data, USB_PKT_LEN,
[all...]

Completed in 91 milliseconds