Lines Matching refs:iso_frame_desc
1284 struct usbdevfs_iso_packet_desc __user *iso_frame_desc, in proc_do_submiturb() argument
1417 if (copy_from_user(isopkt, iso_frame_desc, isofrmlen)) { in proc_do_submiturb()
1563 as->urb->iso_frame_desc[u].offset = totlen; in proc_do_submiturb()
1564 as->urb->iso_frame_desc[u].length = isopkt[u].length; in proc_do_submiturb()
1645 (((struct usbdevfs_urb __user *)arg)->iso_frame_desc), in proc_submiturb()
1680 urb->iso_frame_desc[i].actual_length; in compute_isochronous_actual_length()
1705 if (put_user(urb->iso_frame_desc[i].actual_length, in processcompl()
1706 &userurb->iso_frame_desc[i].actual_length)) in processcompl()
1708 if (put_user(urb->iso_frame_desc[i].status, in processcompl()
1709 &userurb->iso_frame_desc[i].status)) in processcompl()
1850 ((struct usbdevfs_urb32 __user *)arg)->iso_frame_desc, in proc_submiturb_compat()
1875 if (put_user(urb->iso_frame_desc[i].actual_length, in processcompl_compat()
1876 &userurb->iso_frame_desc[i].actual_length)) in processcompl_compat()
1878 if (put_user(urb->iso_frame_desc[i].status, in processcompl_compat()
1879 &userurb->iso_frame_desc[i].status)) in processcompl_compat()