Lines Matching refs:udev
65 struct usb_device *udev = dev->udev; in cx82310_cmd() local
77 ret = usb_bulk_msg(udev, usb_sndbulkpipe(udev, CMD_EP), buf, in cx82310_cmd()
81 dev_err(&dev->udev->dev, "send command %#x: error %d\n", in cx82310_cmd()
89 ret = usb_bulk_msg(udev, usb_rcvbulkpipe(udev, CMD_EP), in cx82310_cmd()
94 dev_err(&dev->udev->dev, in cx82310_cmd()
103 dev_err(&dev->udev->dev, "no reply to command %#x\n", in cx82310_cmd()
109 dev_err(&dev->udev->dev, in cx82310_cmd()
116 dev_err(&dev->udev->dev, "command %#x failed: %#x\n", in cx82310_cmd()
138 struct usb_device *udev = dev->udev; in cx82310_bind() local
143 if (usb_string(udev, udev->descriptor.iProduct, buf, sizeof(buf)) > 0 in cx82310_bind()
145 dev_info(&udev->dev, "ignoring: probably an ADSL modem\n"); in cx82310_bind()
177 dev_err(&udev->dev, "firmware not ready in time\n"); in cx82310_bind()
184 dev_err(&udev->dev, "unable to enable ethernet mode: %d\n", in cx82310_bind()
193 dev_err(&udev->dev, "unable to read MAC address: %d\n", ret); in cx82310_bind()
260 dev_err(&dev->udev->dev, "RX packet too long: %d B\n", in cx82310_rx_fixup()