Lines Matching refs:usbdev
107 struct usb_device *usbdev; /* the usb device for this device */ member
543 device->urbinfo->dev = device->usbdev; in gtco_input_open()
841 gtco->usbdev = interface_to_usbdev(usbinterface); in gtco_probe()
845 gtco->buffer = usb_alloc_coherent(gtco->usbdev, REPORT_MAX_SIZE, in gtco_probe()
910 result = usb_control_msg(gtco->usbdev, in gtco_probe()
911 usb_rcvctrlpipe(gtco->usbdev, 0), in gtco_probe()
939 usb_make_path(gtco->usbdev, gtco->usbpath, sizeof(gtco->usbpath)); in gtco_probe()
956 usb_to_input_id(gtco->usbdev, &input_dev->id); in gtco_probe()
963 gtco->usbdev, in gtco_probe()
964 usb_rcvintpipe(gtco->usbdev, in gtco_probe()
988 usb_free_coherent(gtco->usbdev, REPORT_MAX_SIZE, in gtco_probe()
1011 usb_free_coherent(gtco->usbdev, REPORT_MAX_SIZE, in gtco_disconnect()