Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
A Ddwc3-layerscape.c23 u32 maximum_speed; member
46 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()
A Ddwc3-generic.c24 u32 maximum_speed; member
53 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()
A Dcore.c608 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()
A Dcore.h797 u32 maximum_speed; member
A Dgadget.c1529 switch (dwc->maximum_speed) { in dwc3_gadget_start()
/drivers/phy/rockchip/
A Dphy-rockchip-usbdp.c462 enum usb_device_speed maximum_speed; in udphy_parse_dt() local
513 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