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.c938 if (f->fs_ep_max != 0) in ugen_fs_init()
950 f->fs_ep_max = ep_index_max; in ugen_fs_init()
961 if (f->fs_ep_max == 0) in ugen_fs_uninit()
970 f->fs_ep_max = 0; in ugen_fs_uninit()
997 if (popen->ep_index >= f->fs_ep_max) in usb_fs_open()
1089 if (pclose->ep_index >= f->fs_ep_max) in usb_fs_close()
1117 if (pstall->ep_index >= f->fs_ep_max) in usb_fs_clear_stall_sync()
1244 if (ep_index >= f->fs_ep_max) { in ugen_fs_copy_in()
1526 if (ep_index >= f->fs_ep_max) { in ugen_fs_copy_out()
1713 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.c261 if (f->fs_ep_max != 0) { in usb_ref_device()
277 if (f->fs_ep_max != 0) { in usb_ref_device()
1160 } else if (f->fs_ep_max == 0) { in usb_filter_write()
1201 } else if (f->fs_ep_max == 0) { in usb_filter_read()
H A Dusb_device.c2833 (f->fs_ep_max == 0)) { in usb_fifo_free_wrap()
2841 (f->fs_ep_max == 0)) { in usb_fifo_free_wrap()