Searched refs:USB_CR_PIPE_CLOSING (Results 1 – 19 of 19) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcitgt.c | 338 USB_CR_PIPE_CLOSING); in uhci_hcdi_pipe_close() 419 USB_CR_PIPE_CLOSING); in uhci_hcdi_pipe_close()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_isoch.c | 231 completion_reason = USB_CR_PIPE_CLOSING; in ehci_isoc_pipe_cleanup() 1427 case USB_CR_PIPE_CLOSING: in ehci_hcdi_isoc_callback()
|
H A D | ehci_hub.c | 410 ehci_root_hub_intr_pipe_cleanup(ehcip, USB_CR_PIPE_CLOSING); in ehci_handle_root_hub_pipe_close() 2090 case USB_CR_PIPE_CLOSING: in ehci_root_hub_hcdi_callback()
|
H A D | ehci_xfer.c | 3702 completion_reason = USB_CR_PIPE_CLOSING; in ehci_pipe_cleanup() 4132 case USB_CR_PIPE_CLOSING: in ehci_hcdi_callback()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_hub.c | 426 ohci_root_hub_intr_pipe_cleanup(ohcip, USB_CR_PIPE_CLOSING); in ohci_handle_root_hub_pipe_close() 1781 case USB_CR_PIPE_CLOSING: in ohci_root_hub_hcdi_callback()
|
H A D | ohci.c | 10338 completion_reason = USB_CR_PIPE_CLOSING; in ohci_pipe_cleanup() 10848 case USB_CR_PIPE_CLOSING: in ohci_hcdi_callback()
|
/illumos-gate/usr/src/uts/common/sys/usb/ |
H A D | usbai.h | 155 USB_CR_PIPE_CLOSING = 17, /* intr/isoc IN pipe closed */ enumerator
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_usba.c | 473 USB_CR_PIPE_CLOSING : USB_CR_STOPPED_POLLING); in xhci_hcdi_pipe_poll_fini() 565 xhci_hcdi_pipe_flush(xhcip, xep, USB_CR_PIPE_CLOSING); in xhci_hcdi_pipe_close()
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | hcdi.c | 445 case USB_CR_PIPE_CLOSING: in usba_hcdi_update_error_stats()
|
H A D | usbai_util.c | 1803 { USB_CR_PIPE_CLOSING, "<Intr/ISOC IN pipe being closed>" },
|
H A D | usbai_req.c | 599 usba_do_req_exc_cb(wrp, USB_CR_PIPE_CLOSING, 0); in usba_start_next_req()
|
H A D | usba_ugen.c | 3517 case USB_CR_PIPE_CLOSING: in ugen_epx_isoc_IN_req_cb() 4265 { USB_CR_PIPE_CLOSING, USB_LC_STAT_UNSPECIFIED_ERR },
|
H A D | hubdi.c | 3630 case USB_CR_PIPE_CLOSING: in hubd_exception_cb()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/ |
H A D | keyspan_pipe.c | 1901 if ((cr != USB_CR_PIPE_CLOSING) && (cr != USB_CR_STOPPED_POLLING) && in keyspan_intr_ex_cb_usa49wg()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/ |
H A D | usb_as.c | 1488 case USB_CR_PIPE_CLOSING: in usb_as_record_exc_cb()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/ |
H A D | usbsacm.c | 3173 if ((cr != USB_CR_PIPE_CLOSING) && (cr != USB_CR_STOPPED_POLLING)) { in usbsacm_intr_ex_cb()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/ |
H A D | usbecm.c | 1596 if ((cr != USB_CR_PIPE_CLOSING) && (cr != USB_CR_STOPPED_POLLING)) { in usbecm_intr_ex_cb()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/ |
H A D | hid.c | 1715 case USB_CR_PIPE_CLOSING: in hid_interrupt_pipe_exception_callback()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/ |
H A D | usbvc.c | 3266 case USB_CR_PIPE_CLOSING: in usbvc_isoc_exc_cb()
|