Home
last modified time | relevance | path

Searched refs:USB_SPEED_SUPER_PLUS (Results 1 – 25 of 43) sorted by relevance

12

/linux-6.15/drivers/usb/common/
H A Dcommon.c82 [USB_SPEED_SUPER_PLUS] = "super-speed-plus",
121 return USB_SPEED_SUPER_PLUS; in usb_get_maximum_speed()
/linux-6.15/tools/usb/
H A Dtestusb.c102 USB_SPEED_SUPER_PLUS, /* usb 3.1 */ enumerator
116 case USB_SPEED_SUPER_PLUS: return "super-plus"; in speed()
/linux-6.15/drivers/usb/gadget/function/
H A Du_ether.h285 if (g->speed >= USB_SPEED_SUPER_PLUS) in gether_bitrate()
H A Df_uvc.c518 case USB_SPEED_SUPER_PLUS: in uvc_copy_descriptors()
568 speed == USB_SPEED_SUPER_PLUS) { in uvc_copy_descriptors()
624 speed == USB_SPEED_SUPER_PLUS) in uvc_copy_descriptors()
816 f->ssp_descriptors = uvc_copy_descriptors(uvc, USB_SPEED_SUPER_PLUS); in uvc_function_bind()
/linux-6.15/sound/usb/
H A Dhelper.c112 case USB_SPEED_SUPER_PLUS: in snd_usb_parse_datainterval()
H A Dcard.c597 case USB_SPEED_SUPER_PLUS: in usb_audio_make_longname()
626 case USB_SPEED_SUPER_PLUS: in snd_usb_audio_create()
/linux-6.15/drivers/usb/gadget/legacy/
H A Dmass_storage.c227 .max_speed = USB_SPEED_SUPER_PLUS,
/linux-6.15/drivers/usb/core/
H A Durb.c462 if (dev->speed == USB_SPEED_SUPER_PLUS && in usb_submit_urb()
547 case USB_SPEED_SUPER_PLUS: in usb_submit_urb()
H A Ddevices.c431 case USB_SPEED_SUPER_PLUS: in usb_device_dump()
H A Dconfig.c366 case USB_SPEED_SUPER_PLUS: in usb_parse_endpoint()
477 case USB_SPEED_SUPER_PLUS: in usb_parse_endpoint()
H A Dsysfs.c167 case USB_SPEED_SUPER_PLUS: in speed_show()
662 udev->speed == USB_SPEED_SUPER_PLUS) && in add_power_attributes()
/linux-6.15/drivers/usb/mtu3/
H A Dmtu3_core.c256 case USB_SPEED_SUPER_PLUS: in mtu3_set_speed()
709 udev_speed = USB_SPEED_SUPER_PLUS; in mtu3_link_isr()
833 case USB_SPEED_SUPER_PLUS: in mtu3_check_params()
841 mtu->max_speed = USB_SPEED_SUPER_PLUS; in mtu3_check_params()
H A Dmtu3_gadget.c77 case USB_SPEED_SUPER_PLUS: in mtu3_ep_enable()
/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.c33 return USB_SPEED_SUPER_PLUS; in cdnsp_port_speed()
1275 case USB_SPEED_SUPER_PLUS: in cdnsp_run()
1768 case USB_SPEED_SUPER_PLUS: in cdnsp_irq_reset()
1906 case USB_SPEED_SUPER_PLUS: in __cdnsp_gadget_init()
1913 max_speed = USB_SPEED_SUPER_PLUS; in __cdnsp_gadget_init()
H A Dcdnsp-mem.c739 case USB_SPEED_SUPER_PLUS: in cdnsp_setup_addressable_priv_dev()
836 case USB_SPEED_SUPER_PLUS: in cdnsp_get_endpoint_interval()
927 if (g->speed >= USB_SPEED_SUPER_PLUS && in cdnsp_get_max_esit_payload()
/linux-6.15/drivers/usb/dwc3/
H A Dgadget.c822 case USB_SPEED_SUPER_PLUS: in dwc3_gadget_resize_tx_fifos()
2548 if (speed == USB_SPEED_SUPER_PLUS && in __dwc3_gadget_set_speed()
2584 case USB_SPEED_SUPER_PLUS: in __dwc3_gadget_set_speed()
2602 speed < USB_SPEED_SUPER_PLUS) in __dwc3_gadget_set_speed()
3108 dwc->gadget_max_speed = USB_SPEED_SUPER_PLUS; in dwc3_gadget_set_ssp_rate()
4192 dwc->gadget->speed = USB_SPEED_SUPER_PLUS; in dwc3_gadget_conndone_interrupt()
4221 dwc->gadget->speed = USB_SPEED_SUPER_PLUS; in dwc3_gadget_conndone_interrupt()
4769 if (DWC3_IP_IS(DWC32) && dwc->maximum_speed == USB_SPEED_SUPER_PLUS) in dwc3_gadget_init()
H A Ddwc3-rtk.c172 [USB_SPEED_SUPER_PLUS] = "super-speed-plus",
H A Dcore.c1894 case USB_SPEED_SUPER_PLUS: in dwc3_check_params()
1908 dwc->maximum_speed = USB_SPEED_SUPER_PLUS; in dwc3_check_params()
1912 dwc->maximum_speed = USB_SPEED_SUPER_PLUS; in dwc3_check_params()
1933 if (dwc->maximum_speed == USB_SPEED_SUPER_PLUS) { in dwc3_check_params()
/linux-6.15/drivers/usb/usbip/
H A Dvhci_sysfs.c286 case USB_SPEED_SUPER_PLUS: in valid_args()
/linux-6.15/include/linux/usb/
H A Dgadget.h588 return g->max_speed >= USB_SPEED_SUPER_PLUS; in gadget_is_superspeed_plus()
/linux-6.15/drivers/usb/gadget/
H A Dcomposite.c74 case USB_SPEED_SUPER_PLUS: in function_descriptors()
172 case USB_SPEED_SUPER_PLUS: in config_ep_by_speed_and_alt()
653 case USB_SPEED_SUPER_PLUS: in config_desc()
691 if (gadget->speed == USB_SPEED_SUPER_PLUS) in count_configs()
H A Dconfigfs.c334 gi->composite.max_speed = USB_SPEED_SUPER_PLUS; in gadget_dev_desc_max_speed_store()
1976 .max_speed = USB_SPEED_SUPER_PLUS,
2019 gi->composite.max_speed = USB_SPEED_SUPER_PLUS; in gadgets_make()
/linux-6.15/drivers/media/usb/b2c2/
H A Dflexcop-usb.c535 case USB_SPEED_SUPER_PLUS: in flexcop_usb_init()
/linux-6.15/include/uapi/linux/usb/
H A Dch9.h1207 USB_SPEED_SUPER_PLUS, /* usb 3.1 */ enumerator
/linux-6.15/drivers/usb/host/
H A Dxhci-mem.c1082 case USB_SPEED_SUPER_PLUS: in xhci_setup_addressable_virt_dev()
1268 case USB_SPEED_SUPER_PLUS: in xhci_get_endpoint_interval()
1366 if ((udev->speed >= USB_SPEED_SUPER_PLUS) && in xhci_get_max_esit_payload()

12