Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/dwc2/
H A Ddwc2.c141 Static usbd_status dwc2_device_intr_start(struct usbd_xfer *);
207 .upm_start = dwc2_device_intr_start,
800 return dwc2_device_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue)); in dwc2_device_intr_transfer()
804 dwc2_device_intr_start(struct usbd_xfer *xfer) in dwc2_device_intr_start() function