Searched defs:is_high_speed (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/gadget/
H A Ddummy_hcd.c65 bool is_high_speed; member in struct:dummy_hcd_module_parameters
70 .is_high_speed = true,
74 module_param_named(is_high_speed, mod_data.is_high_speed, bool, S_IRUGO);
75 MODULE_PARM_DESC(is_high_speed, "true to simulate HighSpeed connection");
830 else if (mod_data.is_high_speed)
2608 if (!mod_data.is_high_speed && mod_data.is_super_speed)

Completed in 27 milliseconds