Home
last modified time | relevance | path

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

/src/sys/dev/usb/
H A Dusb_ioctl.h197 uint32_t max_bufsize; member
H A Dusb_generic.c1003 if (popen->max_bufsize > USB_FS_MAX_BUFSIZE) in usb_fs_open()
1004 popen->max_bufsize = USB_FS_MAX_BUFSIZE; in usb_fs_open()
1040 usb_config[0].bufsize = popen->max_bufsize; in usb_fs_open()
1070 popen->max_bufsize = in usb_fs_open()
/src/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()