Searched refs:dwc2_tx_fifo_write (Results 1 – 1 of 1) sorted by relevance
444 static int dwc2_tx_fifo_write(const struct device *dev, in dwc2_tx_fifo_write() function747 int err = dwc2_tx_fifo_write(dev, cfg, buf); in dwc2_handle_xfer_next()911 return dwc2_tx_fifo_write(dev, cfg, buf); in dwc2_handle_evt_din()916 return dwc2_tx_fifo_write(dev, cfg, buf); in dwc2_handle_evt_din()2475 if (buf->len && dwc2_tx_fifo_write(dev, ep_cfg, buf) == 0) { in dwc2_handle_in_xfercompl()