Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/usb/common/
H A Dcommon.c75 [USB_SPEED_SUPER_PLUS] = "super-speed-plus",
118 return USB_SPEED_SUPER_PLUS; in usb_get_maximum_speed()
/OK3568_Linux_fs/kernel/sound/usb/
H A Dhelper.c113 case USB_SPEED_SUPER_PLUS: in snd_usb_parse_datainterval()
H A Dcard.c741 case USB_SPEED_SUPER_PLUS: in usb_audio_make_longname()
771 case USB_SPEED_SUPER_PLUS: in snd_usb_audio_create()
/OK3568_Linux_fs/kernel/drivers/usb/mtu3/
H A Dmtu3_core.c234 case USB_SPEED_SUPER_PLUS: in mtu3_set_speed()
670 udev_speed = USB_SPEED_SUPER_PLUS; in mtu3_link_isr()
786 case USB_SPEED_SUPER_PLUS: in mtu3_check_params()
794 mtu->max_speed = USB_SPEED_SUPER_PLUS; in mtu3_check_params()
H A Dmtu3_gadget.c76 case USB_SPEED_SUPER_PLUS: in mtu3_ep_enable()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Dmass_storage.c225 .max_speed = USB_SPEED_SUPER_PLUS,
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Durb.c451 if (dev->speed == USB_SPEED_SUPER_PLUS && in usb_submit_urb()
545 case USB_SPEED_SUPER_PLUS: in usb_submit_urb()
H A Dconfig.c326 case USB_SPEED_SUPER_PLUS: in usb_parse_endpoint()
435 case USB_SPEED_SUPER_PLUS: in usb_parse_endpoint()
H A Ddevices.c479 case USB_SPEED_SUPER_PLUS: in usb_device_dump()
H A Dsysfs.c169 case USB_SPEED_SUPER_PLUS: in speed_show()
682 udev->speed == USB_SPEED_SUPER_PLUS) && in add_power_attributes()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.c1494 case USB_SPEED_SUPER_PLUS: in dwc3_check_params()
1508 dwc->maximum_speed = USB_SPEED_SUPER_PLUS; in dwc3_check_params()
1512 dwc->maximum_speed = USB_SPEED_SUPER_PLUS; in dwc3_check_params()
1533 if (dwc->maximum_speed == USB_SPEED_SUPER_PLUS) { in dwc3_check_params()
H A Dgadget.c2542 if (speed == USB_SPEED_SUPER_PLUS && in __dwc3_gadget_set_speed()
2581 case USB_SPEED_SUPER_PLUS: in __dwc3_gadget_set_speed()
2599 speed < USB_SPEED_SUPER_PLUS) in __dwc3_gadget_set_speed()
3054 dwc->gadget_max_speed = USB_SPEED_SUPER_PLUS; in dwc3_gadget_set_ssp_rate()
4185 dwc->gadget->speed = USB_SPEED_SUPER_PLUS; in dwc3_gadget_conndone_interrupt()
4214 dwc->gadget->speed = USB_SPEED_SUPER_PLUS; in dwc3_gadget_conndone_interrupt()
4764 if (DWC3_IP_IS(DWC32) && dwc->maximum_speed == USB_SPEED_SUPER_PLUS) in dwc3_gadget_init()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dcomposite.c72 case USB_SPEED_SUPER_PLUS: in function_descriptors()
170 case USB_SPEED_SUPER_PLUS: in config_ep_by_speed_and_alt()
604 case USB_SPEED_SUPER_PLUS: in config_desc()
642 if (gadget->speed == USB_SPEED_SUPER_PLUS) in count_configs()
H A Dconfigfs.c352 gi->composite.max_speed = USB_SPEED_SUPER_PLUS; in gadget_dev_desc_max_speed_store()
1737 .max_speed = USB_SPEED_SUPER_PLUS,
1862 gi->composite.max_speed = USB_SPEED_SUPER_PLUS; in gadgets_make()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dgadget.h596 return g->max_speed >= USB_SPEED_SUPER_PLUS; in gadget_is_superspeed_plus()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A Dch9.h1143 USB_SPEED_SUPER_PLUS, /* usb 3.1 */ enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A Dch9.h1143 USB_SPEED_SUPER_PLUS, /* usb 3.1 */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch9.h1165 USB_SPEED_SUPER_PLUS, /* usb 3.1 */ enumerator
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c2210 case USB_SPEED_SUPER_PLUS: in xhci_get_block_size()
2575 case USB_SPEED_SUPER_PLUS: in xhci_drop_ep_from_interval_table()
2635 case USB_SPEED_SUPER_PLUS: in xhci_add_ep_to_interval_table()
5244 hcd->self.root_hub->speed = USB_SPEED_SUPER_PLUS; in xhci_gen_setup()
5250 hcd->self.root_hub->speed = USB_SPEED_SUPER_PLUS; in xhci_gen_setup()
H A Dxhci-mtk-sch.c97 case USB_SPEED_SUPER_PLUS: in get_bw_boundary()
H A Dxhci-mem.c1191 case USB_SPEED_SUPER_PLUS: in xhci_setup_addressable_virt_dev()
1384 case USB_SPEED_SUPER_PLUS: in xhci_get_endpoint_interval()
1482 if ((udev->speed >= USB_SPEED_SUPER_PLUS) && in xhci_get_max_esit_payload()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_rndis.c90 if (gadget_is_superspeed(g) && g->speed >= USB_SPEED_SUPER_PLUS) in bitrate()
H A Df_sourcesink.c586 case USB_SPEED_SUPER_PLUS: in source_sink_start_ep()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dcore.c1167 if (s == USB_SPEED_SUPER_PLUS && gadget->ops->udc_set_ssp_rate) in usb_gadget_udc_set_speed()
/OK3568_Linux_fs/kernel/drivers/phy/tegra/
H A Dxusb.c944 else if (maximum_speed == USB_SPEED_SUPER_PLUS) in tegra_xusb_usb3_port_parse_dt()

12