Lines Matching refs:status_urb
258 struct urb *data_urb, *status_urb;
286 status_urb = urb;
290 if (!data_urb || data_urb->start_frame != status_urb->start_frame) {
295 if (data_urb->number_of_packets != status_urb->number_of_packets) {
298 status_urb->number_of_packets);
302 for (i = 0; i < status_urb->number_of_packets; i++) {
304 status_urb->iso_frame_desc[i].status) {
308 status_urb->iso_frame_desc[i].status);
313 if (status_urb->iso_frame_desc[i].actual_length != 1) {
315 status_urb->iso_frame_desc[i].actual_length);
320 st = *((u8 *)status_urb->transfer_buffer
321 + status_urb->iso_frame_desc[i].offset);
363 st = usb_submit_urb(status_urb, GFP_ATOMIC);
365 gspca_err(gspca_dev, "usb_submit_urb(status_urb) ret %d\n", st);