Searched refs:epAddr (Results 1 – 2 of 2) sorted by relevance
142 inEp->epAddr = 0; in findEndpoints()143 outEp->epAddr = 0; in findEndpoints()161 if (!inEp->epAddr && (epDesc->bEndpointAddress & 0x80)) in findEndpoints()163 else if (!outEp->epAddr) in findEndpoints()169 ep->epAddr = epDesc->bEndpointAddress & 0x7f; in findEndpoints()186 if (!(inEp->epAddr && outEp->epAddr)) in findEndpoints()189 return inEp->epAddr && outEp->epAddr; in findEndpoints()202 epRecord[inEp.epAddr] = inEp; in configureAndroid()203 if (outEp.epAddr != inEp.epAddr) in configureAndroid()204 epRecord[outEp.epAddr] = outEp; in configureAndroid()[all …]
100 …byte epAddr; //copy from endpoint descriptor. Bit 7 indicates direction ( ignored for contr… member