/openbmc/linux/drivers/usb/common/ |
H A D | common.c | 110 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 D | powernow-k7.c | 96 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 D | core.c | 424 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 D | dwc3-generic.c | 86 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 D | core.h | 742 u32 maximum_speed; member
|
H A D | gadget.c | 1482 switch (dwc->maximum_speed) { in dwc3_gadget_start()
|
/openbmc/u-boot/board/st/stih410-b2260/ |
H A D | board.c | 44 .maximum_speed = USB_SPEED_HIGH,
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | core.c | 1371 (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 D | gadget.c | 2554 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 D | core.h | 1214 u32 maximum_speed; member
|
/openbmc/u-boot/include/ |
H A D | dwc3-uboot.h | 17 u32 maximum_speed; member
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | aspeed_udc.h | 39 u32 maximum_speed; member
|
H A D | aspeed_udc.c | 1196 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 D | edison.c | 20 .maximum_speed = USB_SPEED_HIGH,
|
/openbmc/linux/include/linux/usb/ |
H A D | musb.h | 77 u32 maximum_speed; member
|
/openbmc/u-boot/board/samsung/common/ |
H A D | exynos5-dt.c | 120 .maximum_speed = USB_SPEED_SUPER,
|
/openbmc/u-boot/board/ti/omap5_uevm/ |
H A D | evm.c | 64 .maximum_speed = USB_SPEED_SUPER,
|
/openbmc/u-boot/board/ti/am43xx/ |
H A D | board.c | 748 .maximum_speed = USB_SPEED_HIGH, 766 .maximum_speed = USB_SPEED_HIGH,
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-class-udc | 50 What: /sys/class/udc/<udc>/maximum_speed
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_dsps.c | 791 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 D | musb_core.c | 1199 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 D | xusb.c | 962 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 D | core.c | 1808 static USB_UDC_SPEED_ATTR(maximum_speed, max_speed);
|