Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/common/
H A Dcommon.c110 const char *maximum_speed; in usb_get_maximum_speed() local
113 ret = device_property_read_string(dev, "maximum-speed", &maximum_speed); in usb_get_maximum_speed()
117 ret = match_string(ssp_rate, ARRAY_SIZE(ssp_rate), maximum_speed); in usb_get_maximum_speed()
121 ret = match_string(speed_names, ARRAY_SIZE(speed_names), maximum_speed); in usb_get_maximum_speed()
137 const char *maximum_speed; in usb_get_maximum_ssp_rate() local
140 ret = device_property_read_string(dev, "maximum-speed", &maximum_speed); in usb_get_maximum_ssp_rate()
144 ret = match_string(ssp_rate, ARRAY_SIZE(ssp_rate), maximum_speed); in usb_get_maximum_ssp_rate()
/openbmc/linux/drivers/cpufreq/
H A Dpowernow-k7.c96 static unsigned int maximum_speed; variable
199 if (speed > maximum_speed) in get_ranges()
200 maximum_speed = speed; in get_ranges()
409 if (speed > maximum_speed) in powernow_acpi_init()
410 maximum_speed = speed; in powernow_acpi_init()
620 maximum_speed = 0; in powernow_cpu_init()
638 minimum_speed/1000, maximum_speed/1000); in powernow_cpu_init()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c424 if (dwc->maximum_speed == USB_SPEED_SUPER) in dwc3_core_init()
425 dwc->maximum_speed = USB_SPEED_HIGH; in dwc3_core_init()
651 dwc->maximum_speed = dwc3_dev->maximum_speed; in dwc3_uboot_init()
678 if (dwc->maximum_speed == USB_SPEED_UNKNOWN) in dwc3_uboot_init()
679 dwc->maximum_speed = USB_SPEED_SUPER; in dwc3_uboot_init()
H A Ddwc3-generic.c86 dwc3->maximum_speed = usb_get_maximum_speed(node); in dwc3_generic_peripheral_ofdata_to_platdata()
87 if (dwc3->maximum_speed == USB_SPEED_UNKNOWN) { in dwc3_generic_peripheral_ofdata_to_platdata()
H A Dcore.h742 u32 maximum_speed; member
H A Dgadget.c1482 switch (dwc->maximum_speed) { in dwc3_gadget_start()
/openbmc/u-boot/board/st/stih410-b2260/
H A Dboard.c44 .maximum_speed = USB_SPEED_HIGH,
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c1371 (dwc->maximum_speed == USB_SPEED_HIGH || in dwc3_core_init()
1372 dwc->maximum_speed == USB_SPEED_FULL)) in dwc3_core_init()
1543 dwc->maximum_speed = usb_get_maximum_speed(dev); in dwc3_get_properties()
1707 switch (dwc->maximum_speed) { in dwc3_check_params()
1724 dwc->maximum_speed); in dwc3_check_params()
1729 dwc->maximum_speed = USB_SPEED_SUPER_PLUS; in dwc3_check_params()
1733 dwc->maximum_speed = USB_SPEED_SUPER_PLUS; in dwc3_check_params()
1735 dwc->maximum_speed = USB_SPEED_SUPER; in dwc3_check_params()
1738 dwc->maximum_speed = USB_SPEED_HIGH; in dwc3_check_params()
1741 dwc->maximum_speed = USB_SPEED_SUPER; in dwc3_check_params()
[all …]
H A Dgadget.c2554 if (speed == USB_SPEED_UNKNOWN || speed > dwc->maximum_speed) in __dwc3_gadget_set_speed()
2555 speed = dwc->maximum_speed; in __dwc3_gadget_set_speed()
4712 dwc->gadget->max_speed = dwc->maximum_speed; in dwc3_gadget_init()
4730 if (DWC3_IP_IS(DWC32) && dwc->maximum_speed == USB_SPEED_SUPER_PLUS) in dwc3_gadget_init()
4733 dwc3_gadget_set_speed(dwc->gadget, dwc->maximum_speed); in dwc3_gadget_init()
H A Dcore.h1214 u32 maximum_speed; member
/openbmc/u-boot/include/
H A Ddwc3-uboot.h17 u32 maximum_speed; member
/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_udc.h39 u32 maximum_speed; member
H A Daspeed_udc.c1196 udc->gadget.max_speed = udc->maximum_speed; in aspeed_udc_probe()
1236 udc->maximum_speed = usb_get_maximum_speed(node); in aspeed_udc_ofdata_to_platdata()
1237 if (udc->maximum_speed == USB_SPEED_UNKNOWN) { in aspeed_udc_ofdata_to_platdata()
/openbmc/u-boot/board/intel/edison/
H A Dedison.c20 .maximum_speed = USB_SPEED_HIGH,
/openbmc/linux/include/linux/usb/
H A Dmusb.h77 u32 maximum_speed; member
/openbmc/u-boot/board/samsung/common/
H A Dexynos5-dt.c120 .maximum_speed = USB_SPEED_SUPER,
/openbmc/u-boot/board/ti/omap5_uevm/
H A Devm.c64 .maximum_speed = USB_SPEED_SUPER,
/openbmc/u-boot/board/ti/am43xx/
H A Dboard.c748 .maximum_speed = USB_SPEED_HIGH,
766 .maximum_speed = USB_SPEED_HIGH,
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-class-udc50 What: /sys/class/udc/<udc>/maximum_speed
/openbmc/linux/drivers/usb/musb/
H A Dmusb_dsps.c791 config->maximum_speed = usb_get_maximum_speed(&parent->dev); in dsps_create_musb_pdev()
792 switch (config->maximum_speed) { in dsps_create_musb_pdev()
801 config->maximum_speed = USB_SPEED_HIGH; in dsps_create_musb_pdev()
H A Dmusb_core.c1199 if (musb->config->maximum_speed == USB_SPEED_HIGH || in musb_start()
1200 musb->config->maximum_speed == USB_SPEED_UNKNOWN) in musb_start()
/openbmc/linux/drivers/phy/tegra/
H A Dxusb.c962 enum usb_device_speed maximum_speed; in tegra_xusb_usb3_port_parse_dt() local
977 maximum_speed = usb_get_maximum_speed(&port->dev); in tegra_xusb_usb3_port_parse_dt()
978 if (maximum_speed == USB_SPEED_SUPER) in tegra_xusb_usb3_port_parse_dt()
980 else if (maximum_speed == USB_SPEED_SUPER_PLUS) in tegra_xusb_usb3_port_parse_dt()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dcore.c1808 static USB_UDC_SPEED_ATTR(maximum_speed, max_speed);