Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c42 xhci_input_context_sync(xhci_t *xhcip, xhci_device_t *xd, xhci_endpoint_t *xep) in xhci_input_context_sync() function
155 ret = xhci_input_context_sync(xhcip, xd, xep); in xhci_endpoint_unconfigure()
264 return (xhci_input_context_sync(xhcip, xd, xep)); in xhci_endpoint_setup_default_context()
300 if (xhci_input_context_sync(xhcip, xd, xep) != 0) { in xhci_endpoint_update_default()
695 if ((ret = xhci_input_context_sync(xhcip, xd, xep)) != 0) { in xhci_endpoint_setup_context()