Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h872 extern boolean_t xhci_endpoint_is_periodic_in(xhci_endpoint_t *);
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c332 if (xhci_endpoint_is_periodic_in(xep) == B_FALSE || in xhci_hcdi_pipe_flush()
340 if (xhci_endpoint_is_periodic_in(xep) == B_TRUE) { in xhci_hcdi_pipe_flush()
H A Dxhci_endpoint.c28 xhci_endpoint_is_periodic_in(xhci_endpoint_t *xep) in xhci_endpoint_is_periodic_in() function