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

/linux-master/drivers/usb/gadget/legacy/
H A Dmass_storage.c87 static struct fsg_module_parameters mod_data = { variable in typeref:struct:fsg_module_parameters
104 FSG_MODULE_PARAMETERS(/* no prefix */, mod_data);
149 fsg_config_from_params(&config, &mod_data, fsg_num_buffers);
/linux-master/drivers/usb/gadget/udc/
H A Ddummy_hcd.c70 static struct dummy_hcd_module_parameters mod_data = { variable in typeref:struct:dummy_hcd_module_parameters
75 module_param_named(is_super_speed, mod_data.is_super_speed, bool, S_IRUGO);
77 module_param_named(is_high_speed, mod_data.is_high_speed, bool, S_IRUGO);
79 module_param_named(num, mod_data.num, uint, S_IRUGO);
1087 if (mod_data.is_super_speed)
1089 else if (mod_data.is_high_speed)
2671 if (mod_data.is_super_speed)
2673 else if (mod_data.is_high_speed)
2686 if (mod_data.is_super_speed) {
2782 if (!mod_data
[all...]
/linux-master/sound/soc/intel/avs/
H A Dipc.c208 struct avs_notify_mod_data mod_data; local
242 memcpy_fromio(&mod_data, avs_uplink_addr(adev), sizeof(mod_data));
243 data_size = sizeof(mod_data) + mod_data.data_size;

Completed in 105 milliseconds