Searched refs:USB_INVALID_PIPE (Results 1 – 5 of 5) sorted by relevance
158 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()
543 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 },
83 return (USB_INVALID_PIPE); in usb_console_input_init()
1028 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()
88 #define USB_INVALID_PIPE -6 /* pipe handle passed is invalid */ macro