Searched refs:maximum_speed (Results 1 – 14 of 14) sorted by relevance
| /kernel/linux/linux-5.10/drivers/usb/common/ |
| D | common.c | 109 const char *maximum_speed; in usb_get_maximum_speed() local 112 ret = device_property_read_string(dev, "maximum-speed", &maximum_speed); in usb_get_maximum_speed() 116 ret = match_string(ssp_rate, ARRAY_SIZE(ssp_rate), maximum_speed); in usb_get_maximum_speed() 120 ret = match_string(speed_names, ARRAY_SIZE(speed_names), maximum_speed); in usb_get_maximum_speed() 136 const char *maximum_speed; in usb_get_maximum_ssp_rate() local 139 ret = device_property_read_string(dev, "maximum-speed", &maximum_speed); in usb_get_maximum_ssp_rate() 143 ret = match_string(ssp_rate, ARRAY_SIZE(ssp_rate), maximum_speed); in usb_get_maximum_ssp_rate()
|
| /kernel/linux/linux-5.10/drivers/cpufreq/ |
| 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()
|
| /kernel/linux/linux-5.10/include/linux/usb/ |
| D | musb.h | 77 u32 maximum_speed; member
|
| /kernel/linux/linux-5.10/drivers/usb/dwc3/ |
| D | core.c | 1311 dwc->maximum_speed = usb_get_maximum_speed(dev); in dwc3_get_properties() 1445 switch (dwc->maximum_speed) { in dwc3_check_params() 1463 dwc->maximum_speed); in dwc3_check_params() 1468 dwc->maximum_speed = USB_SPEED_SUPER_PLUS; in dwc3_check_params() 1472 dwc->maximum_speed = USB_SPEED_SUPER_PLUS; in dwc3_check_params() 1474 dwc->maximum_speed = USB_SPEED_SUPER; in dwc3_check_params() 1477 dwc->maximum_speed = USB_SPEED_HIGH; in dwc3_check_params() 1480 dwc->maximum_speed = USB_SPEED_SUPER; in dwc3_check_params()
|
| D | core.h | 1135 u32 maximum_speed; member
|
| D | gadget.c | 2610 if (dwc->maximum_speed >= USB_SPEED_SUPER) in dwc3_gadget_init_in_endpoint() 4008 dwc->gadget->max_speed = dwc->maximum_speed; in dwc3_gadget_init() 4025 dwc3_gadget_set_speed(dwc->gadget, dwc->maximum_speed); in dwc3_gadget_init()
|
| /kernel/linux/linux-5.10/Documentation/ABI/stable/ |
| D | sysfs-class-udc | 50 What: /sys/class/udc/<udc>/maximum_speed
|
| /kernel/linux/linux-5.10/drivers/phy/tegra/ |
| D | xusb.c | 928 enum usb_device_speed maximum_speed; in tegra_xusb_usb3_port_parse_dt() local 943 maximum_speed = usb_get_maximum_speed(&port->dev); in tegra_xusb_usb3_port_parse_dt() 944 if (maximum_speed == USB_SPEED_SUPER) in tegra_xusb_usb3_port_parse_dt() 946 else if (maximum_speed == USB_SPEED_SUPER_PLUS) in tegra_xusb_usb3_port_parse_dt()
|
| /kernel/linux/linux-5.10/drivers/usb/musb/ |
| D | musb_dsps.c | 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()
|
| D | musb_core.c | 1203 if (musb->config->maximum_speed == USB_SPEED_HIGH || in musb_start() 1204 musb->config->maximum_speed == USB_SPEED_UNKNOWN) in musb_start()
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
| D | core.c | 1593 static USB_UDC_SPEED_ATTR(maximum_speed, max_speed);
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0034_linux_drivers_usb_vfio_wdt_tty_uio.patch | 4871 dwc->maximum_speed = usb_get_maximum_speed(dev); 5084 u32 maximum_speed;
|
| /kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
| D | hispark_taurus.patch | 54471 - dwc->maximum_speed = usb_get_maximum_speed(dev); 54472 + dwc->maximum_speed = usb_get_max_speed(dev);
|
| /kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
| D | hispark_taurus.patch | 356709 - dwc->maximum_speed = usb_get_maximum_speed(dev); 356710 + dwc->maximum_speed = usb_get_max_speed(dev);
|