Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h48 #define USB_MAX_FULL_SPEED_ISOC_FRAMES (60 * 1) macro
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c387 return (USB_MAX_FULL_SPEED_ISOC_FRAMES); in usb_max_isoc_frames()