Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci.c422 struct usb_ss_ep_comp_descriptor *ss_ep_comp_desc) in xhci_get_endpoint_mult() argument
428 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() argument
437 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() argument
466 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() local
584 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 …]
/u-boot/include/
A Dusb.h72 struct usb_ss_ep_comp_descriptor ss_ep_comp_desc[USB_MAXENDPOINTS]; member
/u-boot/common/
A Dusb.c504 memcpy(&if_desc->ss_ep_comp_desc[epno], head, in usb_parse_config()

Completed in 10 milliseconds