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

/drivers/usb/gadget/
H A Dfile_storage.c2745 static int enable_endpoint(struct fsg_dev *fsg, struct usb_ep *ep, function
2825 if ((rc = enable_endpoint(fsg, fsg->bulk_in, d)) != 0)
2832 if ((rc = enable_endpoint(fsg, fsg->bulk_out, d)) != 0)
2842 if ((rc = enable_endpoint(fsg, fsg->intr_in, d)) != 0)

Completed in 51 milliseconds