Searched refs:fsg_mod_data (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | acm_ms.c | 79 static struct fsg_module_parameters fsg_mod_data = { .stall = 1 }; variable 94 FSG_MODULE_PARAMETERS(/* no prefix */, fsg_mod_data); 170 fsg_config_from_params(&config, &fsg_mod_data, fsg_num_buffers); in acm_ms_bind()
|
H A D | multi.c | 106 static struct fsg_module_parameters fsg_mod_data = { .stall = 1 }; variable 121 FSG_MODULE_PARAMETERS(/* no prefix */, fsg_mod_data); 372 fsg_config_from_params(&config, &fsg_mod_data, fsg_num_buffers); in multi_bind()
|
H A D | nokia.c | 34 static struct fsg_module_parameters fsg_mod_data = { variable 55 FSG_MODULE_PARAMETERS(/* no prefix */, fsg_mod_data); 319 fsg_config_from_params(&fsg_config, &fsg_mod_data, fsg_num_buffers); in nokia_bind()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
H A D | acm_ms.c | 79 static struct fsg_module_parameters fsg_mod_data = { .stall = 1 }; variable 94 FSG_MODULE_PARAMETERS(/* no prefix */, fsg_mod_data); 170 fsg_config_from_params(&config, &fsg_mod_data, fsg_num_buffers); in acm_ms_bind()
|
H A D | multi.c | 106 static struct fsg_module_parameters fsg_mod_data = { .stall = 1 }; variable 121 FSG_MODULE_PARAMETERS(/* no prefix */, fsg_mod_data); 372 fsg_config_from_params(&config, &fsg_mod_data, fsg_num_buffers); in multi_bind()
|
H A D | nokia.c | 34 static struct fsg_module_parameters fsg_mod_data = { variable 55 FSG_MODULE_PARAMETERS(/* no prefix */, fsg_mod_data); 319 fsg_config_from_params(&fsg_config, &fsg_mod_data, fsg_num_buffers); in nokia_bind()
|
Completed in 3 milliseconds