Lines Matching refs:urb
116 * @urb: the urb received from the notification endpoint
123 void i2400mu_notification_cb(struct urb *urb)
126 struct i2400mu *i2400mu = urb->context;
129 d_fnstart(4, dev, "(urb %p status %d actual_length %d)\n",
130 urb, urb->status, urb->actual_length);
131 ret = urb->status;
134 ret = i2400mu_notification_grok(i2400mu, urb->transfer_buffer,
135 urb->actual_length);
153 urb->status);
169 d_fnend(4, dev, "(urb %p status %d actual_length %d) = void\n",
170 urb, urb->status, urb->actual_length);
179 d_fnend(4, dev, "(urb %p status %d actual_length %d) = void\n",
180 urb, urb->status, urb->actual_length);
189 * This procedure prepares the notification urb and handler for receiving
240 * Kill the interrupt endpoint urb, free any allocated resources.