Searched refs:pEndpoint (Results 1 – 1 of 1) sorted by relevance
1432 struct usb_host_endpoint * pEndpoint = NULL; in GobiNetDriverBind() local1473 pEndpoint = pIntf->cur_altsetting->endpoint + endpointIndex; in GobiNetDriverBind()1474 if (pEndpoint == NULL) in GobiNetDriverBind()1480 if (usb_endpoint_dir_in( &pEndpoint->desc ) == true in GobiNetDriverBind()1481 && usb_endpoint_xfer_int( &pEndpoint->desc ) == false) in GobiNetDriverBind()1483 pIn = pEndpoint; in GobiNetDriverBind()1485 else if (usb_endpoint_dir_out( &pEndpoint->desc ) == true) in GobiNetDriverBind()1487 pOut = pEndpoint; in GobiNetDriverBind()