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/
H A Dusb_dev.h136 uint8_t fs_ep_max; member
H A Dusb_generic.c881 usbd_transfer_unsetup(f->fs_xfer, f->fs_ep_max); in ugen_fs_uninit()
884 f->fs_ep_max = 0; in ugen_fs_uninit()
950 if (ep_index >= f->fs_ep_max) { in ugen_fs_copy_in()
1157 if (ep_index >= f->fs_ep_max) in ugen_fs_copy_out()
1388 if (u.pstop->ep_index >= f->fs_ep_max) { in ugen_ioctl()
1421 if (u.popen->ep_index >= f->fs_ep_max) { in ugen_ioctl()
1536 if (u.pclose->ep_index >= f->fs_ep_max) { in ugen_ioctl()
1555 if (u.pstall->ep_index >= f->fs_ep_max) { in ugen_ioctl()
2466 f->fs_ep_max = u.pinit->ep_index_max; in ugen_ioctl_post()
H A Dusb_dev.c190 if (f->fs_ep_max != 0) { in usb_ref_device()
207 if (f->fs_ep_max != 0) { in usb_ref_device()

Completed in 7 milliseconds