Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_generic.c964 struct usb_fs_endpoint *fs_ep_ptr, usb_size_t fs_ep_sz, in ugen_fs_init() argument
987 f->fs_ep_sz = fs_ep_sz; in ugen_fs_init()
1246 switch (f->fs_ep_sz) { in ugen_fs_getbuffer()
1259 panic("%s: unhandled fs_ep_sz %#x", __func__, f->fs_ep_sz); in ugen_fs_getbuffer()
1435 ((char *)f->fs_ep_ptr + (ep_index * f->fs_ep_sz))); in ugen_fs_ep_uptr()
1447 switch (f->fs_ep_sz) { in ugen_fs_copyin()
1450 f->fs_ep_sz); in ugen_fs_copyin()
1458 f->fs_ep_sz); in ugen_fs_copyin()
1472 panic("%s: unhandled fs_ep_sz %#x", __func__, f->fs_ep_sz); in ugen_fs_copyin()
1492 switch (f->fs_ep_sz) { in ugen_fs_update()
[all …]
H A Dusb_dev.h127 usb_size_t fs_ep_sz; member