Home
last modified time | relevance | path

Searched refs:USB_INVALID_PIPE (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c158 return (USB_INVALID_PIPE); in _usba_check_req()
166 return (USB_INVALID_PIPE); in _usba_check_req()
462 {USB_INVALID_PIPE, USB_CR_UNSPECIFIED_ERR},
1134 return (USB_INVALID_PIPE); in usb_pipe_ctrl_xfer()
1315 rval = USB_INVALID_PIPE; in usb_pipe_sync_ctrl_xfer()
1530 return (USB_INVALID_PIPE); in usb_pipe_bulk_xfer()
1823 return (USB_INVALID_PIPE); in usb_pipe_intr_xfer()
1957 return (USB_INVALID_PIPE); in usba_pipe_sync_stop_intr_polling()
2377 return (USB_INVALID_PIPE); in usb_pipe_isoc_xfer()
2482 return (USB_INVALID_PIPE); in usba_pipe_sync_stop_isoc_polling()
H A Dusbai_util.c543 return (USB_INVALID_PIPE); in usb_set_cfg()
906 return (USB_INVALID_PIPE); in usb_set_alt_if()
1368 return (USB_INVALID_PIPE); in usb_ep_num()
1428 return (USB_INVALID_PIPE); in usb_get_status()
1501 return (USB_INVALID_PIPE); in usb_clear_feature()
1579 return (USB_INVALID_PIPE); in usb_clr_feature()
1890 { USB_INVALID_PIPE, "<invalid pipe>" },
1923 { USB_INVALID_PIPE, EINVAL },
H A Dgenconsole.c83 return (USB_INVALID_PIPE); in usb_console_input_init()
H A Dusbai_pipe_mgmt.c1028 USB_INVALID_PIPE, callback_flags); in usb_pipe_close()
1181 return (USB_INVALID_PIPE); in usb_pipe_set_private()
1298 USB_INVALID_PIPE, callback_flags); in usb_pipe_reset()
1472 return (USB_INVALID_PIPE); in usb_pipe_drain_reqs()
/titanic_44/usr/src/uts/common/sys/usb/
H A Dusbai.h88 #define USB_INVALID_PIPE -6 /* pipe handle passed is invalid */ macro