Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_generic.c973 if (f->fs_ep_max != 0) in ugen_fs_init()
985 f->fs_ep_max = ep_index_max; in ugen_fs_init()
996 if (f->fs_ep_max == 0) in ugen_fs_uninit()
1005 f->fs_ep_max = 0; in ugen_fs_uninit()
1032 if (popen->ep_index >= f->fs_ep_max) in usb_fs_open()
1124 if (pclose->ep_index >= f->fs_ep_max) in usb_fs_close()
1152 if (pstall->ep_index >= f->fs_ep_max) in usb_fs_clear_stall_sync()
1279 if (ep_index >= f->fs_ep_max) { in ugen_fs_copy_in()
1561 if (ep_index >= f->fs_ep_max) { in ugen_fs_copy_out()
1748 if (u.pstop->ep_index >= f->fs_ep_max) { in ugen_ioctl()
H A Dusb_dev.h145 uint8_t fs_ep_max; member
H A Dusb_dev.c262 if (f->fs_ep_max != 0) { in usb_ref_device()
278 if (f->fs_ep_max != 0) { in usb_ref_device()
1161 } else if (f->fs_ep_max == 0) { in usb_filter_write()
1202 } else if (f->fs_ep_max == 0) { in usb_filter_read()
H A Dusb_device.c2832 (f->fs_ep_max == 0)) { in usb_fifo_free_wrap()
2840 (f->fs_ep_max == 0)) { in usb_fifo_free_wrap()