Home
last modified time | relevance | path

Searched refs:usb_pipe_ctrl_xfer (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/common/io/usb/usba/
H A DREADME40usb_pipe_ctrl_xfer USB_PIPE_STATE_IDLE No outstanding request send req to hcd USB_PIPE_STATE_AC…
92usb_pipe_ctrl_xfer USB_PIPE_STATE_IDLE No outstanding request send req to hcd USB_PIPE_STATE_AC…
H A Dusba10_calls.c257 return (usb_pipe_ctrl_xfer(pipe_handle, reqp, flags)); in usba10_usb_pipe_ctrl_xfer()
H A Dusbai_req.c1114 usb_pipe_ctrl_xfer(usb_pipe_handle_t pipe_handle, in usb_pipe_ctrl_xfer() function
1347 rval = usb_pipe_ctrl_xfer(pipe_handle, ctrl_req, in usb_pipe_sync_ctrl_xfer()
H A Dusba_ugen.c2523 rval = usb_pipe_ctrl_xfer(epp->ep_ph, reqp, USB_FLAGS_NOSLEEP); in ugen_epx_ctrl_req()
/titanic_50/usr/src/pkg/manifests/
H A Ddriver-usb.mf133 file path=usr/share/man/man9f/usb_pipe_ctrl_xfer.9f
184 target=usb_pipe_ctrl_xfer.9f
/titanic_50/usr/src/uts/common/io/usb/usba10/
H A Dusba10.c280 usb_pipe_ctrl_xfer( in usb_pipe_ctrl_xfer() function
/titanic_50/usr/src/uts/common/sys/usb/
H A Dusbai.h1469 int usb_pipe_ctrl_xfer(usb_pipe_handle_t pipe_handle,
/titanic_50/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c768 if ((status = usb_pipe_ctrl_xfer(pipe, request, USB_FLAGS_NOSLEEP)) != in usbskel_strategy()
/titanic_50/usr/src/man/man9f/
H A DMakefile499 usb_pipe_ctrl_xfer.9f \
2008 usb_pipe_ctrl_xfer_wait.9f := LINKSRC = usb_pipe_ctrl_xfer.9f
/titanic_50/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c2601 if ((rval = usb_pipe_ctrl_xfer(hidp->hid_default_pipe, in hid_send_async_ctrl_request()