Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c64 bool is_high_speed; member
70 .is_high_speed = true,
75 module_param_named(is_high_speed, mod_data.is_high_speed, bool, S_IRUGO);
76 MODULE_PARM_DESC(is_high_speed, "true to simulate HighSpeed connection");
1087 else if (mod_data.is_high_speed) in dummy_udc_probe()
2666 else if (mod_data.is_high_speed) in dummy_hcd_probe()
2775 if (!mod_data.is_high_speed && mod_data.is_super_speed) in dummy_hcd_init()