Searched refs:this_urb (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dusb_wwan.c133 struct urb *this_urb = NULL; /* spurious */ local
149 this_urb = portdata->out_urbs[i];
154 usb_unlink_urb(this_urb);
158 usb_pipeendpoint(this_urb->pipe), i);
165 memcpy(this_urb->transfer_buffer, buf, todo);
166 this_urb->transfer_buffer_length = todo;
170 usb_anchor_urb(this_urb, &portdata->delayed);
175 err = usb_submit_urb(this_urb, GFP_ATOMIC);
178 "(%d)", this_urb, err);
273 struct urb *this_urb; local
294 struct urb *this_urb; local
[all...]
H A Dkeyspan.c344 struct urb *this_urb; local
369 this_urb = p_priv->out_urbs[flip];
370 if (this_urb == NULL) {
377 __func__, usb_pipeendpoint(this_urb->pipe), flip);
379 if (this_urb->status == -EINPROGRESS) {
383 usb_unlink_urb(this_urb);
389 ((char *)this_urb->transfer_buffer)[0] = 0;
391 memcpy(this_urb->transfer_buffer + dataOffset, buf, todo);
395 this_urb->transfer_buffer_length = todo + dataOffset;
397 this_urb
1150 struct urb *this_urb; local
1813 struct urb *this_urb; local
1962 struct urb *this_urb; local
2084 struct urb *this_urb; local
2266 struct urb *this_urb; local
2400 struct urb *this_urb; local
[all...]

Completed in 144 milliseconds