Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/usb/udc/
Dudc_dwc2.c274 static int dwc2_tx_fifo_write(const struct device *dev, in dwc2_tx_fifo_write() function
504 if (dwc2_tx_fifo_write(dev, cfg, buf)) { in dwc2_handle_xfer_next()
652 return dwc2_tx_fifo_write(dev, cfg, buf); in dwc2_handle_evt_din()
657 return dwc2_tx_fifo_write(dev, cfg, buf); in dwc2_handle_evt_din()
877 if (buf->len && dwc2_tx_fifo_write(dev, ep_cfg, buf) == 0) { in dwc2_handle_in_xfercompl()