Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Ddummy_hcd.c65 bool is_high_speed; member
71 .is_high_speed = true,
76 module_param_named(is_high_speed, mod_data.is_high_speed, bool, S_IRUGO);
77 MODULE_PARM_DESC(is_high_speed, "true to simulate HighSpeed connection");
897 else if (mod_data.is_high_speed) in dummy_pullup()
2709 if (!mod_data.is_high_speed && mod_data.is_super_speed) in init()