Searched refs:edesc (Results 1 – 1 of 1) sorted by relevance
80 scoped_refptr<const UsbEndpointDescriptor> edesc = in ClaimInterface() local82 if (edesc->GetTransferType() != USB_TRANSFER_BULK) in ClaimInterface()84 if (edesc->GetDirection() == USB_DIRECTION_INBOUND) in ClaimInterface()85 inbound_address = edesc->GetAddress(); in ClaimInterface()87 outbound_address = edesc->GetAddress(); in ClaimInterface()88 zero_mask = edesc->GetMaximumPacketSize() - 1; in ClaimInterface()