Searched refs:enable_endpoint (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c2998 static int enable_endpoint(struct fsg_dev *fsg, struct usb_ep *ep, function
3075 if ((rc = enable_endpoint(fsg, fsg->bulk_in, d)) != 0)
3080 if ((rc = enable_endpoint(fsg, fsg->bulk_out, d)) != 0)
3087 if ((rc = enable_endpoint(fsg, fsg->intr_in, d)) != 0)

Completed in 50 milliseconds