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_generic.c882 usbd_transfer_unsetup(f->fs_xfer, f->fs_ep_max); in ugen_fs_uninit()
885 f->fs_ep_max = 0; in ugen_fs_uninit()
951 if (ep_index >= f->fs_ep_max) { in ugen_fs_copy_in()
1158 if (ep_index >= f->fs_ep_max) in ugen_fs_copy_out()
1389 if (u.pstop->ep_index >= f->fs_ep_max) { in ugen_ioctl()
1422 if (u.popen->ep_index >= f->fs_ep_max) { in ugen_ioctl()
1537 if (u.pclose->ep_index >= f->fs_ep_max) { in ugen_ioctl()
1556 if (u.pstall->ep_index >= f->fs_ep_max) { in ugen_ioctl()
2467 f->fs_ep_max = u.pinit->ep_index_max; in ugen_ioctl_post()
Dusb_dev.h137 uint8_t fs_ep_max; member
Dusb_dev.c191 if (f->fs_ep_max != 0) { in usb_ref_device()
208 if (f->fs_ep_max != 0) { in usb_ref_device()