Home
last modified time | relevance | path

Searched refs:fsg_common_set_sysfs (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/function/
Df_mass_storage.h131 void fsg_common_set_sysfs(struct fsg_common *common, bool sysfs);
Df_mass_storage.c2693 void fsg_common_set_sysfs(struct fsg_common *common, bool sysfs) in fsg_common_set_sysfs() function
2697 EXPORT_SYMBOL_GPL(fsg_common_set_sysfs);
/linux-4.1.27/drivers/usb/gadget/legacy/
Dmass_storage.c196 fsg_common_set_sysfs(opts->common, true); in msg_bind()
Dacm_ms.c203 fsg_common_set_sysfs(opts->common, true); in acm_ms_bind()
Dmulti.c402 fsg_common_set_sysfs(fsg_opts->common, true); in multi_bind()