Searched refs:URB_SHORT_NOT_OK (Results 1 - 12 of 12) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dmessage.c389 urb_flags |= URB_SHORT_NOT_OK;
H A Durb.c312 allowed |= URB_SHORT_NOT_OK;
412 * will count as an error if and only if the URB_SHORT_NOT_OK flag is set.
423 * a soft error resulting from a short-packet with URB_SHORT_NOT_OK set.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Ddummy_hcd.c1123 * of the URB_SHORT_NOT_OK effect: completion status.
1136 & URB_SHORT_NOT_OK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-q.c241 if (!(urb->transfer_flags & URB_SHORT_NOT_OK))
618 if (likely ((urb->transfer_flags & URB_SHORT_NOT_OK) == 0
H A Disp116x-hcd.c305 if (!(urb->transfer_flags & URB_SHORT_NOT_OK)) {
590 occured, while URB_SHORT_NOT_OK was set */
H A Disp116x.h527 #define URB_NOTSHORT(urb) ({ (urb)->transfer_flags & URB_SHORT_NOT_OK ? \
H A Dohci-q.c54 if (unlikely (urb->transfer_flags & URB_SHORT_NOT_OK)
634 if (!(urb->transfer_flags & URB_SHORT_NOT_OK))
758 && !(urb->transfer_flags & URB_SHORT_NOT_OK))
820 * of a short read, _and_ URB_SHORT_NOT_OK is clear ...
841 if ((urb->transfer_flags & URB_SHORT_NOT_OK) == 0)
H A Dsl811-hcd.c550 if (urb->transfer_flags & URB_SHORT_NOT_OK)
H A Du132-hcd.c684 ((urb->transfer_flags & URB_SHORT_NOT_OK) == 0)) {
833 ((urb->transfer_flags & URB_SHORT_NOT_OK) == 0)) {
950 URB_SHORT_NOT_OK) == 0))) {
H A Duhci-q.c964 if (!(urb->transfer_flags & URB_SHORT_NOT_OK))
1191 if (urb->transfer_flags & URB_SHORT_NOT_OK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dusbtest.c224 urb->transfer_flags |= URB_SHORT_NOT_OK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusb.h937 #define URB_SHORT_NOT_OK 0x0001 /* report short reads as errors */ macro
1001 * The URB_SHORT_NOT_OK transfer flag may be used to make such
1055 * URB_SHORT_NOT_OK transfer flag, indicating that short reads are
1140 unsigned int transfer_flags; /* (in) URB_SHORT_NOT_OK | ...*/

Completed in 146 milliseconds