Home
last modified time | relevance | path

Searched refs:ssp_rate (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/common/
H A Dcommon.c78 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()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dgadget.c2511 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()
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()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dgadget.h431 enum usb_ssp_rate ssp_rate; member