Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_generic.c978 usbd_transfer_unsetup(f->fs_xfer, f->fs_ep_max); in ugen_fs_uninit()
981 f->fs_ep_max = 0; in ugen_fs_uninit()
1048 if (ep_index >= f->fs_ep_max) { in ugen_fs_copy_in()
1226 if (ep_index >= f->fs_ep_max) in ugen_fs_copy_out()
1435 if (u.pstop->ep_index >= f->fs_ep_max) { in ugen_ioctl()
1458 if (u.popen->ep_index >= f->fs_ep_max) { in ugen_ioctl()
1559 if (u.pclose->ep_index >= f->fs_ep_max) { in ugen_ioctl()
1571 if (u.pstall->ep_index >= f->fs_ep_max) { in ugen_ioctl()
2291 f->fs_ep_max = u.pinit->ep_index_max; in ugen_ioctl_post()
H A Dusb_dev.h138 uint8_t fs_ep_max; member
H A Dusb_dev.c256 if (f->fs_ep_max != 0) { in usb_ref_device()
272 if (f->fs_ep_max != 0) { in usb_ref_device()