Searched refs:fsg_config (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/legacy/ |
H A D | nokia.c | 275 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 D | acm_ms.c | 163 struct fsg_config config; acm_ms_bind()
|
H A D | mass_storage.c | 161 struct fsg_config config; msg_bind()
|
H A D | multi.c | 308 struct fsg_config config; multi_bind()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
H A D | f_mass_storage.h | 105 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 D | f_mass_storage.c | 53 * 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 291 milliseconds