Searched defs:notif_urb (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wimax/i2400m/
H A Dusb-fw.c283 struct urb notif_urb; local
298 usb_init_urb(&notif_urb); /* ready notifications */
299 usb_get_urb(&notif_urb);
303 result = i2400mu_notif_submit(i2400mu, &notif_urb,
311 usb_kill_urb(&notif_urb); /* Timedout */
316 usb_kill_urb(&notif_urb);
319 result = notif_urb.status; /* How was the ack? */
331 usb_kill_urb(&notif_urb); /* Timedout */
336 "retrying\n", notif_urb.status);
339 if (notif_urb
[all...]
H A Di2400m-usb.h177 * @notif_urb: URB for receiving notifications from the device.
230 struct urb *notif_urb; member in struct:i2400mu

Completed in 113 milliseconds