Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_ioctl.h197 uint32_t max_bufsize; member
H A Dusb_generic.c1038 if (popen->max_bufsize > USB_FS_MAX_BUFSIZE) in usb_fs_open()
1039 popen->max_bufsize = USB_FS_MAX_BUFSIZE; in usb_fs_open()
1075 usb_config[0].bufsize = popen->max_bufsize; in usb_fs_open()
1105 popen->max_bufsize = in usb_fs_open()
/freebsd/lib/libusb/
H A Dlibusb20_ugen20.c815 temp.fs_open.max_bufsize = MaxBufSize; in ugen20_tr_open()
833 xfer->maxTotalLength = temp.fs_open.max_bufsize; in ugen20_tr_open()