Searched refs:maximum_speed (Results 1 – 6 of 6) sorted by relevance
23 u32 maximum_speed; member46 dwc3->maximum_speed = plat->maximum_speed; in dwc3_layerscape_probe()86 plat->maximum_speed = usb_get_maximum_speed(node); in dwc3_layerscape_of_to_plat()87 if (plat->maximum_speed == USB_SPEED_UNKNOWN) { in dwc3_layerscape_of_to_plat()89 plat->maximum_speed = USB_SPEED_SUPER; in dwc3_layerscape_of_to_plat()
24 u32 maximum_speed; member53 dwc3->maximum_speed = plat->maximum_speed; in dwc3_generic_probe()164 plat->maximum_speed = usb_get_maximum_speed(node); in dwc3_generic_of_to_plat()165 if (plat->maximum_speed == USB_SPEED_UNKNOWN) { in dwc3_generic_of_to_plat()167 plat->maximum_speed = USB_SPEED_SUPER; in dwc3_generic_of_to_plat()
608 if (dwc->maximum_speed == USB_SPEED_SUPER) in dwc3_core_init()609 dwc->maximum_speed = USB_SPEED_HIGH; in dwc3_core_init()861 dwc->maximum_speed = dwc3_dev->maximum_speed; in dwc3_uboot_init()892 if (dwc->maximum_speed == USB_SPEED_UNKNOWN) in dwc3_uboot_init()893 dwc->maximum_speed = USB_SPEED_SUPER; in dwc3_uboot_init()
797 u32 maximum_speed; member
1529 switch (dwc->maximum_speed) { in dwc3_gadget_start()
462 enum usb_device_speed maximum_speed; in udphy_parse_dt() local513 maximum_speed = usb_get_maximum_speed(dev_ofnode(dev)); in udphy_parse_dt()514 udphy->hs = maximum_speed <= USB_SPEED_HIGH ? true : false; in udphy_parse_dt()
Completed in 23 milliseconds