Searched refs:pendp (Results 1 – 1 of 1) sorted by relevance
274 struct usb_endpoint_descriptor *pendp; in GetEndpoint() local278 pendp = &iface->endpoint[i].desc; in GetEndpoint()279 if( ((pendp->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == dir) in GetEndpoint()281 (usb_endpoint_type(pendp) == type) ) in GetEndpoint()283 return pendp; in GetEndpoint()904 struct usb_endpoint_descriptor *pendp; local982 pendp = GetEndpoint(pDev->mpIntf, USB_ENDPOINT_XFER_INT, USB_DIR_IN);983 if (pendp == NULL)1019 interval = max((int)(pendp->bInterval),1032 pendp->bEndpointAddress),[all …]