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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfile_storage.c233 } mod_data = { // Default values variable in typeref:struct:__anon16171
246 module_param_array_named(file, mod_data.file, charp, &mod_data.num_filenames,
250 module_param_array_named(ro, mod_data.ro, bool, &mod_data.num_ros, S_IRUGO);
253 module_param_array_named(nofua, mod_data.nofua, bool, &mod_data.num_nofuas,
257 module_param_named(luns, mod_data.nluns, uint, S_IRUGO);
260 module_param_named(removable, mod_data.removable, bool, S_IRUGO);
263 module_param_named(stall, mod_data
[all...]
H A Dmass_storage.c130 static struct fsg_module_parameters mod_data = { variable in typeref:struct:fsg_module_parameters
133 FSG_MODULE_PARAMETERS(/* no prefix */, mod_data);
160 fsg_config_from_params(&config, &mod_data);

Completed in 65 milliseconds