Searched refs:mod_data (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 68 static struct dummy_hcd_module_parameters mod_data = { variable 73 module_param_named(is_super_speed, mod_data.is_super_speed, bool, S_IRUGO); 75 module_param_named(is_high_speed, mod_data.is_high_speed, bool, S_IRUGO); 77 module_param_named(num, mod_data.num, uint, S_IRUGO); 1073 if (mod_data.is_super_speed) in dummy_udc_probe() 1075 else if (mod_data.is_high_speed) in dummy_udc_probe() 2651 if (mod_data.is_super_speed) 2653 else if (mod_data.is_high_speed) 2666 if (mod_data.is_super_speed) { 2764 if (!mod_data [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 68 static struct dummy_hcd_module_parameters mod_data = { variable 73 module_param_named(is_super_speed, mod_data.is_super_speed, bool, S_IRUGO); 75 module_param_named(is_high_speed, mod_data.is_high_speed, bool, S_IRUGO); 77 module_param_named(num, mod_data.num, uint, S_IRUGO); 1085 if (mod_data.is_super_speed) in dummy_udc_probe() 1087 else if (mod_data.is_high_speed) in dummy_udc_probe() 2664 if (mod_data.is_super_speed) 2666 else if (mod_data.is_high_speed) 2679 if (mod_data.is_super_speed) { 2775 if (!mod_data [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | ipc.c | 208 struct avs_notify_mod_data mod_data; in avs_dsp_process_notification() local 242 memcpy_fromio(&mod_data, avs_uplink_addr(adev), sizeof(mod_data)); in avs_dsp_process_notification() 243 data_size = sizeof(mod_data) + mod_data.data_size; in avs_dsp_process_notification()
|
Completed in 8 milliseconds