Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h465 uint_t pp_halt_state; /* Is it halting */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c756 while (pp->pp_halt_state & EHCI_HALT_STATE_HALTING) { in ehci_modify_qh_status_bit()
786 pp->pp_halt_state |= EHCI_HALT_STATE_HALTING; in ehci_modify_qh_status_bit()
811 pp->pp_halt_state &= ~EHCI_HALT_STATE_HALTING; in ehci_modify_qh_status_bit()
H A Dehci.c937 pp->pp_halt_state = EHCI_HALT_STATE_FREE; in ehci_hcdi_pipe_open()