Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c460 xep->xep_state &= ~XHCI_ENDPOINT_PERIODIC; in xhci_hcdi_pipe_poll_fini()
667 xep->xep_state &= ~(XHCI_ENDPOINT_QUIESCE | XHCI_ENDPOINT_PERIODIC); in xhci_hcdi_pipe_reset()
1128 xep->xep_state |= XHCI_ENDPOINT_PERIODIC; in xhci_hcdi_periodic_init()
1140 xep->xep_state &= ~XHCI_ENDPOINT_PERIODIC; in xhci_hcdi_periodic_init()
H A Dxhci_endpoint.c894 XHCI_ENDPOINT_PERIODIC)) { in xhci_endpoint_tick()
1040 !(xep->xep_state & XHCI_ENDPOINT_PERIODIC)) { in xhci_endpoint_schedule()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h496 XHCI_ENDPOINT_PERIODIC = 0x01, enumerator