Lines Matching defs:udev
47 struct usb_device *udev;
67 nfc_err(&phy->udev->dev, "failed to alloc memory\n");
99 dev_dbg(&phy->udev->dev,
105 nfc_err(&phy->udev->dev,
113 nfc_err(&phy->udev->dev, "Received an invalid ack\n");
120 nfc_err(&phy->udev->dev,
404 rc = usb_bulk_msg(phy->udev, phy->out_urb->pipe, buffer, sizeof(cmd),
408 nfc_err(&phy->udev->dev,
415 nfc_err(&phy->udev->dev,
436 dev_dbg(&phy->udev->dev,
442 nfc_err(&phy->udev->dev,
459 dev_dbg(&phy->udev->dev,
465 nfc_err(&phy->udev->dev,
504 phy->udev = usb_get_dev(interface_to_usbdev(interface));
532 usb_fill_bulk_urb(phy->in_urb, phy->udev,
533 usb_rcvbulkpipe(phy->udev, in_endpoint),
536 usb_fill_bulk_urb(phy->out_urb, phy->udev,
537 usb_sndbulkpipe(phy->udev, out_endpoint),
539 usb_fill_bulk_urb(phy->ack_urb, phy->udev,
540 usb_sndbulkpipe(phy->udev, out_endpoint),
574 &phy->udev->dev);
604 usb_put_dev(phy->udev);