Home
last modified time | relevance | path

Searched refs:USB_SET_RX_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/uathload/
H A Duathload.c178 if (ioctl(msg, USB_SET_RX_BUFFER_SIZE, &bufsize) < 0) in main()
/freebsd/sys/dev/usb/
H A Dusb_ioctl.h266 #define USB_SET_RX_BUFFER_SIZE _IOW ('U', 118, int) macro
H A Dusb_generic.c2134 case USB_SET_RX_BUFFER_SIZE: in ugen_iface_ioctl()