Home
last modified time | relevance | path

Searched refs:fs_ep (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_generic.c996 struct usb_fs_endpoint fs_ep; in ugen_fs_copy_in() local
1021 ep_index, &fs_ep, sizeof(fs_ep)); in ugen_fs_copy_in()
1027 if (fs_ep.nFrames > xfer->max_frame_count) { in ugen_fs_copy_in()
1031 if (fs_ep.nFrames == 0) { in ugen_fs_copy_in()
1035 error = copyin(fs_ep.ppBuffer, &uaddr, sizeof(void *)); in ugen_fs_copy_in()
1046 error = copyin(fs_ep.pLength, in ugen_fs_copy_in()
1089 xfer->nframes = fs_ep.nFrames; in ugen_fs_copy_in()
1090 xfer->timeout = fs_ep.timeout; in ugen_fs_copy_in()
1094 if (fs_ep.flags & USB_FS_FLAG_SINGLE_SHORT_OK) in ugen_fs_copy_in()
1099 if (fs_ep.flags & USB_FS_FLAG_MULTI_SHORT_OK) in ugen_fs_copy_in()
[all …]