Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dusbroothub.c75 static usbd_status roothub_ctrl_start(struct usbd_xfer *);
83 .upm_start = roothub_ctrl_start,
348 return roothub_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue)); in roothub_ctrl_transfer()
352 roothub_ctrl_start(struct usbd_xfer *xfer) in roothub_ctrl_start() function