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

/drivers/usb/gadget/
H A Df_mass_storage.c212 * fsg_bind() callback and stopped during fsg_unbind(). But it can
2993 static int fsg_bind(struct usb_configuration *c, struct usb_function *f) function
3090 fsg->function.bind = fsg_bind;
H A Dfile_storage.c165 * fsg_bind() callback and stopped during fsg_unbind(). But it can also
540 * descriptors are adjusted during fsg_bind().
3142 /* The write permissions and store_xxx pointers are set in fsg_bind() */
3334 static int __init fsg_bind(struct usb_gadget *gadget) function
3656 if ((rc = usb_gadget_probe_driver(&fsg_driver, fsg_bind)) != 0)

Completed in 39 milliseconds