Searched refs:read_urb (Results 1 – 2 of 2) sorted by relevance
144 struct urb *read_urb; member744 ucs->read_urb = usb_alloc_urb(0, GFP_KERNEL); in gigaset_probe()745 if (!ucs->read_urb) { in gigaset_probe()759 usb_fill_int_urb(ucs->read_urb, udev, in gigaset_probe()765 retval = usb_submit_urb(ucs->read_urb, GFP_KERNEL); in gigaset_probe()783 usb_kill_urb(ucs->read_urb); in gigaset_probe()787 usb_free_urb(ucs->read_urb); in gigaset_probe()789 ucs->read_urb = ucs->bulk_out_urb = NULL; in gigaset_probe()808 usb_kill_urb(ucs->read_urb); in gigaset_disconnect()820 usb_free_urb(ucs->read_urb); in gigaset_disconnect()[all …]
95 struct urb *read_urb; member