Searched refs:fsg_config (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/usb/gadget/legacy/ |
D | nokia.c | 271 struct fsg_config fsg_config; in nokia_bind() local 319 fsg_config_from_params(&fsg_config, &fsg_mod_data, fsg_num_buffers); in nokia_bind() 320 fsg_config.vendor_name = "Nokia"; in nokia_bind() 321 fsg_config.product_name = "N900"; in nokia_bind() 330 status = fsg_common_set_cdev(fsg_opts->common, cdev, fsg_config.can_stall); in nokia_bind() 336 status = fsg_common_create_luns(fsg_opts->common, &fsg_config); in nokia_bind() 340 fsg_common_set_inquiry_string(fsg_opts->common, fsg_config.vendor_name, in nokia_bind() 341 fsg_config.product_name); in nokia_bind()
|
D | mass_storage.c | 142 struct fsg_config config; in msg_bind()
|
D | acm_ms.c | 156 struct fsg_config config; in acm_ms_bind()
|
D | multi.c | 304 struct fsg_config config; in multi_bind()
|
/linux-6.1.9/drivers/usb/gadget/function/ |
D | f_mass_storage.h | 96 struct fsg_config { struct 135 int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg); 140 void fsg_config_from_params(struct fsg_config *cfg,
|
D | f_mass_storage.c | 2941 int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg) in fsg_common_create_luns() 3573 void fsg_config_from_params(struct fsg_config *cfg, in fsg_config_from_params()
|