Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci.c388 struct usb_ss_ep_comp_descriptor *ss_ep_comp_desc) in xhci_get_endpoint_mult() argument
394 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() argument
403 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() argument
432 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() local
550 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 …]
/external/u-boot/include/
Dusb.h72 struct usb_ss_ep_comp_descriptor ss_ep_comp_desc[USB_MAXENDPOINTS]; member
/external/u-boot/common/
Dusb.c492 memcpy(&if_desc->ss_ep_comp_desc[epno], head, in usb_parse_config()