Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_generic.c1268 struct usb_fs_endpoint fs_ep; in ugen_fs_copy_in() local
1294 error = ugen_fs_copyin(f, ep_index, &fs_ep); in ugen_fs_copy_in()
1300 if (fs_ep.nFrames > xfer->max_frame_count) { in ugen_fs_copy_in()
1304 if (fs_ep.nFrames == 0) { in ugen_fs_copy_in()
1308 error = ugen_fs_getbuffer(&uaddr, f, fs_ep.ppBuffer, 0); in ugen_fs_copy_in()
1318 if (fueword32(fs_ep.pLength, &length) != 0) { in ugen_fs_copy_in()
1359 xfer->nframes = fs_ep.nFrames; in ugen_fs_copy_in()
1360 xfer->timeout = fs_ep.timeout; in ugen_fs_copy_in()
1364 if (fs_ep.flags & USB_FS_FLAG_SINGLE_SHORT_OK) in ugen_fs_copy_in()
1369 if (fs_ep.flags & USB_FS_FLAG_MULTI_SHORT_OK) in ugen_fs_copy_in()
[all …]