Home | History | Annotate | Download | only in os

Lines Matching refs:isControl

1591   int isControl   = LIBUSB_TRANSFER_TYPE_CONTROL == transfer->type;
1595 if (!isIsoc && !isBulk && !isControl && !isInterrupt) {
1601 isControl ? "control" : isBulk ? "bulk" : isIsoc ? "isoc" : "interrupt", result);