Searched refs:fs_ep (Results 1 – 1 of 1) sorted by relevance
1043 struct usb_fs_endpoint fs_ep; in ugen_fs_copy_in() local1068 ep_index, &fs_ep, sizeof(fs_ep)); in ugen_fs_copy_in()1074 if (fs_ep.nFrames > xfer->max_frame_count) { in ugen_fs_copy_in()1078 if (fs_ep.nFrames == 0) { in ugen_fs_copy_in()1082 error = copyin(fs_ep.ppBuffer, in ugen_fs_copy_in()1094 error = copyin(fs_ep.pLength, in ugen_fs_copy_in()1137 xfer->nframes = fs_ep.nFrames; in ugen_fs_copy_in()1138 xfer->timeout = fs_ep.timeout; in ugen_fs_copy_in()1142 if (fs_ep.flags & USB_FS_FLAG_SINGLE_SHORT_OK) in ugen_fs_copy_in()1147 if (fs_ep.flags & USB_FS_FLAG_MULTI_SHORT_OK) in ugen_fs_copy_in()[all …]