Searched refs:maximum_speed (Results 1 – 10 of 10) 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()
82 const char *maximum_speed; in usb_get_maximum_speed() local85 ret = device_property_read_string(dev, "maximum-speed", &maximum_speed); in usb_get_maximum_speed()89 ret = match_string(speed_names, ARRAY_SIZE(speed_names), maximum_speed); in usb_get_maximum_speed()
77 u32 maximum_speed; member
917 if (dwc->maximum_speed == USB_SPEED_SUPER) in dwc3_core_init()918 dwc->maximum_speed = USB_SPEED_HIGH; in dwc3_core_init()1237 dwc->maximum_speed = usb_get_maximum_speed(dev); in dwc3_get_properties()1363 switch (dwc->maximum_speed) { in dwc3_check_params()1372 dwc->maximum_speed); in dwc3_check_params()1376 dwc->maximum_speed = USB_SPEED_SUPER; in dwc3_check_params()1384 dwc->maximum_speed = USB_SPEED_SUPER_PLUS; in dwc3_check_params()
1096 u32 maximum_speed; member
3368 dwc->gadget.max_speed = dwc->maximum_speed; in dwc3_gadget_init()3385 dwc3_gadget_set_speed(&dwc->gadget, dwc->maximum_speed); in dwc3_gadget_init()
50 What: /sys/class/udc/<udc>/maximum_speed
790 config->maximum_speed = usb_get_maximum_speed(&parent->dev); in dsps_create_musb_pdev()791 switch (config->maximum_speed) { in dsps_create_musb_pdev()800 config->maximum_speed = USB_SPEED_HIGH; in dsps_create_musb_pdev()
1065 if (musb->config->maximum_speed == USB_SPEED_HIGH || in musb_start()1066 musb->config->maximum_speed == USB_SPEED_UNKNOWN) in musb_start()
1532 static USB_UDC_SPEED_ATTR(maximum_speed, max_speed);