Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ddummy_hcd.c68 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) in dummy_hcd_probe()
2653 else if (mod_data.is_high_speed) in dummy_hcd_probe()
2666 if (mod_data.is_super_speed) { in dummy_hcd_probe()
2764 if (!mod_data.is_high_speed && mod_data.is_super_speed) in init()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Dmass_storage.c87 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()