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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/gadget/
H A Dfile_storage.c3160 static int enable_endpoint(struct fsg_dev *fsg, struct usb_ep *ep, function
3237 if ((rc = enable_endpoint(fsg, fsg->bulk_in, d)) != 0)
3242 if ((rc = enable_endpoint(fsg, fsg->bulk_out, d)) != 0)
3248 if ((rc = enable_endpoint(fsg, fsg->intr_in, d)) != 0)

Completed in 86 milliseconds