Searched refs:mod_data (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | mass_storage.c | 91 static struct fsg_module_parameters mod_data = { variable 108 FSG_MODULE_PARAMETERS(/* no prefix */, mod_data); 168 fsg_config_from_params(&config, &mod_data, fsg_num_buffers); in msg_bind()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 69 static struct dummy_hcd_module_parameters mod_data = { variable 74 module_param_named(is_super_speed, mod_data.is_super_speed, bool, S_IRUGO); 76 module_param_named(is_high_speed, mod_data.is_high_speed, bool, S_IRUGO); 78 module_param_named(num, mod_data.num, uint, S_IRUGO); 895 if (mod_data.is_super_speed) in dummy_pullup() 897 else if (mod_data.is_high_speed) in dummy_pullup() 2600 if (!mod_data.is_super_speed) in dummy_hcd_probe() 2611 if (mod_data.is_super_speed) { in dummy_hcd_probe() 2709 if (!mod_data.is_high_speed && mod_data.is_super_speed) in init() 2712 if (mod_data.num < 1 || mod_data.num > MAX_NUM_UDC) { in init() [all …]
|