Searched refs:maximum_speed (Results 1 – 10 of 10) sorted by relevance
37 u32 maximum_speed; member61 dwc3->maximum_speed = plat->maximum_speed; in dwc3_generic_probe()115 plat->maximum_speed = usb_get_maximum_speed(node); in dwc3_generic_of_to_plat()116 if (plat->maximum_speed == USB_SPEED_UNKNOWN) { in dwc3_generic_of_to_plat()118 plat->maximum_speed = USB_SPEED_SUPER; in dwc3_generic_of_to_plat()
469 if (dwc->maximum_speed == USB_SPEED_SUPER) in dwc3_core_init()470 dwc->maximum_speed = USB_SPEED_HIGH; in dwc3_core_init()710 dwc->maximum_speed = dwc3_dev->maximum_speed; in dwc3_uboot_init()741 if (dwc->maximum_speed == USB_SPEED_UNKNOWN) in dwc3_uboot_init()742 dwc->maximum_speed = USB_SPEED_SUPER; in dwc3_uboot_init()
766 u32 maximum_speed; member
1489 switch (dwc->maximum_speed) { in dwc3_gadget_start()
48 .maximum_speed = USB_SPEED_HIGH,
20 u32 maximum_speed; member
123 .maximum_speed = USB_SPEED_SUPER,
134 .maximum_speed = USB_SPEED_HIGH,
69 .maximum_speed = USB_SPEED_SUPER,
757 .maximum_speed = USB_SPEED_HIGH,775 .maximum_speed = USB_SPEED_HIGH,
Completed in 17 milliseconds