Searched refs:maximum_speed (Results 1 – 8 of 8) sorted by relevance
96 static unsigned int maximum_speed; variable199 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()
67 const char *maximum_speed; in usb_get_maximum_speed() local70 ret = device_property_read_string(dev, "maximum-speed", &maximum_speed); in usb_get_maximum_speed()74 ret = match_string(speed_names, ARRAY_SIZE(speed_names), maximum_speed); in usb_get_maximum_speed()
639 if (dwc->maximum_speed == USB_SPEED_SUPER) in dwc3_core_init()640 dwc->maximum_speed = USB_SPEED_HIGH; in dwc3_core_init()991 dwc->maximum_speed = usb_get_maximum_speed(dev); in dwc3_probe()1097 switch (dwc->maximum_speed) { in dwc3_probe()1106 dwc->maximum_speed); in dwc3_probe()1110 dwc->maximum_speed = USB_SPEED_SUPER; in dwc3_probe()1118 dwc->maximum_speed = USB_SPEED_SUPER_PLUS; in dwc3_probe()
881 u32 maximum_speed; member
1655 switch (dwc->maximum_speed) { in __dwc3_gadget_start()1670 dwc->maximum_speed); in __dwc3_gadget_start()3026 dwc->gadget.max_speed = dwc->maximum_speed; in dwc3_gadget_init()
743 config->maximum_speed = usb_get_maximum_speed(&parent->dev); in dsps_create_musb_pdev()744 switch (config->maximum_speed) { in dsps_create_musb_pdev()753 config->maximum_speed = USB_SPEED_HIGH; in dsps_create_musb_pdev()
1054 if (musb->config->maximum_speed == USB_SPEED_HIGH || in musb_start()1055 musb->config->maximum_speed == USB_SPEED_UNKNOWN) in musb_start()
1456 static USB_UDC_SPEED_ATTR(maximum_speed, max_speed);