Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c368 static int dwc2_tx_fifo_write(const struct device *dev, in dwc2_tx_fifo_write() function
661 int err = dwc2_tx_fifo_write(dev, cfg, buf); in dwc2_handle_xfer_next()
818 return dwc2_tx_fifo_write(dev, cfg, buf); in dwc2_handle_evt_din()
823 return dwc2_tx_fifo_write(dev, cfg, buf); in dwc2_handle_evt_din()
2362 if (buf->len && dwc2_tx_fifo_write(dev, ep_cfg, buf) == 0) { in dwc2_handle_in_xfercompl()