Searched refs:mod_data (Results 1 – 3 of 3) sorted by relevance
| /linux/samples/rust/ |
| H A D | rust_debugfs_scoped.rs | 33 mod_data: &ModuleData, in remove_file_write() 47 mod_data in create_file_write() 55 mod_data: &ModuleData, in create_file_write() 81 mod_data.device_dir.scope( in create_file_write() 96 (*mod_data.devices.lock()).push(scope, GFP_KERNEL)?;
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | dummy_hcd.c | 71 static struct dummy_hcd_module_parameters mod_data = { variable 76 module_param_named(is_super_speed, mod_data.is_super_speed, bool, S_IRUGO); 78 module_param_named(is_high_speed, mod_data.is_high_speed, bool, S_IRUGO); 80 module_param_named(num, mod_data.num, uint, S_IRUGO); 1089 if (mod_data.is_super_speed) in dummy_udc_probe() 1091 else if (mod_data.is_high_speed) in dummy_udc_probe() 2683 if (mod_data.is_super_speed) in dummy_hcd_probe() 2685 else if (mod_data.is_high_speed) in dummy_hcd_probe() 2698 if (mod_data.is_super_speed) { in dummy_hcd_probe() 2794 if (!mod_data.is_high_speed && mod_data.is_super_speed) in dummy_hcd_init() [all …]
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | mass_storage.c | 87 static struct fsg_module_parameters mod_data = { variable 104 FSG_MODULE_PARAMETERS(/* no prefix */, mod_data); 149 fsg_config_from_params(&config, &mod_data, fsg_num_buffers); in msg_bind()
|