Searched refs:mod_data (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/gadget/
H A Dfile_storage.c329 } mod_data = { // Default values variable in typeref:struct:__anon5700
342 module_param_array_named(file, mod_data.file, charp, &mod_data.num_filenames,
346 module_param_named(serial, mod_data.serial, charp, S_IRUGO);
349 module_param_array_named(ro, mod_data.ro, bool, &mod_data.num_ros, S_IRUGO);
352 module_param_array_named(nofua, mod_data.nofua, bool, &mod_data.num_nofuas,
356 module_param_named(luns, mod_data.nluns, uint, S_IRUGO);
359 module_param_named(removable, mod_data
[all...]
H A Dmass_storage.c91 static struct fsg_module_parameters mod_data = { variable in typeref:struct:fsg_module_parameters
94 FSG_MODULE_PARAMETERS(/* no prefix */, mod_data);
121 fsg_config_from_params(&config, &mod_data);
H A Ddummy_hcd.c68 static struct dummy_hcd_module_parameters mod_data = { variable in typeref:struct:dummy_hcd_module_parameters
72 module_param_named(is_super_speed, mod_data.is_super_speed, bool, S_IRUGO);
74 module_param_named(is_high_speed, mod_data.is_high_speed, bool, S_IRUGO);
828 if (mod_data.is_super_speed)
830 else if (mod_data.is_high_speed)
2500 if (!mod_data.is_super_speed)
2513 if (mod_data.is_super_speed) {
2608 if (!mod_data.is_high_speed && mod_data.is_super_speed)
2629 (!the_controller.ss_hcd && mod_data
[all...]

Completed in 166 milliseconds