Lines Matching refs:usbdev
164 struct usb_device *usbdev; /* init: probe_irda */ member
196 struct usb_device *dev = stir->usbdev; in write_reg()
211 struct usb_device *dev = stir->usbdev; in read_reg()
724 if (usb_bulk_msg(stir->usbdev, usb_sndbulkpipe(stir->usbdev, 1), in stir_send()
855 err = usb_clear_halt(stir->usbdev, usb_sndbulkpipe(stir->usbdev, 1)); in stir_net_open()
858 err = usb_clear_halt(stir->usbdev, usb_rcvbulkpipe(stir->usbdev, 2)); in stir_net_open()
887 usb_fill_bulk_urb(stir->rx_urb, stir->usbdev, in stir_net_open()
888 usb_rcvbulkpipe(stir->usbdev, 2), in stir_net_open()
901 sprintf(hwname, "usb#%d", stir->usbdev->devnum); in stir_net_open()
904 dev_err(&stir->usbdev->dev, "irlap_open failed\n"); in stir_net_open()
913 dev_err(&stir->usbdev->dev, "unable to start kernel thread\n"); in stir_net_open()
1038 stir->usbdev = dev; in stir_probe()