is_high_speed      64 drivers/usb/gadget/udc/dummy_hcd.c 	bool is_high_speed;
is_high_speed      70 drivers/usb/gadget/udc/dummy_hcd.c 	.is_high_speed = true,
is_high_speed      75 drivers/usb/gadget/udc/dummy_hcd.c module_param_named(is_high_speed, mod_data.is_high_speed, bool, S_IRUGO);
is_high_speed      76 drivers/usb/gadget/udc/dummy_hcd.c MODULE_PARM_DESC(is_high_speed, "true to simulate HighSpeed connection");
is_high_speed    1067 drivers/usb/gadget/udc/dummy_hcd.c 	else if (mod_data.is_high_speed)
is_high_speed    2630 drivers/usb/gadget/udc/dummy_hcd.c 	else if (mod_data.is_high_speed)
is_high_speed    2741 drivers/usb/gadget/udc/dummy_hcd.c 	if (!mod_data.is_high_speed && mod_data.is_super_speed)