Lines Matching defs:udev
603 struct usb_device *udev; /* usb device */
1142 xpad->odata = usb_alloc_coherent(xpad->udev, XPAD_PKT_LEN,
1155 usb_fill_int_urb(xpad->irq_out, xpad->udev,
1156 usb_sndintpipe(xpad->udev, ep_irq_out->bEndpointAddress),
1165 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, xpad->odata, xpad->odata_dma);
1185 usb_free_coherent(xpad->udev, XPAD_PKT_LEN,
1493 error = led_classdev_register(&xpad->udev->dev, led_cdev);
1672 usb_to_input_id(xpad->udev, &input_dev->id);
1761 struct usb_device *udev = interface_to_usbdev(intf);
1770 if ((le16_to_cpu(udev->descriptor.idVendor) == xpad_device[i].idVendor) &&
1771 (le16_to_cpu(udev->descriptor.idProduct) == xpad_device[i].idProduct))
1779 usb_make_path(udev, xpad->phys, sizeof(xpad->phys));
1782 xpad->idata = usb_alloc_coherent(udev, XPAD_PKT_LEN,
1795 xpad->udev = udev;
1856 usb_fill_int_urb(xpad->irq_in, udev,
1857 usb_rcvintpipe(udev, ep_irq_in->bEndpointAddress),
1883 udev->quirks |= USB_QUIRK_RESET_RESUME;
1896 usb_free_coherent(udev, XPAD_PKT_LEN, xpad->idata, xpad->idata_dma);
1920 usb_free_coherent(xpad->udev, XPAD_PKT_LEN,