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

/linux-4.4.14/drivers/usb/gadget/legacy/
H A Dnokia.c275 struct fsg_config fsg_config; nokia_bind() local
323 fsg_config_from_params(&fsg_config, &fsg_mod_data, fsg_num_buffers); nokia_bind()
324 fsg_config.vendor_name = "Nokia"; nokia_bind()
325 fsg_config.product_name = "N900"; nokia_bind()
334 status = fsg_common_set_cdev(fsg_opts->common, cdev, fsg_config.can_stall); nokia_bind()
340 status = fsg_common_create_luns(fsg_opts->common, &fsg_config); nokia_bind()
344 fsg_common_set_inquiry_string(fsg_opts->common, fsg_config.vendor_name, nokia_bind()
345 fsg_config.product_name); nokia_bind()
H A Dacm_ms.c163 struct fsg_config config; acm_ms_bind()
H A Dmass_storage.c161 struct fsg_config config; msg_bind()
H A Dmulti.c308 struct fsg_config config; multi_bind()
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_mass_storage.h105 struct fsg_config { struct
151 int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg);
156 void fsg_config_from_params(struct fsg_config *cfg,
H A Df_mass_storage.c53 * MSF is configured by specifying a fsg_config structure. It has the
93 * is not loaded (an empty string as "filename" in the fsg_config
2939 int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg) fsg_common_create_luns()
3545 void fsg_config_from_params(struct fsg_config *cfg, fsg_config_from_params()

Completed in 343 milliseconds