Searched refs:fsg_config (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | nokia.c | 275 struct fsg_config fsg_config; in nokia_bind() local 323 fsg_config_from_params(&fsg_config, &fsg_mod_data, fsg_num_buffers); in nokia_bind() 324 fsg_config.vendor_name = "Nokia"; in nokia_bind() 325 fsg_config.product_name = "N900"; in nokia_bind() 334 status = fsg_common_set_cdev(fsg_opts->common, cdev, fsg_config.can_stall); in nokia_bind() 340 status = fsg_common_create_luns(fsg_opts->common, &fsg_config); in nokia_bind() 344 fsg_common_set_inquiry_string(fsg_opts->common, fsg_config.vendor_name, in nokia_bind() 345 fsg_config.product_name); in nokia_bind()
|
D | acm_ms.c | 163 struct fsg_config config; in acm_ms_bind()
|
D | mass_storage.c | 161 struct fsg_config config; in msg_bind()
|
D | multi.c | 308 struct fsg_config config; in multi_bind()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
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,
|
D | f_mass_storage.c | 2939 int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg) in fsg_common_create_luns() 3545 void fsg_config_from_params(struct fsg_config *cfg, in fsg_config_from_params()
|