Searched refs:ss_ep_comp_desc (Results 1 – 3 of 3) sorted by relevance
388 struct usb_ss_ep_comp_descriptor *ss_ep_comp_desc) in xhci_get_endpoint_mult() argument394 return ss_ep_comp_desc->bmAttributes; in xhci_get_endpoint_mult()399 struct usb_ss_ep_comp_descriptor *ss_ep_comp_desc) in xhci_get_endpoint_max_burst() argument403 return ss_ep_comp_desc->bMaxBurst; in xhci_get_endpoint_max_burst()420 struct usb_ss_ep_comp_descriptor *ss_ep_comp_desc) in xhci_get_max_esit_payload() argument432 return le16_to_cpu(ss_ep_comp_desc->wBytesPerInterval); in xhci_get_max_esit_payload()547 struct usb_ss_ep_comp_descriptor *ss_ep_comp_desc = NULL; in xhci_set_configuration() local550 ss_ep_comp_desc = &ifdesc->ss_ep_comp_desc[cur_ep]; in xhci_set_configuration()561 ss_ep_comp_desc); in xhci_set_configuration()564 ss_ep_comp_desc); in xhci_set_configuration()[all …]
72 struct usb_ss_ep_comp_descriptor ss_ep_comp_desc[USB_MAXENDPOINTS]; member
492 memcpy(&if_desc->ss_ep_comp_desc[epno], head, in usb_parse_config()