Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c85 sema_p(&uhcip->uhci_ocsem); in uhci_hcdi_pipe_open()
92 sema_v(&uhcip->uhci_ocsem); in uhci_hcdi_pipe_open()
130 sema_v(&uhcip->uhci_ocsem); in uhci_hcdi_pipe_open()
136 sema_v(&uhcip->uhci_ocsem); in uhci_hcdi_pipe_open()
159 sema_v(&uhcip->uhci_ocsem); in uhci_hcdi_pipe_open()
174 sema_v(&uhcip->uhci_ocsem); in uhci_hcdi_pipe_open()
195 sema_v(&uhcip->uhci_ocsem); in uhci_hcdi_pipe_open()
206 sema_v(&uhcip->uhci_ocsem); in uhci_hcdi_pipe_open()
286 sema_v(&uhcip->uhci_ocsem); in uhci_hcdi_pipe_open()
317 sema_p(&uhcip->uhci_ocsem); in uhci_hcdi_pipe_close()
[all …]
H A Duhci.c346 sema_init(&uhcip->uhci_ocsem, 1, NULL, SEMA_DRIVER, NULL); in uhci_attach()
832 sema_destroy(&uhcip->uhci_ocsem); in uhci_cleanup()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h176 ksema_t uhci_ocsem; member