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,
393 dev_dbg(&phy->udev->dev, "%s\n", __func__);
408 rc = usb_bulk_msg(phy->udev, phy->out_urb->pipe, buffer, sizeof(cmd),
412 nfc_err(&phy->udev->dev,
419 nfc_err(&phy->udev->dev,
440 dev_dbg(&phy->udev->dev,
446 nfc_err(&phy->udev->dev,
463 dev_dbg(&phy->udev->dev,
469 nfc_err(&phy->udev->dev,
508 phy->udev = usb_get_dev(interface_to_usbdev(interface));
536 usb_fill_bulk_urb(phy->in_urb, phy->udev,
537 usb_rcvbulkpipe(phy->udev, in_endpoint),
540 usb_fill_bulk_urb(phy->out_urb, phy->udev,
541 usb_sndbulkpipe(phy->udev, out_endpoint),
543 usb_fill_bulk_urb(phy->ack_urb, phy->udev,
544 usb_sndbulkpipe(phy->udev, out_endpoint),
578 &phy->udev->dev);
608 usb_put_dev(phy->udev);