Searched refs:maximum_speed (Results 1 – 7 of 7) sorted by relevance
126 const char *maximum_speed; in of_usb_get_maximum_speed() local130 err = of_property_read_string(np, "maximum-speed", &maximum_speed); in of_usb_get_maximum_speed()135 if (strcmp(maximum_speed, speed_names[i]) == 0) in of_usb_get_maximum_speed()
98 static unsigned int maximum_speed; variable202 if (speed > maximum_speed) in get_ranges()203 maximum_speed = speed; in get_ranges()412 if (speed > maximum_speed) in powernow_acpi_init()413 maximum_speed = speed; in powernow_acpi_init()634 maximum_speed = 0; in powernow_cpu_init()653 minimum_speed/1000, maximum_speed/1000); in powernow_cpu_init()
390 if (dwc->maximum_speed == USB_SPEED_SUPER) in dwc3_core_init()391 dwc->maximum_speed = USB_SPEED_HIGH; in dwc3_core_init()689 dwc->maximum_speed = of_usb_get_maximum_speed(node); in dwc3_probe()694 dwc->maximum_speed = pdata->maximum_speed; in dwc3_probe()701 if (dwc->maximum_speed == USB_SPEED_UNKNOWN) in dwc3_probe()702 dwc->maximum_speed = USB_SPEED_SUPER; in dwc3_probe()
24 enum usb_device_speed maximum_speed; member
716 u32 maximum_speed; member
1605 switch (dwc->maximum_speed) { in dwc3_gadget_start()
552 static USB_UDC_SPEED_ATTR(maximum_speed, max_speed);