Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c105 epid = xhci_endpoint_pipe_to_epid(ph); in xhci_hcdi_pipe_open()
424 epid = xhci_endpoint_pipe_to_epid(ph); in xhci_hcdi_pipe_poll_fini()
556 epid = xhci_endpoint_pipe_to_epid(ph); in xhci_hcdi_pipe_close()
676 epid = xhci_endpoint_pipe_to_epid(ph); in xhci_hcdi_pipe_reset()
809 ep = xhci_endpoint_pipe_to_epid(ph); in xhci_hcdi_pipe_ctrl_xfer()
971 epid = xhci_endpoint_pipe_to_epid(ph); in xhci_hcdi_pipe_bulk_xfer()
1108 epid = xhci_endpoint_pipe_to_epid(ph); in xhci_hcdi_periodic_init()
1242 epid = xhci_endpoint_pipe_to_epid(ph); in xhci_hcdi_intr_oneshot()
1417 epid = xhci_endpoint_pipe_to_epid(ph); in xhci_hcdi_isoc_oneshot()
H A Dxhci_endpoint.c68 xhci_endpoint_pipe_to_epid(usba_pipe_handle_data_t *ph) in xhci_endpoint_pipe_to_epid() function
727 epid = xhci_endpoint_pipe_to_epid(ph); in xhci_endpoint_init()
789 VERIFY3U(xhci_endpoint_pipe_to_epid(ph), ==, xep->xep_num); in xhci_endpoint_reopen()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h873 extern uint_t xhci_endpoint_pipe_to_epid(usba_pipe_handle_data_t *);