Home
last modified time | relevance | path

Searched refs:ehci_open_pipe_count (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci.c999 ehcip->ehci_open_pipe_count++; in ehci_hcdi_pipe_open()
1087 ehcip->ehci_open_pipe_count--; in ehci_hcdi_pipe_close()
H A Dehci_hub.c361 ehcip->ehci_open_pipe_count++; in ehci_handle_root_hub_pipe_open()
428 ehcip->ehci_open_pipe_count--; in ehci_handle_root_hub_pipe_close()
H A Dehci_util.c2041 ASSERT(ehcip->ehci_open_pipe_count == 0); in ehci_cpr_suspend()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h164 uint_t ehci_open_pipe_count; member