Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c232 case EHCI_PIPE_STATE_RESET: in ehci_isoc_pipe_cleanup()
236 EHCI_PIPE_STATE_RESET) ? in ehci_isoc_pipe_cleanup()
H A Dehci.c1139 pp->pp_state = EHCI_PIPE_STATE_RESET; in ehci_hcdi_pipe_reset()
H A Dehci_hub.c472 rh_intr_pipe_state = EHCI_PIPE_STATE_RESET; in ehci_handle_root_hub_pipe_reset()
H A Dehci_xfer.c3708 case EHCI_PIPE_STATE_RESET: in ehci_pipe_cleanup()
3712 EHCI_PIPE_STATE_RESET) ? in ehci_pipe_cleanup()
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h492 #define EHCI_PIPE_STATE_RESET 5 /* Pipe reset */ macro