fsg_config       2825 drivers/usb/gadget/function/f_mass_storage.c int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg)
fsg_config       3444 drivers/usb/gadget/function/f_mass_storage.c void fsg_config_from_params(struct fsg_config *cfg,
fsg_config        135 drivers/usb/gadget/function/f_mass_storage.h int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg);
fsg_config        140 drivers/usb/gadget/function/f_mass_storage.h void fsg_config_from_params(struct fsg_config *cfg,
fsg_config        159 drivers/usb/gadget/legacy/acm_ms.c 	struct fsg_config	config;
fsg_config        145 drivers/usb/gadget/legacy/mass_storage.c 	struct fsg_config config;
fsg_config        304 drivers/usb/gadget/legacy/multi.c 	struct fsg_config config;
fsg_config        272 drivers/usb/gadget/legacy/nokia.c 	struct fsg_config	fsg_config;
fsg_config        320 drivers/usb/gadget/legacy/nokia.c 	fsg_config_from_params(&fsg_config, &fsg_mod_data, fsg_num_buffers);
fsg_config        321 drivers/usb/gadget/legacy/nokia.c 	fsg_config.vendor_name = "Nokia";
fsg_config        322 drivers/usb/gadget/legacy/nokia.c 	fsg_config.product_name = "N900";
fsg_config        331 drivers/usb/gadget/legacy/nokia.c 	status = fsg_common_set_cdev(fsg_opts->common, cdev, fsg_config.can_stall);
fsg_config        337 drivers/usb/gadget/legacy/nokia.c 	status = fsg_common_create_luns(fsg_opts->common, &fsg_config);
fsg_config        341 drivers/usb/gadget/legacy/nokia.c 	fsg_common_set_inquiry_string(fsg_opts->common, fsg_config.vendor_name,
fsg_config        342 drivers/usb/gadget/legacy/nokia.c 				      fsg_config.product_name);