Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_ioctl.h210 uint8_t ep_index_max; member
Dusb_generic.c2435 if (u.pinit->ep_index_max > 127) { in ugen_ioctl_post()
2439 if (u.pinit->ep_index_max == 0) { in ugen_ioctl_post()
2455 error = usb_fifo_alloc_buffer(f, 1, u.pinit->ep_index_max); in ugen_ioctl_post()
2460 u.pinit->ep_index_max, M_USB, M_WAITOK | M_ZERO); in ugen_ioctl_post()
2466 f->fs_ep_max = u.pinit->ep_index_max; in ugen_ioctl_post()