Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_ioctl.h198 #define USB_FS_MAX_FRAMES (1U << 12) macro
H A Dusb_generic.c1048 if (popen->max_frames > USB_FS_MAX_FRAMES) in usb_fs_open()
1049 popen->max_frames = USB_FS_MAX_FRAMES; in usb_fs_open()