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

/linux-master/drivers/input/misc/
H A Dyealink.h22 #define USB_PKT_LEN sizeof(struct yld_ctl_packet) macro
H A Dcm109.c85 enum { USB_PKT_LEN = sizeof(struct cm109_ctl_packet) }; enumerator in enum:__anon233
509 USB_PKT_LEN, USB_CTRL_SET_TIMEOUT);
669 usb_free_coherent(dev->udev, USB_PKT_LEN, dev->ctl_data, dev->ctl_dma);
670 usb_free_coherent(dev->udev, USB_PKT_LEN, dev->irq_data, dev->irq_dma);
723 dev->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN,
728 dev->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN,
749 if (ret != USB_PKT_LEN)
751 ret, USB_PKT_LEN);
755 USB_PKT_LEN,
767 dev->ctl_req->wLength = cpu_to_le16(USB_PKT_LEN);
[all...]
H A Dyealink.c253 for(i=0; i<USB_PKT_LEN-1; i++)
832 usb_free_coherent(yld->udev, USB_PKT_LEN, yld->ctl_data, yld->ctl_dma);
833 usb_free_coherent(yld->udev, USB_PKT_LEN, yld->irq_data, yld->irq_dma);
883 yld->irq_data = usb_alloc_coherent(udev, USB_PKT_LEN,
888 yld->ctl_data = usb_alloc_coherent(udev, USB_PKT_LEN,
909 if (ret != USB_PKT_LEN)
911 ret, USB_PKT_LEN);
915 USB_PKT_LEN,
928 yld->ctl_req->wLength = cpu_to_le16(USB_PKT_LEN);
931 (void *)yld->ctl_req, yld->ctl_data, USB_PKT_LEN,
[all...]

Completed in 99 milliseconds