Searched refs:ssp_rate (Results 1 – 3 of 3) sorted by relevance
78 static const char *const ssp_rate[] = { variable116 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()
2511 enum usb_ssp_rate ssp_rate = dwc->gadget_ssp_rate; in __dwc3_gadget_set_ssp_rate() local2514 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()4170 dwc->gadget->ssp_rate = USB_SSP_GEN_UNKNOWN; in dwc3_gadget_conndone_interrupt()4188 dwc->gadget->ssp_rate = USB_SSP_GEN_2x2; in dwc3_gadget_conndone_interrupt()4190 dwc->gadget->ssp_rate = USB_SSP_GEN_2x1; in dwc3_gadget_conndone_interrupt()4215 dwc->gadget->ssp_rate = USB_SSP_GEN_1x2; in dwc3_gadget_conndone_interrupt()4720 dwc->gadget->ssp_rate = USB_SSP_GEN_UNKNOWN; in dwc3_gadget_init()
431 enum usb_ssp_rate ssp_rate; member