Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h121 USB_CB_FUNCTIONAL_STALL = 0x02, /* func stall occurred */ enumerator
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c909 usba_req_set_cb_flags(req_wrp, USB_CB_FUNCTIONAL_STALL); in hcdi_autoclearing()
H A Dusbai_util.c1821 { USB_CB_FUNCTIONAL_STALL, "<functional stall>" },
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c1702 if (((flags & USB_CB_FUNCTIONAL_STALL) != 0) && in hid_interrupt_pipe_exception_callback()