Home
last modified time | relevance | path

Searched refs:fsg_mod_data (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/legacy/
Dacm_ms.c83 static struct fsg_module_parameters fsg_mod_data = { .stall = 1 }; variable
98 FSG_MODULE_PARAMETERS(/* no prefix */, fsg_mod_data);
177 fsg_config_from_params(&config, &fsg_mod_data, fsg_num_buffers); in acm_ms_bind()
Dnokia.c37 static struct fsg_module_parameters fsg_mod_data = { variable
58 FSG_MODULE_PARAMETERS(/* no prefix */, fsg_mod_data);
323 fsg_config_from_params(&fsg_config, &fsg_mod_data, fsg_num_buffers); in nokia_bind()
Dmulti.c110 static struct fsg_module_parameters fsg_mod_data = { .stall = 1 }; variable
125 FSG_MODULE_PARAMETERS(/* no prefix */, fsg_mod_data);
376 fsg_config_from_params(&config, &fsg_mod_data, fsg_num_buffers); in multi_bind()