Home
last modified time | relevance | path

Searched refs:pendp (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMIDevice.c274 struct usb_endpoint_descriptor *pendp; in GetEndpoint() local
278 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; local
982 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 …]