Searched refs:ss_ep_comp_desc (Results 1 – 3 of 3) sorted by relevance
422 struct usb_ss_ep_comp_descriptor *ss_ep_comp_desc) in xhci_get_endpoint_mult() argument428 return ss_ep_comp_desc->bmAttributes; in xhci_get_endpoint_mult()433 struct usb_ss_ep_comp_descriptor *ss_ep_comp_desc) in xhci_get_endpoint_max_burst() argument437 return ss_ep_comp_desc->bMaxBurst; in xhci_get_endpoint_max_burst()454 struct usb_ss_ep_comp_descriptor *ss_ep_comp_desc) in xhci_get_max_esit_payload() argument466 return le16_to_cpu(ss_ep_comp_desc->wBytesPerInterval); in xhci_get_max_esit_payload()581 struct usb_ss_ep_comp_descriptor *ss_ep_comp_desc = NULL; in xhci_set_configuration() local584 ss_ep_comp_desc = &ifdesc->ss_ep_comp_desc[cur_ep]; in xhci_set_configuration()595 ss_ep_comp_desc); in xhci_set_configuration()598 ss_ep_comp_desc); in xhci_set_configuration()[all …]
72 struct usb_ss_ep_comp_descriptor ss_ep_comp_desc[USB_MAXENDPOINTS]; member
504 memcpy(&if_desc->ss_ep_comp_desc[epno], head, in usb_parse_config()
Completed in 10 milliseconds