Searched refs:maximum_speed (Results 1 – 11 of 11) sorted by relevance
65 const char *maximum_speed; in usb_get_maximum_speed() local69 err = device_property_read_string(dev, "maximum-speed", &maximum_speed); in usb_get_maximum_speed()74 if (strcmp(maximum_speed, speed_names[i]) == 0) in usb_get_maximum_speed()
97 static unsigned int maximum_speed; variable201 if (speed > maximum_speed) in get_ranges()202 maximum_speed = speed; in get_ranges()411 if (speed > maximum_speed) in powernow_acpi_init()412 maximum_speed = speed; in powernow_acpi_init()633 maximum_speed = 0; in powernow_cpu_init()652 minimum_speed/1000, maximum_speed/1000); in powernow_cpu_init()
24 enum usb_device_speed maximum_speed; member
562 if (dwc->maximum_speed == USB_SPEED_SUPER) in dwc3_core_init()563 dwc->maximum_speed = USB_SPEED_HIGH; in dwc3_core_init()881 dwc->maximum_speed = usb_get_maximum_speed(dev); in dwc3_probe()931 dwc->maximum_speed = pdata->maximum_speed; in dwc3_probe()964 if (dwc->maximum_speed == USB_SPEED_UNKNOWN) in dwc3_probe()965 dwc->maximum_speed = USB_SPEED_SUPER; in dwc3_probe()
779 u32 maximum_speed; member
1627 switch (dwc->maximum_speed) { in dwc3_gadget_start()2807 dwc->gadget.max_speed = dwc->maximum_speed; in dwc3_gadget_init()
50 What: /sys/class/udc/<udc>/maximum_speed58 What: /sys/class/udc/<udc>/maximum_speed
98 u32 maximum_speed; member
750 config->maximum_speed = usb_get_maximum_speed(&parent->dev); in dsps_create_musb_pdev()751 switch (config->maximum_speed) { in dsps_create_musb_pdev()760 config->maximum_speed = USB_SPEED_HIGH; in dsps_create_musb_pdev()
1043 if (musb->config->maximum_speed == USB_SPEED_HIGH || in musb_start()1044 musb->config->maximum_speed == USB_SPEED_UNKNOWN) in musb_start()
658 static USB_UDC_SPEED_ATTR(maximum_speed, max_speed);