Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.h137 uint8_t fs_ep_max; member
Dusb_generic.c936 usbd_transfer_unsetup(f->fs_xfer, f->fs_ep_max); in ugen_fs_uninit()
939 f->fs_ep_max = 0; in ugen_fs_uninit()
1006 if (ep_index >= f->fs_ep_max) { in ugen_fs_copy_in()
1216 if (ep_index >= f->fs_ep_max) in ugen_fs_copy_out()
1449 if (u.pstop->ep_index >= f->fs_ep_max) { in ugen_ioctl()
1482 if (u.popen->ep_index >= f->fs_ep_max) { in ugen_ioctl()
1598 if (u.pclose->ep_index >= f->fs_ep_max) { in ugen_ioctl()
1617 if (u.pstall->ep_index >= f->fs_ep_max) { in ugen_ioctl()
2529 f->fs_ep_max = u.pinit->ep_index_max; in ugen_ioctl_post()
Dusb_dev.c191 if (f->fs_ep_max != 0) { in usb_ref_device()
208 if (f->fs_ep_max != 0) { in usb_ref_device()