Home
last modified time | relevance | path

Searched refs:USB_BUSY (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_polled.c314 return (USB_BUSY); in xhci_hcdi_console_input_enter()
377 return (USB_BUSY); in xhci_hcdi_console_read()
H A Dxhci_hub.c723 return (USB_BUSY); in xhci_root_hub_intr_root_enable()
H A Dxhci_usba.c1066 return (USB_BUSY); in xhci_hcdi_periodic_init()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c585 return (USB_BUSY); in usba_sync_set_cfg()
1900 { USB_BUSY, "<busy>" },
1933 { USB_BUSY, EBUSY },
H A Dusbai_pipe_mgmt.c925 return (USB_BUSY); in usb_pipe_xopen()
H A Dusbai_req.c476 {USB_BUSY, USB_CR_UNSPECIFIED_ERR},
H A Dusba_ugen.c1908 return (USB_BUSY); in ugen_epxs_switch_cfg_alt()
1954 return (USB_BUSY); in ugen_epxs_switch_cfg_alt()
H A Dhubdi.c9288 return (USB_BUSY); in usba_hubdi_reset_device()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h98 #define USB_BUSY -15 /* busy condition */ macro