Home
last modified time | relevance | path

Searched refs:fsg_common_set_ops (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/function/
Df_mass_storage.h144 void fsg_common_set_ops(struct fsg_common *common,
Df_mass_storage.c2779 void fsg_common_set_ops(struct fsg_common *common, in fsg_common_set_ops() function
2784 EXPORT_SYMBOL_GPL(fsg_common_set_ops);
/linux-4.4.14/drivers/usb/gadget/legacy/
Dmass_storage.c176 fsg_common_set_ops(opts->common, &ops); in msg_bind()