Searched refs:ssp_rate (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/common/ |
H A D | common.c | 78 static const char *const ssp_rate[] = { variable 116 ret = match_string(ssp_rate, ARRAY_SIZE(ssp_rate), maximum_speed); in usb_get_maximum_speed() 143 ret = match_string(ssp_rate, ARRAY_SIZE(ssp_rate), maximum_speed); in usb_get_maximum_ssp_rate()
|
/kernel/linux/linux-6.6/drivers/usb/common/ |
H A D | common.c | 79 static const char *const ssp_rate[] = { variable 117 ret = match_string(ssp_rate, ARRAY_SIZE(ssp_rate), maximum_speed); in usb_get_maximum_speed() 144 ret = match_string(ssp_rate, ARRAY_SIZE(ssp_rate), maximum_speed); in usb_get_maximum_ssp_rate()
|
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | gadget.c | 2511 enum usb_ssp_rate ssp_rate = dwc->gadget_ssp_rate; in __dwc3_gadget_set_ssp_rate() local 2514 if (ssp_rate == USB_SSP_GEN_UNKNOWN) in __dwc3_gadget_set_ssp_rate() 2515 ssp_rate = dwc->max_ssp_rate; in __dwc3_gadget_set_ssp_rate() 2521 if (ssp_rate == USB_SSP_GEN_1x2) in __dwc3_gadget_set_ssp_rate() 2526 if (ssp_rate != USB_SSP_GEN_2x1 && in __dwc3_gadget_set_ssp_rate() 4096 dwc->gadget->ssp_rate = USB_SSP_GEN_UNKNOWN; in dwc3_gadget_conndone_interrupt() 4114 dwc->gadget->ssp_rate = USB_SSP_GEN_2x2; in dwc3_gadget_conndone_interrupt() 4116 dwc->gadget->ssp_rate = USB_SSP_GEN_2x1; in dwc3_gadget_conndone_interrupt() 4141 dwc->gadget->ssp_rate = USB_SSP_GEN_1x2; in dwc3_gadget_conndone_interrupt() 4617 dwc->gadget->ssp_rate in dwc3_gadget_init() [all...] |
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | gadget.h | 347 * @ssp_rate: Current connected SuperSpeed Plus signaling rate and lane count. 423 enum usb_ssp_rate ssp_rate; member
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hcd.c | 2748 rhdev->ssp_rate = USB_SSP_GEN_UNKNOWN; in usb_add_hcd() 2766 rhdev->ssp_rate = USB_SSP_GEN_2x2; in usb_add_hcd() 2770 rhdev->ssp_rate = USB_SSP_GEN_2x1; in usb_add_hcd()
|
H A D | hub.c | 2966 udev->ssp_rate = get_port_ssp_rate(hub->hdev, ext_portstatus); in hub_port_wait_reset() 2970 udev->ssp_rate = USB_SSP_GEN_UNKNOWN; in hub_port_wait_reset()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hcd.c | 2868 rhdev->ssp_rate = USB_SSP_GEN_UNKNOWN; in usb_add_hcd() 2883 rhdev->ssp_rate = USB_SSP_GEN_2x2; in usb_add_hcd() 2887 rhdev->ssp_rate = USB_SSP_GEN_2x1; in usb_add_hcd()
|
H A D | hub.c | 2937 udev->ssp_rate = get_port_ssp_rate(hub->hdev, ext_portstatus); in hub_port_wait_reset() 2941 udev->ssp_rate = USB_SSP_GEN_UNKNOWN; in hub_port_wait_reset() 2943 if (udev->ssp_rate != USB_SSP_GEN_UNKNOWN) in hub_port_wait_reset() 4995 (udev->ssp_rate == USB_SSP_GEN_2x2) ? in hub_port_init() 4997 (udev->ssp_rate == USB_SSP_GEN_2x1) ? in hub_port_init() 4999 (udev->ssp_rate == USB_SSP_GEN_1x2) ? in hub_port_init()
|
H A D | sysfs.c | 168 if (udev->ssp_rate == USB_SSP_GEN_2x2) in speed_show()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | usb.h | 562 * @ssp_rate: SuperSpeed Plus phy signaling rate and lane count 640 enum usb_ssp_rate ssp_rate; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | usb.h | 584 * @ssp_rate: SuperSpeed Plus phy signaling rate and lane count 660 enum usb_ssp_rate ssp_rate; member
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci.c | 5118 hcd->self.root_hub->ssp_rate = USB_SSP_GEN_2x2; in xhci_hcd_init_usb3_data() 5123 hcd->self.root_hub->ssp_rate = USB_SSP_GEN_2x1; in xhci_hcd_init_usb3_data()
|
Completed in 44 milliseconds