Searched refs:urb_cmd_out (Results 1 – 1 of 1) sorted by relevance
101 struct urb *urb_cmd_out; /* for sending AT commands */ member1881 usb_fill_control_urb(ucs->urb_cmd_out, ucs->udev, in atwrite_submit()1885 rc = usb_submit_urb(ucs->urb_cmd_out, GFP_ATOMIC); in atwrite_submit()2216 ucs->urb_cmd_out = NULL; in gigaset_initcshw()2263 usb_kill_urb(ucs->urb_cmd_out); in freeurbs()2264 usb_free_urb(ucs->urb_cmd_out); in freeurbs()2265 ucs->urb_cmd_out = NULL; in freeurbs()2345 !(ucs->urb_cmd_out = usb_alloc_urb(0, GFP_KERNEL)) || in gigaset_probe()