Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/legacy/
H A Dacm_ms.c79 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 Dnokia.c34 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()
H A Dmulti.c106 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()