Home
last modified time | relevance | path

Searched refs:ecomp (Results 1 - 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.c309 struct usb_endpoint_ss_comp_descriptor *ecomp, in usb_init_endpoint()
321 ep->ecomp = ecomp; in usb_init_endpoint()
335 if ((udev->speed == USB_SPEED_SUPER) && (ecomp != NULL) && in usb_init_endpoint()
337 ((UE_GET_BULK_STREAMS(ecomp->bmAttributes) != 0))) { in usb_init_endpoint()
749 void *ecomp; in usb_config_parse() local
751 ecomp = usb_ed_comp_foreach(udev->cdesc, (void *)ed); in usb_config_parse()
752 if (ecomp != NULL) in usb_config_parse()
756 ips.iface_index, ed, ecomp, ep); in usb_config_parse()
307 usb_init_endpoint(struct usb_device *udev, uint8_t iface_index, struct usb_endpoint_descriptor *edesc, struct usb_endpoint_ss_comp_descriptor *ecomp, struct usb_endpoint *ep) usb_init_endpoint() argument
H A Dusb_transfer.c332 struct usb_endpoint_ss_comp_descriptor *ecomp; in usbd_transfer_setup_sub() local
353 ecomp = xfer->endpoint->ecomp; in usbd_transfer_setup_sub()
390 if (ecomp != NULL) in usbd_transfer_setup_sub()
391 xfer->max_packet_count += ecomp->bMaxBurst; in usbd_transfer_setup_sub()
402 if (ecomp != NULL) { in usbd_transfer_setup_sub()
406 ecomp->bmAttributes) + 1; in usbd_transfer_setup_sub()
H A Dusbdi.h137 struct usb_endpoint_ss_comp_descriptor *ecomp; member
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c2004 mult = xfer->endpoint->ecomp ? in xhci_setup_generic_chain()
2005 UE_GET_SS_ISO_MULT(xfer->endpoint->ecomp->bmAttributes) in xhci_setup_generic_chain()
2455 struct usb_endpoint_ss_comp_descriptor *ecomp; in xhci_configure_endpoint_by_xfer() local
2461 ecomp = xfer->endpoint->ecomp; in xhci_configure_endpoint_by_xfer()
2489 (ecomp != NULL) ? UE_GET_SS_ISO_MULT(ecomp->bmAttributes) + 1 : 1, in xhci_configure_endpoint_by_xfer()

Completed in 12 milliseconds