Searched refs:USB_SHORT_XFER_OK (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/dev/usb/serial/
H A Duvisor.c415 &req, &coninfo, USB_SHORT_XFER_OK,
468 (udev, NULL, &req, &pconinfo, USB_SHORT_XFER_OK,
H A Duchcom.c442 &sc->sc_ucom, &req, buf, USB_SHORT_XFER_OK, 1000);
H A Dulpt.c619 error = usbd_do_request_flags(dev, &req, devinfo, USB_SHORT_XFER_OK,
/freebsd-current/sys/dev/usb/
H A Dusb_request.c385 * o USB_SHORT_XFER_OK: allows the data transfer to be shorter than
397 * information is mostly useful when the "USB_SHORT_XFER_OK" flag is
504 if (!(flags & USB_SHORT_XFER_OK)) {
554 if (flags & USB_SHORT_XFER_OK)
1032 desc, USB_SHORT_XFER_OK, NULL, 1000 /* ms */);
H A Dusbdi.h80 #define USB_SHORT_XFER_OK 0x0004 /* allow short reads */ macro
H A Dusb_transfer.c3631 case USB_SHORT_XFER_OK:
3650 case USB_SHORT_XFER_OK:
H A Dusb_generic.c893 (ur->ucr_flags & USB_SHORT_XFER_OK) |
/freebsd-current/lib/libusb/
H A Dlibusb20_ugen20.c730 req.ucr_flags |= USB_SHORT_XFER_OK;
/freebsd-current/sys/dev/usb/net/
H A Dif_urndis.c444 USB_SHORT_XFER_OK : 0, NULL, 2000 /* ms */ ));
H A Dif_usie.c1083 &sc->sc_mtx, &req, sc->sc_status_temp, USB_SHORT_XFER_OK,
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c685 NULL, &req, data, USB_SHORT_XFER_OK,
/freebsd-current/sys/dev/sound/usb/
H A Duaudio.c1656 USB_SHORT_XFER_OK, &actlen, USB_DEFAULT_TIMEOUT);
1688 USB_SHORT_XFER_OK, &actlen, USB_DEFAULT_TIMEOUT);

Completed in 220 milliseconds