Home
last modified time | relevance | path

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

/freebsd/usr.sbin/uathload/
H A Duathload.c176 if (ioctl(msg, USB_SET_RX_TIMEOUT, &timeout) < 0) in main()
/freebsd/sys/dev/usb/
H A Dusb_ioctl.h263 #define USB_SET_RX_TIMEOUT _IOW ('U', 114, int) macro
H A Dusb_generic.c2102 case USB_SET_RX_TIMEOUT: in ugen_iface_ioctl()