Lines Matching defs:udev
40 struct usb_device *udev; /* init: probe_lcd */
71 usb_put_dev(dev->udev);
141 retval = usb_bulk_msg(dev->udev,
142 usb_rcvbulkpipe(dev->udev,
174 bcdDevice = le16_to_cpu((dev->udev)->descriptor.bcdDevice);
249 buf = usb_alloc_coherent(dev->udev, count, GFP_KERNEL,
262 usb_fill_bulk_urb(urb, dev->udev,
263 usb_sndbulkpipe(dev->udev,
273 dev_err(&dev->udev->dev,
289 usb_free_coherent(dev->udev, count, buf, urb->transfer_dma);
335 dev->udev = usb_get_dev(interface_to_usbdev(interface));
338 if (le16_to_cpu(dev->udev->descriptor.idProduct) != 0x0001) {
376 i = le16_to_cpu(dev->udev->descriptor.bcdDevice);
380 (i & 0xF0)>>4, (i & 0xF), dev->udev->devnum);